:root {
  --black: #14343c;
  --white: #ffffff;
  --gray-100: #eefaf6;
  --gray-200: #d7efe8;
  --gray-300: #b7d9d0;
  --gray-400: #7a9a94;
  --gray-500: #5b7370;
  --gray-600: #3d5552;
  --gray-700: #1f6f6a;
  --accent: #45d09e;
  --accent-dark: #2bb887;
  --sun: #ff7a3a;
  --navy: #0b4d56;
  --mint: #45d09e;
  --topbar-h: 36px;
  --nav-h: 64px;
  --header-h: 100px;
  --ease: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --max: 1360px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Noto Sans TC", "Noto Sans SC", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--black);
  background: var(--white);
  padding-top: var(--header-h);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { border: 0; background: none; cursor: pointer; }

.container { width: min(var(--max), calc(100% - 80px)); margin: 0 auto; }
.section { padding: 96px 0; }
.section.alt { background: var(--gray-100); }
.section.dark {
  background: linear-gradient(135deg, #0b4d56 0%, #127a72 55%, #1aa88e 100%);
  color: var(--white);
}
.section.tight { padding: 72px 0; }

.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.section.dark .eyebrow { color: var(--accent); }
h1, h2, h3 {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.lead { color: var(--gray-500); font-size: 15px; font-weight: 300; max-width: 520px; }
.section.dark h2 { color: var(--white); font-size: clamp(28px, 3.6vw, 48px); margin-bottom: 20px; }
.section.dark .lead {
  color: rgba(255,255,255,.92);
  font-weight: 400;
  max-width: 540px;
}

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 4000;
  height: auto;
  background: rgba(69, 208, 158, .96);
  border-bottom: 0;
  overflow: visible;
}
.site-header.scrolled {
  background: rgba(43, 184, 135, .98);
  box-shadow: 0 8px 24px rgba(11, 77, 86, .12);
}

.topbar {
  height: var(--topbar-h);
  background: #0b4d56;
  color: rgba(255,255,255,.9);
  font-size: 12px;
  border-bottom: 0;
}
.topbar-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
}
.topbar a { color: inherit; }
.topbar a:hover { color: #fff; }
.topbar-phone {
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff !important;
}
.topbar-spacer { margin-left: auto; }

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  height: var(--nav-h);
  padding: 0 40px;
  position: relative;
  overflow: visible;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  margin-right: auto;
}
.brand img { width: auto; height: 36px; object-fit: contain; filter: brightness(0) invert(1); }
.brand strong { display: block; font-size: 13px; font-weight: 800; letter-spacing: 0.12em; }
.brand small { display: block; color: rgba(255,255,255,.88); font-size: 10px; letter-spacing: 0.08em; font-weight: 400; }
.nav-links {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 44px;
  padding: 4px;
  background: rgba(255,255,255,.16);
  border-radius: 999px;
  overflow: visible;
}
.nav-links a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  position: relative;
  opacity: .95;
  white-space: nowrap;
  transform-origin: 50% 100%;
  will-change: transform;
  z-index: 1;
}
.nav-links a::after { display: none; }
.nav-links a:hover,
.nav-links a.active {
  color: #1f8a68;
  background: #fff;
  opacity: 1;
  font-weight: 700;
}

