:root { --camo-dark: #0d1a07; --camo-deep: #1a2a0e; --camo-green: #3d4f2a; --camo-olive: #5a6d3a; --camo-khaki: #b8a07c; --camo-sand: #d4c9b0; --camo-orange: #c85a2a; --camo-brown: #2a1a0a; --camo-mist: #8a9a7a; --text-light: #e8dcc8; --text-dim: #b8aa92; --text-dark: #2a2a1a; --panel-bg: rgba(13, 26, 7, 0.82); --panel-border: rgba(90, 109, 58, 0.5); --panel-shadow: 0 24px 80px rgba(0, 0, 0, 0.7); --header-height: 76px; --radius-lg: 28px; --radius-md: 18px; --radius-sm: 12px; --font-base: 17px; --line-height-base: 1.8; --heading-weight: 900; }
* { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; font-size: var(--font-base); line-height: var(--line-height-base); color: var(--text-light); background-image: url("https://sc04.alicdn.com/kf/A37622ca65c664e60a0f74e894f4e80b5C.jpg"); background-size: cover; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; overflow-x: hidden; position: relative; }
body::before { content: ""; position: fixed; inset: 0px; background: rgba(13, 26, 7, 0.4); z-index: -1; pointer-events: none; }
#warCanvas { position: fixed; top: 0px; left: 0px; width: 100vw; height: 100vh; z-index: 0; display: block; pointer-events: none; }
.app { position: relative; z-index: 1; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, 100% - 40px); margin: 0px auto; }
.section { padding: 104px 0px; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--camo-orange); font-size: 14px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; font-family: "Courier New", monospace; }
.eyebrow::before { content: "▸"; font-size: 18px; color: var(--camo-orange); }
.eyebrow::after { content: ""; flex: 1 1 0%; min-width: 32px; height: 2px; background: linear-gradient(90deg, var(--camo-orange), transparent); }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.safety-card h2 { margin-bottom: 20px; font-size: clamp(36px, 5vw, 52px); line-height: 1.2; letter-spacing: -0.03em; font-weight: var(--heading-weight); text-shadow: rgba(0, 0, 0, 0.6) 0px 2px 12px; }
.section-heading p, .safety-card p { color: var(--text-dim); font-size: 18px; line-height: 1.8; max-width: 660px; }
.site-header { position: fixed; inset: 0px 0px auto; height: var(--header-height); z-index: 1000; transition: background 0.3s, border-color 0.3s, box-shadow 0.3s; border-bottom: 2px solid transparent; background: transparent; }
.site-header.scrolled { background: rgba(13, 26, 7, 0.9); backdrop-filter: blur(14px); border-color: rgba(90, 109, 58, 0.5); box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 40px; }
.navbar { height: var(--header-height); display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 12px; min-width: 0px; }
.logo-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--camo-dark); font-weight: 900; font-size: 20px; background: linear-gradient(135deg, var(--camo-olive), var(--camo-orange)); border: 2px solid var(--camo-khaki); box-shadow: rgba(200, 90, 42, 0.25) 0px 0px 28px; }
.logo-text { display: flex; flex-direction: column; color: var(--text-light); font-weight: 800; line-height: 1.2; letter-spacing: -0.03em; text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px; }
.logo-text small { color: var(--camo-khaki); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; font-family: "Courier New", monospace; }
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: calc(var(--header-height) + 60px); position: relative; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; position: relative; }
.hero-content h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(48px, 8vw, 86px); line-height: 1.06; letter-spacing: -0.075em; font-weight: var(--heading-weight); text-shadow: rgba(0, 0, 0, 0.7) 0px 4px 24px; }
.hero-content h1 .highlight { color: var(--camo-orange); }
.hero-desc { max-width: 660px; color: var(--text-dim); font-size: 20px; line-height: 1.9; text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 12px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 36px 0px 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0px 32px; border-radius: 999px; border: 2px solid transparent; font-weight: 800; font-size: 16px; letter-spacing: 0.04em; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s; text-transform: uppercase; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--camo-dark); background: linear-gradient(135deg, var(--camo-orange), #e07030); border-color: var(--camo-khaki); box-shadow: rgba(200, 90, 42, 0.3) 0px 8px 32px; }
.btn-primary:hover { box-shadow: rgba(200, 90, 42, 0.5) 0px 12px 44px; }
.hero-tags { display: flex; flex-wrap: nowrap; gap: 12px; overflow-x: auto; }
.hero-tags span { color: var(--text-dim); font-size: 14px; padding: 8px 18px; border: 1px solid rgba(90, 109, 58, 0.4); border-radius: 999px; background: rgba(13, 26, 7, 0.5); backdrop-filter: blur(4px); font-family: "Courier New", monospace; letter-spacing: 0.04em; white-space: nowrap; }
.hero-visual { min-height: 520px; display: grid; place-items: center; position: relative; }
.hud-container { position: relative; width: min(520px, 88vw); aspect-ratio: 1 / 1; border-radius: 50%; border: 2px solid rgba(90, 109, 58, 0.35); background: radial-gradient(circle, rgba(61, 79, 42, 0.15), transparent 60%); box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 80px inset, rgba(200, 90, 42, 0.06) 0px 0px 60px; display: flex; align-items: center; justify-content: center; }
.hud-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(90, 109, 58, 0.2); }
.hud-ring.r1 { inset: 8%; }
.hud-ring.r2 { inset: 24%; }
.hud-ring.r3 { inset: 40%; }
.hud-ring.r4 { inset: 56%; }
.hud-cross { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 70%; height: 70%; pointer-events: none; }
.hud-cross::before, .hud-cross::after { content: ""; position: absolute; background: rgba(200, 90, 42, 0.3); }
.hud-cross::before { left: 50%; top: 0px; width: 1px; height: 100%; transform: translateX(-50%); }
.hud-cross::after { left: 0px; top: 50%; height: 1px; width: 100%; transform: translateY(-50%); }
.hud-drone-icon { position: absolute; inset: 50%; width: 120px; height: 120px; transform: translate(-50%, -50%); opacity: 0.7; filter: drop-shadow(rgba(200, 90, 42, 0.2) 0px 0px 20px); }
.hud-drone-icon svg { width: 100%; height: 100%; fill: none; stroke: var(--camo-orange); stroke-width: 1.5; }
.hud-scanline { position: absolute; left: 50%; top: 50%; width: 45%; height: 2px; background: linear-gradient(90deg, transparent, var(--camo-orange), transparent); transform-origin: left center; animation: 6s linear 0s infinite normal none running hudScan; opacity: 0.4; }
@keyframes hudScan { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.hud-corner { position: absolute; width: 24px; height: 24px; border-color: var(--camo-khaki); border-style: solid; border-width: 0px; opacity: 0.5; }
.hud-corner.tl { top: 12px; left: 12px; border-top-width: 2px; border-left-width: 2px; }
.hud-corner.tr { top: 12px; right: 12px; border-top-width: 2px; border-right-width: 2px; }
.hud-corner.bl { bottom: 12px; left: 12px; border-bottom-width: 2px; border-left-width: 2px; }
.hud-corner.br { bottom: 12px; right: 12px; border-bottom-width: 2px; border-right-width: 2px; }
.hud-label { position: absolute; color: var(--camo-khaki); font-size: 12px; font-family: "Courier New", monospace; letter-spacing: 0.08em; opacity: 0.6; }
.hud-label.lt { top: 40px; left: 40px; }
.hud-label.rt { top: 40px; right: 40px; text-align: right; }
.hud-label.lb { bottom: 40px; left: 40px; }
.hud-label.rb { bottom: 40px; right: 40px; text-align: right; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card { position: relative; padding: 32px 28px; border-radius: var(--radius-lg); border: 1px solid var(--panel-border); background: var(--panel-bg); backdrop-filter: blur(12px); box-shadow: var(--panel-shadow); transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; overflow: hidden; min-height: 300px; }
.product-card::after { content: ""; position: absolute; inset: auto -40px -60px auto; width: 160px; height: 160px; border-radius: 50%; background: rgba(200, 90, 42, 0.06); filter: blur(6px); pointer-events: none; }
.product-card:hover { transform: translateY(-7px); border-color: var(--camo-orange); box-shadow: rgba(0, 0, 0, 0.5) 0px 12px 48px; }
.product-card h3 { margin-bottom: 14px; font-size: 24px; letter-spacing: -0.02em; font-weight: 800; }
.product-card p { color: var(--text-dim); font-size: 16px; line-height: 1.7; }
.safety-section { padding-top: 70px; }
.safety-card { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; padding: 48px 44px; border-radius: var(--radius-lg); border: 1px solid var(--panel-border); background: var(--panel-bg); backdrop-filter: blur(12px); box-shadow: var(--panel-shadow); }
.safety-points { display: grid; gap: 18px; }
.safety-points p { position: relative; padding-left: 32px; color: var(--text-light); font-weight: 500; font-size: 16px; line-height: 1.7; }
.safety-points p::before { content: "◆"; position: absolute; left: 0px; top: 0px; color: var(--camo-orange); font-size: 16px; }
.contact-list { display: grid; gap: 14px; margin-top: 32px; color: var(--text-dim); font-size: 16px; line-height: 1.7; }
.contact-list strong { color: var(--text-light); }
.site-footer { padding: 56px 0px 24px; border-top: 1px solid rgba(90, 109, 58, 0.2); background: rgba(13, 26, 7, 0.7); backdrop-filter: blur(8px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.7fr 0.9fr; gap: 42px; }
.footer-logo { margin-bottom: 18px; }
.site-footer p { color: var(--text-dim); font-size: 15px; line-height: 1.8; }
.site-footer a:not(.logo) { display: block; margin-bottom: 10px; color: var(--text-dim); transition: color 0.2s; font-weight: 500; font-size: 15px; }
.site-footer a:not(.logo):hover { color: var(--camo-orange); }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(90, 109, 58, 0.15); color: var(--text-dim); font-size: 14px; text-align: center; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; width: 46px; height: 46px; border: 2px solid rgba(90, 109, 58, 0.4); border-radius: 14px; color: var(--text-light); background: rgba(13, 26, 7, 0.85); backdrop-filter: blur(8px); box-shadow: var(--panel-shadow); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity 0.25s, visibility 0.25s, transform 0.25s; z-index: 999; font-size: 20px; font-weight: 900; }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0px); }
.back-to-top:hover { border-color: var(--camo-orange); }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s, transform 0.8s; }
@media (max-width: 980px) {
  .hero-inner, .safety-card { grid-template-columns: 1fr; }
  .hero { padding-top: calc(var(--header-height) + 44px); }
  .hero-visual { min-height: 400px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hud-container { width: min(400px, 80vw); }
}
@media (max-width: 720px) {
  :root { --header-height: 68px; --font-base: 16px; }
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 76px 0px; }
  .logo-text { font-size: 14px; }
  .logo-text small { font-size: 10px; }
  .logo-mark { width: 38px; height: 38px; font-size: 16px; }
  .hero-content h1 { font-size: clamp(38px, 12vw, 56px); }
  .hero-desc { font-size: 18px; }
  .hero-visual { min-height: 300px; }
  .hud-container { width: min(300px, 85vw); }
  .hud-drone-icon { width: 80px; height: 80px; }
  .hero-tags { gap: 8px; }
  .hero-tags span { font-size: 12px; padding: 6px 12px; white-space: nowrap; }
  .product-grid, .footer-grid { grid-template-columns: 1fr; }
  .product-card { min-height: auto; padding: 24px 20px; }
  .safety-card { padding: 28px; border-radius: 24px; gap: 24px; }
  .back-to-top { right: 16px; bottom: 16px; width: 42px; height: 42px; font-size: 18px; }
  .footer-grid { gap: 28px; }
}
@media (max-width: 480px) {
  .hero-tags span { font-size: 11px; padding: 4px 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { animation: auto ease 0s 1 normal none running none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .hud-scanline { display: none; }
}
.product-image { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: contain; background: rgb(255, 255, 255); border-radius: 12px; }
.product-image-link { display: block; margin-bottom: 20px; }
.product-card:focus-visible, .product-image-link:focus-visible { outline: 3px solid var(--camo-khaki); outline-offset: 4px; }
#products .product-grid { grid-template-columns: repeat(2, minmax(0px, 1fr)); max-width: 820px; margin-inline: auto; }
#products .product-card { display: block; min-height: 0px; }
#products .product-card h3 { margin-bottom: 0px; }
@media (max-width: 640px) {
  #products .product-grid { grid-template-columns: minmax(0px, 1fr); }
}
:root { --camo-dark: #0d1a07; --camo-olive: #5a6d3a; --camo-orange: #c85a2a; --camo-khaki: #b8a07c; --text-light: #e8dcc8; --text-dim: #b8aa92; --header-height: 76px; }
.site-header { position: fixed; inset: 0px 0px auto; height: var(--header-height); z-index: 1000; transition: background 0.3s, border-color 0.3s, box-shadow 0.3s; border-bottom: 2px solid transparent; background: transparent; }
.site-header.scrolled { background: rgba(13, 26, 7, 0.9); backdrop-filter: blur(14px); border-color: rgba(90, 109, 58, 0.5); box-shadow: rgba(0, 0, 0, 0.6) 0px 8px 40px; }
.navbar { height: var(--header-height); display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 12px; min-width: 0px; }
.logo-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: var(--camo-dark); font-weight: 900; font-size: 20px; background: linear-gradient(135deg, var(--camo-olive), var(--camo-orange)); border: 2px solid var(--camo-khaki); box-shadow: rgba(200, 90, 42, 0.25) 0px 0px 28px; }
.logo-text { display: flex; flex-direction: column; color: var(--text-light); font-weight: 800; line-height: 1.2; letter-spacing: -0.03em; text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px; }
.logo-text small { color: var(--camo-khaki); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; font-family: "Courier New", monospace; }
body { background-color: rgb(13, 26, 7); }
html { scroll-padding-top: 96px; }
.site-header { background: rgba(13, 26, 7, 0.92); border-bottom: 1px solid rgba(90, 109, 58, 0.5); }
.navbar { gap: 24px; }
.logo { flex: 0 1 auto; }
.logo-mark { flex: 0 0 auto; }
.logo-text { font-size: 14px; }
.logo-company { max-width: 330px; }
.product-page main { padding-top: var(--header-height); }
.reveal { opacity: 1; visibility: visible; transform: none; }
a:focus-visible, button:focus-visible { outline: rgb(239, 185, 132) solid 3px; outline-offset: 4px; }
.back-to-top { min-width: 44px; min-height: 44px; }
@media (max-width: 960px) {
  :root { --header-height: 68px; }
  .navbar { gap: 12px; }
  .logo-text { font-size: 13px; }
  .logo-text small { font-size: 10px; }
  .logo-mark { width: 38px; height: 38px; font-size: 18px; }
}
@media (max-width: 640px) {
  .navbar { width: calc(100% - 28px); }
  .logo { gap: 9px; }
  .logo-mark { width: 32px; height: 34px; font-size: 16px; }
  .logo-text { font-size: 11px; }
  .logo-text small { font-size: 8px; margin-top: 3px; }
  .logo-company { max-width: 230px; }
  .home-page .hero-tags { flex-wrap: wrap; overflow: visible; }
  .home-page .hero-tags span { white-space: normal; }
  .hero-content h1 { overflow-wrap: normal; }
}
@media (min-width: 961px) and (max-width: 1200px) {
  .hero-inner { grid-template-columns: minmax(0px, 1fr) minmax(0px, 0.85fr); gap: 30px; }
  .hero-content, .hero-visual { min-width: 0px; }
  .hud-container { width: min(400px, 100%); }
  .hero-tags { flex-wrap: wrap; overflow: visible; }
  .hero-tags span { white-space: normal; }
  .hero-content h1 { font-size: clamp(42px, 5vw, 60px); }
}
@media (max-width: 640px) {
  .home-page .hero-tags { flex-wrap: nowrap; gap: 6px; overflow: visible; }
  .home-page .hero-tags span { flex: 1 1 auto; white-space: nowrap; text-align: center; font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(11px, 2.9vw, 12px); letter-spacing: 0px; padding: 6px 4px; }
}
.detail-page { background-color: rgb(13, 26, 7); }
.detail-page main { padding-top: var(--header-height); }
.detail-page .section { padding-block: 76px; }
.detail-page .contact-list p { display: flex; gap: 14px; }
.detail-page .contact-list a { min-height: 44px; display: inline-flex; align-items: center; overflow-wrap: anywhere; }
.skip-link { position: fixed; top: -100px; left: 16px; padding: 12px 18px; background: rgb(13, 26, 7); z-index: 1100; }
.skip-link:focus { top: 12px; }
@media (max-width: 720px) {
  .detail-page .section { padding-block: 52px; }
  .detail-page .contact-list p { flex-wrap: wrap; gap: 4px 12px; }
}
.detail-page { background-blend-mode: normal; }
@media (max-width: 720px) {
  .detail-page .section { padding-block: 44px; }
}
@media (max-width: 720px) {
  .detail-page main { padding-top: calc(var(--header-height) + 8px); }
}
.specification-panel { border: 1px solid var(--panel-border); border-radius: 20px; overflow: hidden; background: var(--panel-bg); }
.specification-table { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: left; }
.specification-table th, .specification-table td { padding: 20px 24px; overflow-wrap: anywhere; line-height: 1.6; border-bottom: 1px solid var(--panel-border); }
.specification-table thead th { color: var(--camo-orange); background: rgba(0, 0, 0, 0.18); font-size: 14px; }
.specification-table th:first-child { width: 42%; border-right: 1px solid var(--panel-border); }
.specification-table tbody th { font-weight: 500; color: var(--text-dim); }
.specification-table tbody td { color: var(--text-light); }
.specification-table tbody tr:last-child > * { border-bottom: 0px; }
.specification-caption { position: absolute; width: 1px; height: 1px; padding: 0px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 640px) {
  .specification-table th, .specification-table td { padding: 15px 16px; font-size: 14px; }
  .specification-table th:first-child { width: 46%; }
}
.neutral-template { background-color: rgb(13, 26, 7); }
.neutral-template main { padding-top: var(--header-height); }
.template-back-row { padding-top: 14px; padding-bottom: 16px; }
.template-back { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 16px; border: 1px solid var(--panel-border); border-radius: 10px; color: var(--text-light); background: var(--panel-bg); }
.template-back:hover { border-color: var(--camo-orange); }
.template-product-layout { display: grid; grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr); gap: 48px; align-items: start; padding-bottom: 64px; }
.template-product-visual, .template-product-specs { min-width: 0px; }
.template-product-image { margin: 0px; padding: 16px; border: 1px solid var(--panel-border); border-radius: 24px; background: var(--panel-bg); }
.template-product-image img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; border-radius: 14px; }
.template-product-visual h1 { text-align: center; font-size: clamp(28px, 3vw, 42px); line-height: 1.2; margin: 20px 0px 0px; overflow-wrap: anywhere; }
.template-product-specs h2 { font-size: 28px; line-height: 1.25; margin: 0px 0px 20px; }
.neutral-template .footer-grid { grid-template-columns: minmax(0px, 1fr); gap: 0px; }
.neutral-template .footer-contact .contact-list { display: grid; gap: 12px; margin-top: 20px; }
.neutral-template .footer-contact .contact-list p { display: grid; grid-template-columns: 90px minmax(0px, 1fr); align-items: baseline; gap: 12px; margin: 0px; line-height: 1.7; }
.neutral-template .footer-contact .contact-list a { display: inline; min-height: 0px; margin: 0px; line-height: inherit; overflow-wrap: anywhere; }
.neutral-template .footer-contact .contact-list span { overflow-wrap: anywhere; }
@media (max-width: 760px) {
  .template-back-row { padding-top: 8px; padding-bottom: 10px; }
  .template-product-layout { grid-template-columns: minmax(0px, 1fr); gap: 28px; padding-bottom: 40px; }
  .template-product-image { width: min(100%, 320px); margin-inline: auto; padding: 10px; border-radius: 18px; }
  .template-product-image img { max-height: 220px; }
  .template-product-visual h1 { font-size: 28px; margin-top: 14px; }
  .template-product-specs h2 { font-size: 24px; margin-bottom: 16px; }
  .neutral-template .footer-contact .contact-list p { grid-template-columns: 72px minmax(0px, 1fr); gap: 10px; }
}
.template-product-specs { align-self: start; height: auto; min-height: 0px; }
.template-product-specs .specification-panel { height: auto; max-height: none; overflow: visible; }
.template-product-specs .specification-table { height: auto; }
.template-product-specs .specification-table th, .template-product-specs .specification-table td { height: auto; padding: clamp(12px, 1.1vw, 18px) clamp(16px, 1.7vw, 24px); white-space: normal; }
.template-product-specs .specification-table thead th:first-child { border-top-left-radius: 19px; }
.template-product-specs .specification-table thead th:last-child { border-top-right-radius: 19px; }
.neutral-template .site-footer .footer-grid { grid-template-columns: minmax(0px, 1fr); }
.product-card h3 { width: 100%; text-align: center; margin-inline: auto; }
.product-gallery { position: relative; padding: 18px 52px 42px; }
.gallery-arrow { position: absolute; top: calc(50% - 12px); transform: translateY(-50%); width: 44px; height: 44px; display: grid; place-items: center; padding: 0px; border: 1px solid rgba(184, 160, 124, 0.5); border-radius: 50%; background: rgb(24, 38, 24); color: var(--text-light); cursor: pointer; font: 32px / 1 Arial, sans-serif; transition: background 0.18s, border-color 0.18s; }
.gallery-prev { left: 8px; }
.gallery-next { right: 8px; }
.gallery-arrow:focus-visible { outline: 3px solid var(--camo-khaki); outline-offset: 3px; }
.gallery-arrow:disabled { opacity: 0.4; cursor: default; }
.gallery-counter { position: absolute; bottom: 12px; left: 0px; right: 0px; text-align: center; color: var(--text-dim); font: 13px / 1.4 "Courier New", monospace; }
.template-product-specs .specification-panel { background: rgba(13, 26, 7, 0.88); }
.specification-columns { display: grid; gap: 16px; align-items: start; }
.template-product-specs .specification-table th, .template-product-specs .specification-table td { padding: 11px 16px; font-size: 14px; line-height: 1.55; }
@media (min-width: 761px) {
  .template-product-visual { position: sticky; top: calc(var(--header-height) + 24px); }
  .template-product-visual h1 { font-size: clamp(28px, 2.6vw, 38px); }
  .template-product-image img { max-height: calc(100dvh - var(--header-height) - 200px); }
}
@media (min-width: 1200px) {
  .template-product-layout { max-width: 1400px; width: calc(100% - 80px); grid-template-columns: minmax(0px, 0.9fr) minmax(0px, 1.5fr); gap: 36px; padding-top: 12px; }
  .specification-columns.is-split { grid-template-columns: repeat(2, minmax(0px, 1fr)); }
  .template-product-specs .specification-table th:first-child { width: 54%; }
  .template-product-specs h2 { font-size: 26px; margin-bottom: 18px; }
}
@media (max-width: 760px) {
  .template-product-image.product-gallery { width: 100%; padding: 12px 48px 38px; }
  .gallery-prev { left: 4px; }
  .gallery-next { right: 4px; }
  .gallery-counter { bottom: 10px; }
  .template-product-specs .specification-table th, .template-product-specs .specification-table td { padding: 12px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-arrow { transition: none; }
}
.home-page .product-card .product-summary { margin: 10px auto 0px; width: 100%; text-align: center; font-size: 15px; line-height: 1.7; white-space: pre-line; overflow-wrap: anywhere; height: auto; max-height: none; display: block; }
.site-footer .footer-contact { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(90, 109, 58, 0.4); scroll-margin-top: calc(var(--header-height) + 20px); }
.site-footer .footer-contact .contact-list { display: grid; gap: 10px; margin-top: 0px; }
.site-footer .footer-contact .contact-list p { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; margin: 0px; font-size: 14px; line-height: 1.7; }
.site-footer .footer-contact .contact-list strong { flex: 0 0 auto; color: var(--text-light); }
.site-footer .footer-contact .contact-list span { min-width: 0px; overflow-wrap: anywhere; }
.site-footer .footer-contact a { display: inline-flex; align-items: center; min-height: 44px; overflow-wrap: anywhere; }
.wa-dock { --wa-size: 54px; --wa-expanded: 286px; position: fixed; right: 0px; top: 50%; transform: translateY(-50%); z-index: 1100; width: var(--wa-size); height: var(--wa-size); border-radius: 999px; background: rgb(17, 27, 21); box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 24px; overflow: hidden; isolation: isolate; transition: width 0.32s cubic-bezier(0.22, 1, 0.36, 1); }
.wa-dock.is-open { width: min(var(--wa-expanded),calc(100vw - 12px)); }
.wa-launcher { position: absolute; right: 0px; top: 0px; display: grid; place-items: center; width: var(--wa-size); height: var(--wa-size); min-width: 44px; min-height: 44px; padding: 0px; margin: 0px; border: 0px; border-radius: 50%; background: rgb(37, 211, 102); color: rgb(255, 255, 255); cursor: grab; touch-action: none; -webkit-tap-highlight-color: transparent; transition: background 0.18s; }
.wa-launcher:hover { background: rgb(32, 194, 93); }
.wa-launcher svg { display: block; width: 30px; height: 30px; pointer-events: none; }
.wa-message { position: absolute; inset: 0 var(--wa-size) 0 0; display: flex; align-items: center; justify-content: center; padding: 0px 16px 0px 20px; color: rgb(255, 255, 255); text-decoration: none; font: 600 14px / 1.25 "Segoe UI", Arial, sans-serif; white-space: nowrap; opacity: 0; visibility: hidden; transform: translateX(14px); transition: opacity 0.18s, transform 0.3s, visibility 0.18s; touch-action: manipulation; }
.wa-dock.is-open .wa-message { opacity: 1; visibility: visible; transform: translateX(0px); transition: opacity 0.18s 0.05s, transform 0.3s 0.05s; }
.wa-message:hover { color: rgb(183, 247, 206); }
.wa-launcher:focus-visible, .wa-message:focus-visible { outline: rgb(255, 255, 255) solid 3px; outline-offset: -5px; }
@media (max-width: 640px) {
  .wa-dock { --wa-size: 50px; --wa-expanded: 274px; }
  .wa-launcher svg { width: 28px; height: 28px; }
  .wa-message { font-size: 13px; padding-left: 18px; padding-right: 12px; }
  .site-footer .footer-contact { margin-top: 24px; padding-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .wa-dock, .wa-message, .wa-launcher { transition: none; }
  .wa-dock.is-open .wa-message { transition: none; }
}
.site-footer .footer-grid { grid-template-columns: minmax(0px, 1fr); }
.site-footer .footer-grid > div { min-width: 0px; }
.site-footer .footer-intro { max-width: 68ch; display: block; overflow: visible; line-height: 1.8; }
.site-footer .footer-contact .contact-list p { display: grid; grid-template-columns: 90px minmax(0px, 1fr); gap: 8px 12px; }
.site-footer .footer-contact .contact-list a { display: inline; margin: 0px; min-height: 0px; line-height: inherit; }
.wa-dock.is-dragging { transition: none; }
.wa-dock.is-dragging .wa-launcher { cursor: grabbing; }
.wa-dock.opens-right .wa-launcher { right: auto; left: 0px; }
.wa-dock.opens-right .wa-message { inset: 0 0 0 var(--wa-size); }
@media (max-width: 760px) {
  .site-footer .footer-grid { grid-template-columns: minmax(0px, 1fr); gap: 30px; }
  .site-footer .footer-contact .contact-list p { grid-template-columns: 72px minmax(0px, 1fr); gap: 8px 10px; }
}
.gallery-arrow:hover:not(:disabled) { background: #354329; border-color: var(--camo-khaki); }