.header-tel {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.header-tel:hover { color: #fff; opacity: .85; }

.lang-switch {
  display: flex;
  gap: 0;
  background: rgba(255,255,255,.16);
  border-radius: 999px;
  padding: 3px;
  flex-shrink: 0;
  border-left: 0;
  position: relative;
  z-index: 2;
}
.lang-switch button {
  color: rgba(255,255,255,.8);
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 999px;
  cursor: pointer;
}
.lang-switch button.active {
  background: #fff;
  color: #1f8a68;
  box-shadow: none;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--accent);
  color: var(--white) !important;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  box-shadow: 0 10px 24px rgba(18, 196, 168, .28);
  transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease);
}
.btn:hover { background: var(--accent-dark); border-color: var(--accent-dark); transform: translateY(-1px); }
.btn.ghost {
  background: transparent;
  color: var(--white) !important;
  border-color: rgba(255,255,255,.7);
  box-shadow: none;
}
.btn.ghost:hover {
  background: var(--sun);
  color: var(--white) !important;
  border-color: var(--sun);
}
.btn.white {
  background: var(--white);
  color: var(--navy) !important;
  border-color: var(--white);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.btn.white:hover {
  background: var(--sun);
  color: var(--white) !important;
  border-color: var(--sun);
}
.btn.dark {
  background: transparent;
  color: var(--navy) !important;
  border-color: var(--navy);
  box-shadow: none;
}
.btn.dark:hover {
  background: var(--accent);
  color: var(--white) !important;
  border-color: var(--accent);
}
.nav > .btn { display: inline-flex; padding: 8px 16px; font-size: 13px; }

.hero {
  position: relative;
  height: 560px;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  margin-top: 0;
  background: #2d8f6a;
}
.hero img.bg,
.hero video.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero::before { display: none; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8,40,32,.5) 0%, rgba(8,40,32,.18) 46%, transparent 72%);
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 0 0 0 8%;
  max-width: 640px;
  width: 100%;
  margin: 0;
  text-align: left;
}
.hero .eyebrow { display: block; color: #fff; margin-bottom: 10px; }
.hero-copy > p:not(.sub) { display: none; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero h1 {
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 800;
  margin: 0;
  max-width: none;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}
.hero p.sub {
  display: block;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  color: rgba(255,255,255,.92);
  margin: 12px 0 0;
  letter-spacing: 0.02em;
}
.hero-brand { display: none; }

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  padding: 14px 0;
  background: var(--white);
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 32s linear infinite;
}
.ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 0 32px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-400);
  white-space: nowrap;
}
.ticker-track span::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sun);
}
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  position: static;
}
.stat {
  background: none;
  border-radius: 0;
  padding: 8px 24px 8px 0;
  box-shadow: none;
  border-right: 1px solid rgba(255,255,255,.12);
}
.stat:last-child { border-right: 0; }
.section.dark .stat { color: inherit; }
.stat b {
  display: block;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
}
.stat span { color: var(--gray-500); font-size: 13px; letter-spacing: 0; font-weight: 400; }
.section.dark .stat b { color: #7eb6ff; }
.section.dark .stat span { color: rgba(255,255,255,.82); }

.section-head { max-width: none; margin-bottom: 56px; display: flex; flex-direction: column; align-items: flex-start; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 48px); margin: 0; }
.section-head .lead { margin-top: 16px; }

.grid-4, .grid-2 { display: grid; gap: 16px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.grid-2 .stats { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
.grid-2 .stat { border-right: 0; padding: 0; }

.card {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  border: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.card-media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.card img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card > img { border-radius: 16px; }
.card:hover img { transform: scale(1.05); }
.card-body { padding: 22px 4px 8px; background: transparent; }
.card h3 { font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.card .en {
  color: var(--accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.card p { margin: 0; color: var(--gray-500); font-size: 13px; font-weight: 300; line-height: 1.65; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split img, .split video {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: none;
}
.split h3 { font-size: 28px; margin: 0 0 16px; }
.split .btn { margin-top: 28px; }

.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; }
.tag {
  background: transparent;
  color: var(--gray-600);
  border-radius: 0;
  padding: 6px 0;
  margin-right: 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--sun);
}
.section.dark .tag { color: #dffb6a; }

.partners {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1px;
  background: var(--gray-200);
  border: 1px solid var(--gray-200);
}
.partners img {
  height: 88px;
  width: 100%;
  object-fit: contain;
  background: var(--white);
  border-radius: 0;
  padding: 16px;
  border: 0;
  filter: grayscale(1);
  opacity: .75;
  transition: filter var(--ease), opacity var(--ease);
}
.partners img:hover { filter: none; opacity: 1; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; }
.info-card, form.panel {
  background: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.info-card h2 { font-size: 36px; margin: 0 0 28px; }
.info-card h3 {
  margin: 22px 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.info-card p { margin: 0 0 4px; color: var(--gray-500); font-weight: 300; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin: 16px 0 8px;
}
input, textarea, select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--gray-200);
  border-radius: 0;
  padding: 10px 0 12px;
  background: transparent;
  outline: none;
  transition: border-color var(--ease);
}
input:focus, textarea:focus { border-bottom-color: var(--accent); }
textarea { min-height: 120px; resize: vertical; }
.form-note { color: var(--accent-dark); font-weight: 600; display: none; margin-top: 12px; font-size: 13px; }

.page-hero {
  background: var(--white);
  color: var(--black);
  padding: 40px 0 28px;
  border-bottom: 1px solid var(--gray-200);
}
.page-hero h1 { font-size: clamp(36px, 5vw, 64px); margin: 0 0 12px; font-weight: 800; }
.page-hero p { color: var(--gray-500); font-weight: 300; max-width: 520px; }

.news-list { display: grid; gap: 0; }
.news-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 32px;
  background: none;
  border-radius: 0;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid var(--gray-200);
  align-items: baseline;
}
.news-item b {
  color: var(--accent);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.news-item h3 { font-size: 22px; margin-bottom: 8px; }
.news-cta {
  text-align: center;
  background: linear-gradient(135deg, #0b4d56, #12c4a8);
  color: var(--white);
  padding: 72px 24px;
}
.news-cta .lead { margin: 12px auto 28px; color: rgba(255,255,255,.65); }

.site-footer {
  background: #0b4d56;
  color: rgba(255,255,255,.7);
  padding: 56px 0 24px;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; }
.site-footer strong { color: var(--white); font-size: 13px; letter-spacing: 0.08em; display: block; margin-bottom: 16px; }
.site-footer p { font-size: 13px; font-weight: 300; line-height: 1.8; }
.site-footer a { transition: color var(--ease); }
.site-footer a:hover { color: var(--white); }
.copyright {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.socials { display: flex; gap: 8px; margin-top: 20px; }
.socials a {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: grid; place-items: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.socials a:hover { border-color: var(--sun); color: var(--sun); }

blockquote {
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 300;
  line-height: 1.45;
  max-width: 760px;
  margin: 0;
}
blockquote p { margin: 0; }
blockquote footer { margin-top: 20px; color: var(--gray-400); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }

.link-more {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: none;
  color: var(--accent);
  border-bottom: 1px solid var(--accent);
  padding-bottom: 4px;
}
.section-head-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 48px;
}

.cta-band {
  background: #0b4d56;
  color: #fff;
  text-align: center;
  padding: 72px 24px;
}
.cta-band h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.cta-band .lead {
  margin: 18px auto 36px;
  color: rgba(255,255,255,.82);
  font-weight: 400;
  max-width: 560px;
}
.btn.cta-block {
  border-radius: 4px;
  min-width: 200px;
  padding: 16px 36px;
  letter-spacing: 0.16em;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: none;
  text-transform: uppercase;
}

.fold-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  line-height: 1.15;
}
.fold-text-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.fold-text-panel {
  display: inline-block;
  transform-style: preserve-3d;
}
.fold-text-piece {
  display: inline-block;
  backface-visibility: hidden;
  transform-origin: 50% 0%;
  position: relative;
  --fold-crease: 0.55;
  filter: brightness(calc(1 - var(--fold-crease) * 0.35));
}
@keyframes foldIn {
  from { opacity: 0; transform: rotateX(-92deg); }
  to { opacity: 1; transform: rotateX(0deg); }
}

.glare-hover {
  --gh-width: 100%;
  --gh-height: auto;
  --gh-bg: transparent;
  --gh-br: 16px;
  --gh-angle: -45deg;
  --gh-duration: 650ms;
  --gh-size: 250%;
  --gh-rgba: rgba(255, 255, 255, 0.5);
  --gh-border: #cfe8e0;
  width: var(--gh-width);
  height: var(--gh-height);
  background: var(--gh-bg);
  border-radius: var(--gh-br);
  border: 1px solid var(--gh-border);
  overflow: hidden;
  position: relative;
}
.glare-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    var(--gh-angle),
    hsla(0, 0%, 0%, 0) 60%,
    var(--gh-rgba) 70%,
    hsla(0, 0%, 0%, 0),
    hsla(0, 0%, 0%, 0) 100%
  );
  transition: var(--gh-duration) ease;
  background-size: var(--gh-size) var(--gh-size), 100% 100%;
  background-repeat: no-repeat;
  background-position: -100% -100%, 0 0;
}
.glare-hover:hover::before {
  background-position: 100% 100%, 0 0;
}

.click-spark {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10000;
}

.circular-gallery {
  position: relative;
  height: 480px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  background: #fff;
  z-index: 1;
}
.circular-gallery.is-grabbing { cursor: grabbing; }
.circular-gallery-stage {
  position: absolute;
  inset: 40px 0 0;
  overflow: hidden;
  background: #fff;
}
.circular-gallery-card {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 280px;
  margin-left: -140px;
  margin-top: -150px;
  text-decoration: none;
  color: var(--black);
  will-change: transform;
  z-index: 1;
}
.circular-gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: #f4f6f7;
  border-radius: 18px;
  border: 1px solid var(--gray-200);
  display: block;
}
.circular-gallery-card span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--black);
}

.catalog-head { padding: 140px 0 36px; }
.catalog-head h1 { font-size: clamp(36px, 5vw, 64px); margin: 12px 0 16px; }
.catalog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-bottom: 96px;
}
.catalog-card {
  position: relative;
  min-height: 280px;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  padding: 36px 32px;
  display: flex;
  align-items: flex-end;
}
.catalog-card-sm { min-height: 220px; }
.catalog-no {
  position: absolute;
  right: 18px;
  top: 8px;
  font-size: clamp(72px, 10vw, 140px);
  font-weight: 200;
  line-height: 1;
  opacity: .16;
  font-family: Georgia, "Times New Roman", serif;
  pointer-events: none;
}
.catalog-eye {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  margin-bottom: 8px;
}
.catalog-card h2 { font-size: clamp(22px, 3vw, 36px); margin: 0 0 10px; color: #fff; }
.catalog-card p { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; opacity: .8; }
.catalog-cta { display: inline-block; margin-top: 18px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; border-bottom: 1px solid #45d09e; padding-bottom: 4px; }
.product-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-bottom: 96px; }
.product-tile {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 12px;
}
.product-tile img { width: 180px; height: 120px; object-fit: cover; border-radius: 8px; }
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding-bottom: 96px;
  align-items: start;
}
.product-detail img { width: 100%; border-radius: 16px; border: 1px solid var(--gray-200); }
.spec-table { width: 100%; border-collapse: collapse; margin: 16px 0 28px; }
.spec-table th, .spec-table td { border-bottom: 1px solid var(--gray-200); padding: 10px 0; text-align: left; font-size: 14px; }
.spec-table th { color: var(--gray-500); font-weight: 600; width: 140px; text-transform: capitalize; }
#product-showcase,
.gallery-section {
  background: #fff !important;
  background-color: #fff !important;
  color: var(--black) !important;
  padding: 96px 0 48px;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  z-index: 1;
}
#product-showcase .eyebrow,
.gallery-section .eyebrow { color: var(--accent); }
#product-showcase h2,
.gallery-section h2 { color: var(--black) !important; margin: 0 0 8px; }
#product-showcase .lead,
.gallery-section .lead { color: var(--gray-500) !important; margin-bottom: 12px; }
#product-showcase .container,
.gallery-section .container { position: relative; z-index: 2; }
#product-showcase .link-more,
.gallery-section .link-more { color: var(--black) !important; }
#product-showcase .circular-gallery,
#product-showcase .circular-gallery-stage {
  background: #fff !important;
  background-color: #fff !important;
}

.pc {
  background: #f5f6f8;
  min-height: 100vh;
  padding: 24px 0 64px;
  color: #1a1a1a;
}
.pc-head {
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto 8px;
}
.pc-head h1 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  margin: 0;
  color: #111;
}
.pc-body {
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 8px;
  min-height: 560px;
  background: #fff;
  border: 1px solid #ececec;
}
.pc-side {
  border-right: 1px solid #eee;
  padding: 12px 0;
  background: #fff;
}
.pc-group { padding-bottom: 8px; border-bottom: 1px solid #f3f3f3; }
.pc-group-h {
  list-style: none;
  cursor: pointer;
  padding: 12px 22px 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #2bb887;
  text-transform: none;
}
.pc-group-h::-webkit-details-marker { display: none; }
.pc-group-h::marker { content: ""; }
.pc-group[open] .pc-group-h { color: #168a62; }
.pc-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 22px 10px 28px;
  color: #333;
  font-size: 14px;
}
.pc-nav i { opacity: 0; font-style: normal; }
.pc-nav:hover,
.pc-nav.on {
  color: #2bb887;
  background: #eefaf6;
}
.pc-nav.on i,
.pc-nav:hover i { opacity: 1; }
.pc-main { padding: 28px 36px 48px; background: #fff; }
.pc-sub { font-size: 16px; font-weight: 600; margin: 0 0 28px; color: #333; }
.pc-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 36px;
}
.pc-tile {
  width: 168px;
  text-align: center;
  color: #333;
}
.pc-tile img {
  width: 120px;
  height: 90px;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
}
.pc-tile span { font-size: 13px; line-height: 1.35; display: block; }
.pc-tile:hover span { color: #2bb887; }
.pc-back { display: inline-block; margin-bottom: 16px; color: #2bb887; font-size: 14px; }
.pc-detail {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}
.pc-detail img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 16px;
}

.feat-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 16px;
}
.feat-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  display: block;
}
.feat-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.feat-card:hover img { transform: scale(1.06); }
.feat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(0,0,0,.72));
}
.feat-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 24px;
}
.feat-cap h3 { margin: 0 0 8px; font-size: 22px; color: #fff; }
.feat-cap span { font-size: 13px; color: #9ec5ff; }

.stats-strip {
  background: #fff;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  padding: 36px 0;
}
.stats-strip .stats {
  grid-template-columns: repeat(4, 1fr);
}
.stats-strip .stat { border-right: 1px solid var(--gray-200); padding: 0 20px; }
.stats-strip .stat:last-child { border-right: 0; }

.news-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.news-card {
  display: block;
  color: inherit;
}
.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news-card h3 { margin: 14px 0 6px; font-size: 18px; }
.news-card p { margin: 0; color: var(--gray-500); font-size: 13px; }

.sol-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.sol-card {
  display: block;
  color: inherit;
}
.sol-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.sol-card h3 { margin: 14px 0 6px; font-size: 20px; }
.sol-card p { margin: 0; color: var(--gray-500); font-size: 14px; }

.float-contact {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 3900;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.float-contact a,
.float-contact button {
  width: 52px;
  min-height: 52px;
  padding: 6px 4px;
  border: 0;
  background: #45d09e;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(69,208,158,.4);
}
.float-contact a:hover,
.float-contact button:hover { background: #2bb887; }
.float-contact a.wa { background: #25d366; }
.float-contact a.wa:hover { background: #1da851; }
.float-contact a.fb { background: #1877f2; }
.float-contact a.fb:hover { background: #0d65d9; }
.float-contact a.ig {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
}
.float-contact a.ig:hover { filter: brightness(1.08); }

body.sheet-lock { overflow: hidden; }
.contact-sheet {
  position: fixed;
  inset: 0;
  z-index: 4000;
  background: rgba(8, 28, 22, .45);
  display: grid;
  place-items: center;
  padding: 20px;
}
.contact-sheet[hidden] { display: none !important; }
.contact-sheet-panel {
  position: relative;
  width: min(420px, 100%);
  background: #fff;
  padding: 28px 22px 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}
.contact-sheet-x {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  background: none;
  font-size: 28px;
  line-height: 1;
  color: #888;
  cursor: pointer;
}
.contact-sheet-panel h2 {
  margin: 0 0 18px;
  font-size: 22px;
}
.sheet-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px;
  margin-bottom: 10px;
  border: 1px solid #ececec;
  color: inherit;
}
.sheet-card:hover { border-color: #45d09e; background: #f4fdf9; }
.sheet-ico {
  width: 44px;
  height: 44px;
  flex: none;
  display: grid;
  place-items: center;
  background: #e8faf3;
  color: #168a62;
  font-size: 18px;
}
.sheet-card strong { display: block; font-size: 15px; }
.sheet-card small { color: #666; font-size: 13px; }
.sheet-more {
  display: block;
  margin-top: 8px;
  text-align: center;
  color: #2bb887;
  font-weight: 700;
  font-size: 14px;
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 36px;
}
.channel-card {
  display: block;
  padding: 18px 16px;
  border: 1px solid #ececec;
  background: #fff;
  color: inherit;
}
.channel-card strong { display: block; margin-bottom: 6px; font-size: 15px; }
.channel-card small { display: block; color: #666; font-size: 13px; word-break: break-all; }
.channel-card span {
  display: inline-block;
  margin-top: 10px;
  color: #2bb887;
  font-size: 13px;
  font-weight: 700;
}
.channel-card:hover { border-color: #45d09e; }

.explore-next {
  background: #f5f6f8;
  padding: 56px 0;
  border-top: 1px solid var(--gray-200);
}
.explore-next h2 {
  font-size: 22px;
  margin: 0 0 24px;
}
.explore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.explore-card {
  display: block;
  background: #fff;
  color: inherit;
  border: 1px solid var(--gray-200);
  overflow: hidden;
}
.explore-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.explore-card span {
  display: block;
  padding: 12px 14px 14px;
  font-size: 14px;
  font-weight: 700;
}
.explore-card:hover { border-color: var(--accent); }
.explore-card:hover span { color: var(--accent); }

.footer-tel {
  font-size: 20px;
  font-weight: 800;
  color: #fff !important;
  letter-spacing: 0.02em;
  display: block;
  margin: 8px 0 4px;
}
.footer-tel:hover { color: #45d09e !important; }

@media (max-width: 980px) {
  .container { width: calc(100% - 40px); }
  .nav { padding: 0 20px; gap: 10px; }
  .hero-copy { margin: 0; width: 100%; padding: 0 24px; }
  .grid-4, .stats, .split, .grid-2, .contact-grid, .footer-grid, .partners, .catalog-grid, .product-tiles, .product-detail, .pc-body, .pc-detail, .feat-grid, .news-cards, .sol-grid, .explore-grid, .channel-grid { grid-template-columns: 1fr 1fr; }
  .nav-toggle { display: grid; place-items: center; }
  .nav-links, .nav > .btn, .header-tel { display: none; }
  .lang-switch { margin-left: auto; }
  .brand { margin-right: 0; }
  .nav.open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    height: auto;
    position: absolute;
    top: var(--nav-h); left: 0; right: 0;
    background: #2bb887;
    padding: 8px 20px 20px;
    border-bottom: 1px solid var(--gray-200);
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
  }
  .nav.open .nav-links a {
    transform: none !important;
    height: 44px;
    justify-content: flex-start;
  }
  .hero { min-height: 420px; height: 70vh; }
  .stat { border-right: 0; border-bottom: 1px solid var(--gray-200); padding: 20px 0; }
  .split img, .split video { height: 320px; }
  .topbar-inner { width: calc(100% - 40px); gap: 12px; overflow: hidden; }
  .topbar a:not(.topbar-phone) { display: none; }
}
@media (max-width: 720px) {
  .grid-4, .stats, .split, .grid-2, .contact-grid, .footer-grid, .partners, .form-row, .news-item, .catalog-grid, .product-tiles, .product-detail, .pc-body, .pc-detail, .feat-grid, .news-cards, .sol-grid, .explore-grid, .stats-strip .stats { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 36px; }
  .section { padding: 48px 0; }
  .card img { height: 220px; }
  .feat-card { min-height: 240px; }
  .float-contact { right: 8px; bottom: 12px; }
  .channel-grid { grid-template-columns: 1fr; }
}
