
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {


  --blue-900: #0d110b;
  --blue-800: #1a2316;

  --blue-700: #415939;
  --blue-400: #8d9b88;
  --blue-100: #d9ddd7;
  --blue-50:  #eceeeb;


  --brass-500: #c27b3d;
  --brass-600: #a6652e;
  --brass-ink: #22251d;
  --brass-100: #f2ddc8;


  --sage-700: #3a5834;
  --sage-600: #4b7042;
  --sage-200: #c7d6c2;
  --sage-100: #e1eae0;
  --sage-50:  #f1f5ef;


  --gray-900: #22251d;
  --gray-800: #2c2f26;
  --gray-700: #4a4d42;
  --gray-600: #5c5f53;
  --gray-400: #8a8d80;
  --gray-200: #c7c9be;
  --gray-100: #ecebe3;
  --gray-50:  #f6f3ec;
  --white: #ffffff;


  --accent-gold: #c6a353;

  --radius: 2px;
  --radius-md: 4px;
}
html { scroll-behavior: auto; }
h1, h2, h3, h4, p { text-wrap: pretty; }
body {
  font-family: 'Inter', 'Noto Sans TC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--gray-800);
  background: var(--gray-50);
  line-height: 1.6;
  font-size: 16px;
  font-feature-settings: 'cv11', 'ss01';
}
a { color: inherit; text-decoration: none; }














img { max-width: 100%; height: auto; display: block; }




:lang(zh-Hant) { word-break: keep-all; overflow-wrap: break-word; }
:lang(en) { word-break: normal; overflow-wrap: break-word; }
ul { list-style: none; }
.icon-svg { width: 1em; height: 1em; display: inline-block; vertical-align: -0.15em; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }







.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 1000;
  padding: 10px 16px; background: var(--blue-700); color: var(--white);
  border-radius: 0 0 var(--radius-md) 0; font-weight: 600; font-size: 14px;
}
.skip-link:focus { left: 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}


.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 56px 0; }


.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  box-shadow: 0 1px 0 rgba(13,17,11,0.03);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px; max-width: 1200px; margin: 0 auto; height: 72px;
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
}
.nav-logo img {
  height: 38px; width: auto;
  display: block;
}
.nav-brand {
  font-size: 15px; font-weight: 700; color: var(--gray-900);
  letter-spacing: 0.02em; line-height: 1.2;
}
.nav-brand span { display: block; font-size: 11px; font-weight: 400; color: var(--gray-400); letter-spacing: 0.05em; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  font-size: 14px; color: var(--gray-700); font-weight: 600;
  padding: 8px 14px; border-radius: var(--radius); transition: all 0.2s;
}
.nav-links a:hover { color: var(--blue-700); background: var(--gray-100); }
.nav-links .nav-cta {
  background: var(--brass-500); color: var(--brass-ink);
  padding: 8px 18px; border-radius: var(--radius); font-weight: 600;
}
.nav-links .nav-cta:hover { background: var(--brass-600); color: var(--brass-ink); }
.nav-lang {
  display: flex; gap: 4px; margin-left: 16px;
  border-left: 1px solid var(--gray-200); padding-left: 16px;
}
.nav-lang a {
  font-size: 12px; font-weight: 700; color: var(--gray-400);
  padding: 4px 8px; border-radius: var(--radius); letter-spacing: 0.05em;
}
.nav-lang a.active, .nav-lang a:hover { color: var(--blue-700); background: var(--gray-100); }

.nav-toggle {
  display: none; flex-direction: column; align-items: center; justify-content: center;
  width: 44px; height: 44px; flex-shrink: 0;
  border: none; background: transparent; padding: 0; cursor: pointer;
}
.nav-toggle-bar {
  display: block; width: 22px; height: 2px; border-radius: 2px;
  background: var(--gray-900);
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle-bar + .nav-toggle-bar { margin-top: 5px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
body.nav-open { overflow: hidden; }


.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 580px;
  max-height: 880px;
  overflow: hidden;
  background: var(--blue-900);
}
.hero-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}
.hero-watch-btn {
  position: absolute; z-index: 3; top: 32px; right: 32px;
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  background: rgba(15,18,12,0.55); backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.35); color: #fff;
  font-size: 13.5px; font-weight: 700; letter-spacing: 0.02em;
  padding: 10px 20px 10px 16px; border-radius: 999px;
  transition: background 0.2s, border-color 0.2s;
}
.hero-watch-btn:hover { background: rgba(15,18,12,0.75); border-color: rgba(255,255,255,0.6); }
.hero-watch-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%; background: #fff; color: #23281a;
  font-size: 10px; padding-left: 2px; flex-shrink: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    105deg,
    rgba(13,17,11,0.92) 0%,
    rgba(13,17,11,0.72) 40%,
    rgba(13,17,11,0.28) 70%,
    rgba(13,17,11,0.05) 100%
  );
}
.hero-content-wrap {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-bottom: 80px;
}
.hero-content { max-width: 700px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.65);
  margin-bottom: 20px;
}
.hero-eyebrow .dot { width: 7px; height: 7px; background: var(--sage-600); border-radius: 50%; flex-shrink: 0; }
.hero h1 {
  font-size: clamp(36px, 5.5vw, 72px); font-weight: 700; color: #ffffff;
  line-height: 1.06; letter-spacing: -0.02em; margin-bottom: 22px;
}
.hero h1 em { color: rgba(255,255,255,0.85); font-style: normal; }
.hero h1 strong { display: block; color: var(--accent-gold); font-weight: 700; }
.hero-desc {
  font-size: 18px; color: rgba(255,255,255,0.78); line-height: 1.7;
  margin-bottom: 36px; max-width: 540px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-size: 15px; font-weight: 600; padding: 13px 26px;
  border-radius: var(--radius); transition: all 0.2s; cursor: pointer; border: 2px solid transparent;
}
.btn-primary { background: var(--brass-500); color: var(--brass-ink); }
.btn-primary:hover { background: var(--brass-600); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(194,123,61,0.4); }
.btn-ghost {
  background: transparent; color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.45);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.75); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.55); }
.btn-outline:hover { background: var(--white); color: var(--blue-700); border-color: var(--white); }

.faq-jumpnav { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 24px 0 8px; }
.faq-chip {
  display: flex; align-items: center; justify-content: center; text-align: center;



  min-height: 44px; padding: 0 12px; font-size: 0.85rem; font-weight: 700; line-height: 1.2;
  border-radius: 8px;
  background: var(--sage-100);
  color: var(--gray-900);
  border: 1px solid var(--sage-600);
  text-decoration: none;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.faq-chip:hover { background: var(--sage-200); border-color: var(--sage-700); }
@media (max-width: 900px) { .faq-jumpnav { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .faq-jumpnav { grid-template-columns: repeat(2, 1fr); } }


.faq-line-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 24px 0 8px; }
.faq-line-chip {
  display: flex; flex-direction: column; justify-content: center; gap: 3px;
  min-height: 68px; padding: 12px 16px;
  background: var(--brass-100);
  box-shadow: inset 0 0 0 1px rgba(194,123,61,0.45);
  border-radius: 10px;
  text-decoration: none;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.faq-line-chip:hover { box-shadow: inset 0 0 0 2px var(--brass-600); transform: translateY(-1px); }
.faq-line-chip-label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-600); }
.faq-line-chip-name { font-size: 15px; font-weight: 700; color: var(--brass-ink); line-height: 1.3; }
@media (max-width: 900px) { .faq-line-nav { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .faq-line-nav { grid-template-columns: 1fr; } }




.nf-links { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 12px 0 8px; }
.nf-links .faq-line-chip { align-items: center; text-align: center; min-height: 56px; padding: 12px; }
@media (max-width: 900px) { .nf-links { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .nf-links { grid-template-columns: repeat(2, 1fr); } }

.faq-more { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; padding: 20px 24px; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-md); }
.faq-more-text { display: flex; flex-direction: column; gap: 2px; min-width: 220px; }
.faq-more-text strong { font-size: 15px; color: var(--gray-900); font-weight: 700; }
.faq-more-text span { font-size: 13.5px; color: var(--gray-600); }
.faq-more-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-blue { background: var(--brass-500); color: var(--brass-ink); }
.btn-blue:hover { background: var(--brass-600); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(194,123,61,0.35); }


.hero-cert-badges {
  display: flex; align-items: center; gap: 0; flex-wrap: wrap;
}
.hero-cert-badge {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.6);
  padding: 0 18px 0 0; white-space: nowrap;
}
.hero-cert-badge:not(:first-child) {
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-left: 18px;
}


.hero-film-strip {
  display: flex; gap: 8px; margin-top: 28px; flex-wrap: wrap;
}
.hero-film-chip {
  display: flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius); padding: 7px 12px; font-size: 12px; font-weight: 600;
  color: var(--gray-700); transition: all 0.2s; cursor: pointer;
}
.hero-film-chip:hover { border-color: var(--blue-400); color: var(--blue-700); background: var(--blue-50); }
.hero-film-chip .chip-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }


.stats-strip { background: var(--blue-900); padding: 48px 0; border-top: 1px solid rgba(255,255,255,0.06); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat-item {
  text-align: center; padding: 0 24px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-number {
  font-size: 48px; font-weight: 700; letter-spacing: -0.03em; line-height: 1;
  color: var(--blue-400);
}
.stat-label { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 8px; font-weight: 500; }


.section-header { margin-bottom: 52px; }
.section-header.centered { text-align: center; }
.section-label {
  display: flex; align-items: center; gap: 14px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--blue-700); margin-bottom: 14px;
}
.section-label::after {
  content: ''; flex: 1; height: 1px; background: var(--gray-200); max-width: 72px;
}
.centered .section-label { justify-content: center; }
.centered .section-label::after { display: none; }
.section-tag {
  display: inline-block; background: var(--blue-50); color: var(--blue-700);
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 14px; border-radius: var(--radius); margin-bottom: 12px;
}
.section-header h2 {
  font-size: clamp(26px, 3.5vw, 42px); font-weight: 700; color: var(--gray-900);
  letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 14px;
}
.section-header p { font-size: 17px; color: var(--gray-600); max-width: 620px; }
.centered .section-header p, .section-header.centered p { margin: 0 auto; }


.lines-a-section { background: var(--white); }
.lines-a-intro { max-width: 720px; margin: 0 auto 32px; text-align: center; }
.lines-a-intro .section-label { justify-content: center; }
.lines-a-intro h2 {
  font-size: clamp(24px, 2.6vw, 32px); font-weight: 700; color: var(--gray-900);
  letter-spacing: -0.01em; line-height: 1.2; margin: 10px 0 14px;
}
.lines-a-intro p { font-size: 15px; color: var(--gray-600); line-height: 1.7; }

.lines-a-shell {
  display: grid; grid-template-columns: 4fr 3fr;
  background: #1F2C1B; border-radius: var(--radius-md);
  overflow: hidden; min-height: 520px;
}
.lines-a-media { position: relative; overflow: hidden; background: var(--blue-800); }
.lines-a-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: contrast(1.03) brightness(1.1);
}
.lines-a-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(65,89,57,0.02), rgba(34,37,29,0.22));
  mix-blend-mode: multiply;
}
.lines-a-num {
  position: absolute; top: 26px; left: 26px; z-index: 2; color: var(--white);
  font-size: 13px; letter-spacing: 0.08em; font-weight: 600;
}
.lines-a-panel { padding: 52px 46px; display: flex; flex-direction: column; justify-content: center; color: var(--white); }
.lines-a-eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent-gold); margin-bottom: 16px; }
.lines-a-title {
  font-family: 'Lora', serif; font-style: italic; font-weight: 600;
  font-size: clamp(24px, 2.6vw, 32px); line-height: 1.2; color: var(--white); margin-bottom: 16px;
}
.lines-a-desc { font-size: 14.5px; line-height: 1.75; color: rgba(255,255,255,0.68); margin-bottom: 24px; }
.lines-a-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.lines-a-chip { font-size: 11.5px; padding: 6px 12px; border: 1px solid rgba(255,255,255,0.22); border-radius: var(--radius); color: rgba(255,255,255,0.85); white-space: nowrap; }
.lines-a-cta {
  font-size: 13.5px; font-weight: 700; color: var(--white); display: inline-flex; align-items: center; gap: 8px;
  width: fit-content; padding-bottom: 3px; border-bottom: 1px solid var(--accent-gold); transition: opacity 0.2s; white-space: nowrap;
}
.lines-a-cta:hover { opacity: 0.75; }

.lines-a-thumbs {
  display: flex; gap: 2px; margin-top: 2px; background: rgba(255,255,255,0.5);
  border-radius: 0 0 var(--radius-md) var(--radius-md); overflow: hidden;
}
.lines-a-thumb {
  position: relative; flex: 1; height: 150px; overflow: hidden; cursor: pointer; text-decoration: none;
  background: #1F2C1B; transition: background 0.2s;
}
.lines-a-thumb:hover { background: rgba(255,255,255,0.05); }
.lines-a-thumb.active { box-shadow: inset 0 2px 0 var(--accent-gold); background: rgba(198,163,83,0.1); }
.lines-a-thumb-img { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.lines-a-thumb-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; display: block; opacity: 0.65; transition: opacity 0.2s, transform 0.4s; }
.lines-a-thumb:hover .lines-a-thumb-img img { transform: scale(1.05); }
.lines-a-thumb:hover .lines-a-thumb-img img { opacity: 0.85; }
.lines-a-thumb.active .lines-a-thumb-img img { opacity: 1; }
.lines-a-thumb-info {
  position: absolute; left: 0; right: 0; bottom: 0; top: calc(100% - 82px);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 8px 10px 9px; text-align: center;

  background: linear-gradient(to top,
    rgba(13,17,11,0.94) 0%,
    rgba(13,17,11,0.88) 34%,
    rgba(13,17,11,0.58) 62%,
    rgba(13,17,11,0.22) 82%,
    rgba(13,17,11,0) 100%);
  transition: top 0.5s cubic-bezier(0.16,1,0.3,1), background 0.4s ease;
}
.lines-a-thumb:hover .lines-a-thumb-info {
  top: 0; justify-content: center;
  background: linear-gradient(to top, rgba(13,17,11,0.92), rgba(13,17,11,0.74));
}
.lines-a-thumb-num { display: block; font-size: 16px; font-weight: 700; color: rgba(255,255,255,0.72); margin-bottom: 2px; letter-spacing: 0.05em; text-shadow: 0 1px 3px rgba(0,0,0,0.55); transition: font-size 0.45s cubic-bezier(0.16,1,0.3,1), color 0.3s; }
.lines-a-thumb-name { font-size: 11.5px; color: rgba(255,255,255,0.95); line-height: 1.3; text-shadow: 0 1px 3px rgba(0,0,0,0.55); transition: font-size 0.45s cubic-bezier(0.16,1,0.3,1), color 0.3s; }
.lines-a-thumb:hover .lines-a-thumb-name { color: var(--white); font-size: 15px; }
.lines-a-thumb:hover .lines-a-thumb-num { color: var(--accent-gold); font-size: 30px; }
.lines-a-thumb.active .lines-a-thumb-name { color: var(--white); }
.lines-a-thumb.active .lines-a-thumb-num { color: var(--accent-gold); }
.lines-a-thumb-desc { display: none; }

@media (max-width: 1000px) {
  .lines-a-shell { grid-template-columns: 1fr; }
  .lines-a-media { min-height: 300px; }
  .lines-a-thumbs { flex-wrap: wrap; }
  .lines-a-thumb { flex: 0 0 25%; }
}
@media (max-width: 600px) {
  .lines-a-thumbs { flex-direction: column; flex-wrap: nowrap; gap: 10px; background: transparent; }
  .lines-a-thumb { flex: 0 0 auto; width: 100%; height: 190px; border-radius: var(--radius-md); }
  .lines-a-thumb-info {
    top: auto; bottom: 0; justify-content: flex-end; text-align: left;
    padding: 16px 16px 14px;
    background: linear-gradient(to top, rgba(13,17,11,0.92) 0%, rgba(13,17,11,0.78) 38%, rgba(13,17,11,0.42) 68%, rgba(13,17,11,0) 100%);
  }
  .lines-a-thumb-num { font-size: 20px; color: var(--accent-gold); text-shadow: 0 1px 3px rgba(0,0,0,0.6); }
  .lines-a-thumb-name { font-size: 16px; font-weight: 700; color: var(--white); text-shadow: 0 1px 3px rgba(0,0,0,0.6); }
  .lines-a-thumb-desc {
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,0.72); margin-top: 4px;
  }
  .lines-a-thumb-img img { opacity: 0.6; }
  .lines-a-thumb.active .lines-a-thumb-img img { opacity: 0.85; }
}


.products-section { background: var(--white); }
.sol-section {
  display: flex; min-height: 460px;
  border-bottom: 1px solid var(--gray-200);
}
.sol-section.reverse { flex-direction: row-reverse; }
.sol-img { flex: 0 0 50%; overflow: hidden; }
.sol-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s ease; }
.sol-section:hover .sol-img img { transform: scale(1.04); }
.sol-text {
  flex: 1; padding: 56px 64px;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--white);
}
.sol-section:nth-of-type(even) .sol-text { background: var(--gray-50); }
.sol-category {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--blue-700); margin-bottom: 12px;
}
.sol-title {
  font-size: clamp(22px, 2.4vw, 34px); font-weight: 700;
  color: var(--gray-900); letter-spacing: -0.02em;
  line-height: 1.15; margin-bottom: 16px;
}
.sol-desc { font-size: 15px; color: var(--gray-600); line-height: 1.75; margin-bottom: 24px; }
.sol-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.sol-spec {
  font-size: 12px; font-weight: 600; color: var(--blue-700); white-space: nowrap;
  background: var(--blue-50); padding: 4px 12px; border-radius: var(--radius);
}
.sol-spec.eco { color: var(--sage-700); background: var(--sage-100); }
.sol-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 700; color: var(--blue-700);
  text-decoration: none; transition: gap 0.2s;
}
.sol-link:hover { gap: 12px; }
.sol-link.eco { color: var(--sage-700); }
.sol-new-badge {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: var(--sage-700); color: white;
  padding: 2px 8px; border-radius: var(--radius); margin-left: 8px;
  vertical-align: middle; position: relative; top: -2px;
}


.applications-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.app-card {
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--gray-200); background: var(--white);
  transition: all 0.2s; display: flex; flex-direction: column;
}
.app-card:hover { border-color: var(--blue-400); box-shadow: 0 6px 24px rgba(65,89,57,0.14); transform: translateY(-2px); }
.app-card-img {
  width: 100%; aspect-ratio: 16 / 9; overflow: hidden; position: relative; flex-shrink: 0;
}
.app-card-img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform 0.4s ease;
}
.app-card:hover .app-card-img img { transform: scale(1.04); }
.app-card-img .app-img-badge {
  position: absolute; bottom: 10px; left: 12px; z-index: 2; white-space: nowrap;
  background: rgba(13,17,11,0.65); color: #fff; font-size: 11px; font-weight: 700;
  padding: 3px 10px; border-radius: var(--radius); backdrop-filter: blur(4px); letter-spacing: 0.04em;
}
.app-card-body { padding: 20px; flex: 1; }
.app-icon { display: none; }
.app-title { font-size: 16px; font-weight: 700; color: var(--gray-900); margin-bottom: 6px; }
.app-desc { font-size: 13px; color: var(--gray-600); line-height: 1.6; margin-bottom: 10px; }
.app-films { font-size: 12px; color: var(--blue-700); font-weight: 600; }


.discover-bg { background: linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%); }
.discover-panel {
  position: relative; background: var(--white); border-radius: var(--radius-md);
  border: 1px solid var(--gray-200); box-shadow: 0 24px 60px rgba(13,17,11,0.08);
  padding: 48px; overflow: hidden;
}
.discover-panel::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--blue-700), var(--blue-400) 45%, var(--sage-600) 100%);
}
.discover-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
.discover-lead { font-size: 16.5px; color: var(--gray-600); line-height: 1.85; margin-bottom: 20px; }
.discover-value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 26px; }
.discover-value-card {
  display: flex; align-items: center; gap: 10px; background: var(--blue-50);
  border: 1px solid var(--blue-100); border-radius: var(--radius); padding: 12px 14px;
}
.discover-value-icon {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: var(--radius); background: var(--white);
  display: flex; align-items: center; justify-content: center; color: var(--blue-700);
  box-shadow: 0 2px 8px rgba(13,17,11,0.08);
}
.discover-value-icon .icon-svg { width: 17px; height: 17px; }
.discover-value-label { font-size: 13px; font-weight: 700; color: var(--blue-800); }

.discover-values { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.discover-value-chip {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  font-size: 13px; font-weight: 700; color: var(--blue-700);
  background: var(--blue-50); padding: 8px 16px; border-radius: var(--radius);
}
.discover-video-wrap { position: relative; }
.discover-video-wrap .video-embed-wrap { border-radius: var(--radius-md); box-shadow: 0 20px 48px rgba(13,17,11,0.2); }
.discover-badge-float {
  position: absolute; left: -18px; bottom: -18px; z-index: 3;
  background: var(--blue-900); color: var(--white); border-radius: var(--radius-md);
  padding: 14px 18px; box-shadow: 0 12px 28px rgba(13,17,11,0.3);
  border: 3px solid var(--white);
}
.discover-badge-float .num { font-size: 22px; font-weight: 700; line-height: 1; color: var(--blue-400); }
.discover-badge-float .label { font-size: 10.5px; font-weight: 600; color: rgba(255,255,255,0.8); margin-top: 2px; letter-spacing: 0.03em; }
.discover-group-panel {
  display: flex; align-items: center; gap: 14px; margin: 8px 0 26px;
  background: var(--sage-50); border: 1px solid var(--sage-200); border-radius: var(--radius-md); padding: 14px 16px;
}
.discover-group-logo { flex-shrink: 0; width: 40px; height: 40px; border-radius: var(--radius); background: var(--white); display: flex; align-items: center; justify-content: center; padding: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.discover-group-logo img { width: 100%; height: 100%; object-fit: contain; }
.discover-group-text { font-size: 13px; color: var(--sage-700); line-height: 1.6; }
.discover-group-text a { font-weight: 700; text-decoration: underline; }


.discover-color-band { height: 5px; border-radius: var(--radius); background: linear-gradient(90deg, var(--blue-700), var(--blue-400) 45%, var(--sage-600) 100%); margin-bottom: 28px; }
.discover-tiles {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 24px 60px rgba(13,17,11,0.14);
  background: var(--gray-200);
}
.discover-tile { position: relative; min-height: 340px; padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.discover-tile-dark { background: var(--blue-900); color: var(--white); }
.discover-tile-light { background: var(--sage-50); }
.discover-tile-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; }
.discover-tile-dark .discover-tile-eyebrow { color: var(--blue-400); }
.discover-tile-light .discover-tile-eyebrow { color: var(--sage-700); }
.discover-tile h3 { font-size: clamp(20px, 2.2vw, 28px); font-weight: 700; letter-spacing: -0.01em; margin-bottom: 12px; }
.discover-tile-dark h3 { color: var(--white); }
.discover-tile-light h3 { color: var(--gray-900); }
.discover-tile p { font-size: 14.5px; line-height: 1.75; margin-bottom: 20px; }
.discover-tile-dark p { color: rgba(255,255,255,0.72); }
.discover-tile-light p { color: var(--gray-600); }
.discover-tile-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.discover-tile-chip { font-size: 11.5px; font-weight: 700; padding: 5px 11px; border-radius: var(--radius); display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.discover-tile-chip .icon-svg { width: 13px; height: 13px; }
.discover-tile-dark .discover-tile-chip { background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); }
.discover-tile-light .discover-tile-chip { background: var(--sage-100); color: var(--sage-700); }
.discover-tile-link { font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 6px; width: fit-content; }
.discover-tile-dark .discover-tile-link { color: var(--white); }
.discover-tile-light .discover-tile-link { color: var(--sage-700); }
.discover-tile-media { padding: 0; }
.discover-tile-media a { position: relative; display: block; width: 100%; height: 100%; min-height: 340px; }
.discover-tile-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.discover-tile-media a:hover img { transform: scale(1.04); }
@media (max-width: 900px) {
  .discover-tiles { grid-template-columns: 1fr; }
  .discover-tile, .discover-tile-media a { min-height: 280px; }
}


.why-bg { background: var(--blue-900); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-grid-4 { grid-template-columns: repeat(4, 1fr); }
.why-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md); padding: 28px; transition: all 0.2s;
}
.why-card:hover { background: rgba(255,255,255,0.09); }
.why-icon { width: 32px; height: 32px; margin-bottom: 14px; color: var(--blue-700); }
.why-icon .icon-svg { width: 32px; height: 32px; }
.why-title { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.why-desc { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.7; }


.why-grid-4 .why-card {
  background: var(--white); border: none; box-shadow: 0 2px 14px rgba(13,17,11,0.05);
  padding: 30px 26px; transition: transform 0.2s, box-shadow 0.2s;
}
.why-grid-4 .why-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(13,17,11,0.1); }
.why-icon-badge {
  width: 48px; height: 48px; border-radius: 50%; background: var(--blue-700); color: var(--white);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.why-grid-4 .why-desc { color: var(--gray-600); }


.certs-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cert-item {
  text-align: left; text-decoration: none; color: inherit; display: flex; flex-direction: column;
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md);
  overflow: hidden; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.cert-item.is-link { cursor: pointer; }
.cert-item.is-link:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(13,17,11,0.1); border-color: var(--blue-400); }
.cert-photo { aspect-ratio: 4/3; overflow: hidden; background: var(--gray-100); border-bottom: 1px solid var(--gray-200); }
.cert-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.cert-item-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.cert-badge, .cert-doc-icon {
  width: 52px; height: 52px; border-radius: var(--radius); background: var(--blue-50);
  border: 1px solid var(--blue-100); color: var(--blue-700);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.cert-badge .icon-svg, .cert-doc-icon .icon-svg { width: 26px; height: 26px; }
.cert-name { font-size: 16px; font-weight: 700; color: var(--gray-900); margin-bottom: 6px; }
.cert-sub { font-size: 12.5px; color: var(--gray-600); line-height: 1.5; }
.cert-meta { font-size: 11.5px; color: var(--gray-400); margin-top: 10px; }
.cert-view-link {
  display: inline-flex; align-items: center; gap: 4px; font-size: 12.5px; font-weight: 600; white-space: nowrap;
  color: var(--blue-700); margin-top: auto; padding-top: 16px;
}
@media (max-width: 880px) { .certs-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .certs-row { grid-template-columns: 1fr; } }


.news-bg { background: var(--gray-50); }
.news-alt-wrap { background: transparent; border: none; border-radius: 0; }
.news-alt-row {
  display: flex; min-height: 280px; border-bottom: 1px solid var(--gray-200);
  text-decoration: none; padding: 8px 0;
}
.news-alt-row:first-child { min-height: 420px; padding-top: 0; }
.news-alt-row:last-child { border-bottom: none; }
.news-alt-row.reverse { flex-direction: row-reverse; }
.news-alt-img { flex: 0 0 44%; overflow: hidden; background: var(--gray-100); position: relative; }
.news-alt-row:first-child .news-alt-img { flex-basis: 52%; }
.news-alt-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; filter: grayscale(0.05) contrast(1.03); }
.news-alt-row:hover .news-alt-img img { transform: scale(1.04); }
.news-alt-featured-badge {
  position: absolute; top: 16px; left: 16px; z-index: 2;
  background: var(--gray-900); color: var(--accent-gold); font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--radius);
}
.news-alt-text {
  flex: 1; padding: 40px 48px;
  display: flex; flex-direction: column; justify-content: center;
  background: transparent;
}
.news-alt-index {
  font-family: 'Lora', serif; font-style: italic; font-weight: 500;
  font-size: 13px; color: var(--gray-400); letter-spacing: 0.03em; margin-bottom: 10px;
}
.news-alt-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.news-alt-tag {
  display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--brass-600); white-space: nowrap;
}
.news-alt-tag .icon-svg { display: none; }
.news-alt-date { font-size: 12px; color: var(--gray-400); font-weight: 600; letter-spacing: 0.04em; position: relative; padding-left: 14px; }
.news-alt-date::before { content: ''; position: absolute; left: 4px; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; border-radius: 50%; background: var(--gray-400); }
.news-alt-title {
  font-family: 'Lora', serif; font-style: italic; font-weight: 600;
  font-size: clamp(19px, 2vw, 26px); color: var(--gray-900); letter-spacing: -0.01em;
  line-height: 1.25; margin-bottom: 14px;
}
.news-alt-row:first-child .news-alt-title { font-size: clamp(28px, 3.4vw, 42px); }
.news-alt-excerpt { font-size: 14.5px; color: var(--gray-600); line-height: 1.7; margin-bottom: 20px; max-width: 460px; }
.news-alt-link {
  display: inline-flex; align-items: center; gap: 6px; width: fit-content;
  font-size: 13px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase;
  color: var(--gray-900); border-bottom: 1px solid var(--accent-gold); padding-bottom: 3px;
  transition: gap 0.2s;
}
.news-alt-row:hover .news-alt-link { gap: 12px; }


.news-teaser-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 24px; margin-top: 8px; }
.news-teaser-card {
  display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-md); overflow: hidden; text-decoration: none; color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.news-teaser-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(13,17,11,0.1); border-color: var(--gray-200); }
.news-teaser-img { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--gray-100); }
.news-teaser-card.featured .news-teaser-img { aspect-ratio: 16/9; }
.news-teaser-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.news-teaser-card:hover .news-teaser-img img { transform: scale(1.05); }
.news-teaser-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--gray-900); color: var(--accent-gold); font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--radius);
}
.news-teaser-body { padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.news-teaser-card.featured .news-teaser-body { padding: 28px 32px 32px; }
.news-teaser-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.news-teaser-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brass-600); }
.news-teaser-date { font-size: 12px; color: var(--gray-400); font-weight: 600; letter-spacing: 0.04em; position: relative; padding-left: 14px; }
.news-teaser-date::before { content: ''; position: absolute; left: 4px; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; border-radius: 50%; background: var(--gray-400); }
.news-teaser-card h3 {
  font-family: 'Lora', serif; font-style: italic; font-weight: 600;
  font-size: 18px; color: var(--gray-900); line-height: 1.3; margin: 2px 0 0;
}
.news-teaser-card.featured h3 { font-size: 23px; }
.news-teaser-card p { font-size: 14px; color: var(--gray-600); line-height: 1.65; margin: 0; }
.news-teaser-link {
  margin-top: auto; padding-top: 6px; display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; color: var(--blue-700);
  transition: gap 0.2s;
}
.news-teaser-card:hover .news-teaser-link { gap: 11px; }
@media (max-width: 800px) {
  .news-teaser-grid { grid-template-columns: 1fr; }
}


.news-spot-section { background: var(--blue-800); }
.news-spot-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 24px; }
.news-spot-label { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-gold); }
.news-spot-header h2 { font-family: 'Lora', serif; font-style: italic; font-weight: 600; font-size: clamp(22px, 2.6vw, 28px); color: var(--white); margin: 8px 0 0; }
.news-spot-all { font-size: 13px; font-weight: 700; color: var(--white); border-bottom: 1px solid var(--accent-gold); padding-bottom: 2px; text-decoration: none; white-space: nowrap; }
.news-spot-hero {
  display: grid; grid-template-columns: 1fr 1fr; background: rgba(255,255,255,0.06);
  border-radius: var(--radius-md); overflow: hidden; text-decoration: none; color: inherit;
}
.news-spot-hero-img { aspect-ratio: 16/10; overflow: hidden; }
.news-spot-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.news-spot-hero:hover .news-spot-hero-img img { transform: scale(1.05); }
.news-spot-hero-body { padding: 34px 38px; display: flex; flex-direction: column; justify-content: center; color: var(--white); }
.news-spot-meta { font-size: 11px; font-weight: 700; color: var(--accent-gold); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px; }
.news-spot-hero-body h3 { font-family: 'Lora', serif; font-style: italic; font-weight: 600; font-size: clamp(20px, 2.2vw, 25px); line-height: 1.25; margin: 0; }
.news-spot-hero-body p { font-size: 13.5px; color: rgba(255,255,255,0.68); margin: 12px 0 0; line-height: 1.7; }
.news-spot-hero-link { font-size: 12.5px; font-weight: 700; color: var(--white); border-bottom: 1px solid var(--accent-gold); width: fit-content; padding-bottom: 2px; margin-top: 18px; }
.news-spot-row {
  display: flex; align-items: center; gap: 16px; margin-top: 16px; padding: 16px 4px 4px;
  border-top: 1px solid rgba(255,255,255,0.1); text-decoration: none; color: inherit;
}
.news-spot-row-img { width: 56px; height: 56px; border-radius: var(--radius); overflow: hidden; flex-shrink: 0; background: rgba(255,255,255,0.08); }
.news-spot-row-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-spot-row-text { flex: 1; }
.news-spot-row-meta { font-size: 11px; color: rgba(255,255,255,0.5); margin-bottom: 2px; }
.news-spot-row-title { font-size: 14.5px; font-weight: 600; color: var(--white); }
.news-spot-row-arrow { color: var(--accent-gold); font-size: 18px; transition: transform 0.2s; }
.news-spot-row:hover .news-spot-row-arrow { transform: translateX(4px); }
@media (max-width: 720px) {
  .news-spot-hero { grid-template-columns: 1fr; }
}
.video-embed-wrap { position: relative; display: block; background: var(--gray-900); overflow: hidden; }
.video-embed-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease, opacity 0.2s; }
.video-embed-wrap:hover img { transform: scale(1.03); opacity: 0.85; }
.video-play-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 72px; height: 72px; border-radius: 50%; background: rgba(13,17,11,0.72);
  color: var(--white); display: flex; align-items: center; justify-content: center;
  font-size: 26px; transition: all 0.2s; border: 2px solid rgba(255,255,255,0.85);
}
.video-embed-wrap:hover .video-play-btn { background: var(--brass-600); transform: translate(-50%, -50%) scale(1.08); }


.cta-banner {
  background: linear-gradient(135deg, var(--blue-800), var(--sage-700));
  padding: 64px 0; text-align: center;
}
.cta-banner h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: var(--white); margin-bottom: 12px; }
.cta-banner p { font-size: 17px; color: rgba(255,255,255,0.75); margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }


.faq-section { background: var(--gray-50); padding: 72px 0; scroll-margin-top: 132px; }
.faq-intro { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.faq-intro h2 { font-family: 'Lora', serif; font-style: italic; font-weight: 600; font-size: clamp(24px, 2.6vw, 30px); color: var(--gray-900); margin: 10px 0 0; }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: var(--white); border: 1px solid rgba(0,0,0,0.08); border-radius: var(--radius-md); padding: 4px 22px; }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 18px 0; font-size: 15px; font-weight: 600; color: var(--gray-900);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; flex-shrink: 0; font-size: 20px; font-weight: 400; color: var(--brass-500); line-height: 1; transition: transform 0.2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item p { margin: 0 0 20px; font-size: 14px; color: var(--gray-700); line-height: 1.7; }








.faq-search { display: none; position: relative; max-width: 760px; margin: 22px 0 4px; }
.faq-search[data-ready] { display: block; }
.faq-search-box { position: relative; display: flex; align-items: center; }
.faq-search-icon { position: absolute; left: 15px; width: 18px; height: 18px; color: var(--gray-400); pointer-events: none; }
.faq-search-input {
  width: 100%; box-sizing: border-box; padding: 13px 42px; font-family: inherit; font-size: 15.5px;
  color: var(--gray-900); background: var(--white); border: 1px solid var(--gray-200);
  border-radius: var(--radius-md); box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.faq-search-input::placeholder { color: var(--gray-400); }
.faq-search-input::-webkit-search-cancel-button, .faq-search-input::-webkit-search-decoration { -webkit-appearance: none; display: none; }
.faq-search-input:focus { outline: none; border-color: var(--brass-500); box-shadow: 0 0 0 3px rgba(194,123,61,0.18); }
.faq-search-clear {
  position: absolute; right: 8px; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
  font-size: 20px; line-height: 1; color: var(--gray-600); background: none; border: 0; border-radius: var(--radius);
  cursor: pointer;
}
.faq-search-clear:hover { background: var(--gray-100); color: var(--gray-900); }
.faq-search-panel {
  position: absolute; z-index: 40; top: calc(100% + 6px); left: 0; right: 0; max-height: 62vh; overflow-y: auto;
  background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md);
  box-shadow: 0 14px 36px rgba(0,0,0,0.14);
}
.faq-search-count {
  padding: 9px 16px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--gray-600); background: var(--gray-50); border-bottom: 1px solid var(--gray-200);
  position: sticky; top: 0;
}
.faq-search-hit { display: block; padding: 11px 16px; text-decoration: none; border-bottom: 1px solid var(--gray-100); }
.faq-search-hit:last-child { border-bottom: 0; }
.faq-search-hit:hover, .faq-search-hit.is-active { background: var(--sage-50); }
.faq-search-hit-q { display: block; font-size: 14.5px; font-weight: 600; color: var(--gray-900); line-height: 1.45; }
.faq-search-hit-q mark { background: var(--brass-100); color: inherit; padding: 0 1px; border-radius: 2px; }
.faq-search-hit-meta { display: block; margin-top: 3px; font-size: 12px; color: var(--gray-600); }
.faq-search-hit-meta em { font-style: normal; color: var(--brass-600); }
.faq-search-empty { padding: 18px 16px; font-size: 14px; color: var(--gray-700); }
.faq-search-empty strong { display: block; color: var(--gray-900); margin-bottom: 3px; }
.faq-search-empty span { font-size: 13px; color: var(--gray-600); }
.faq-search-more { padding: 10px 16px; font-size: 12.5px; color: var(--gray-600); background: var(--gray-50); border-top: 1px solid var(--gray-200); }
.faq-item { scroll-margin-top: 120px; }
.faq-item-target { box-shadow: 0 0 0 2px var(--brass-500); transition: box-shadow .4s ease; }
@media (max-width: 720px) {
  .faq-search-panel { max-height: 55vh; }
  .faq-search-input { font-size: 16px; }
}






.contact-inline-eyebrow { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-500); margin-bottom: 14px; }


.contact-page-section { background: var(--gray-50); padding: 64px 20px 88px; }
.contact-page-shell { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 40px; align-items: start; }
.contact-page-info { padding: 8px 12px; }
.contact-page-info-eyebrow { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-500); margin-bottom: 14px; }
.contact-page-info h2 { font-family: 'Lora', serif; font-style: italic; font-weight: 600; font-size: 26px; color: var(--gray-900); margin: 0 0 14px; }
.contact-page-info p { font-size: 14.5px; color: var(--gray-600); line-height: 1.7; margin: 0 0 26px; }
.contact-page-detail { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; }
.contact-page-detail .icon { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; color: var(--blue-700); }
.contact-page-detail-label { font-size: 11px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 3px; }
.contact-page-detail a, .contact-page-detail span.value { font-size: 14.5px; color: var(--gray-900); line-height: 1.5; }
.contact-page-detail.phone a { white-space: nowrap; }
.contact-page-detail a:hover { color: var(--blue-700); }
.contact-page-certs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--gray-200); }
.contact-page-cert { font-size: 11.5px; padding: 6px 12px; border: 1px solid var(--gray-200); border-radius: 20px; color: var(--gray-700); }
.contact-page-card {
  background: var(--white); border-radius: var(--radius-md);
  box-shadow: 0 8px 32px rgba(13,17,11,0.08); overflow: hidden;
}
@media (max-width: 900px) {
  .contact-page-shell { grid-template-columns: 1fr; }
}
.cp-header { padding: 34px 44px; border-bottom: 1px solid var(--gray-100); }
.cp-eyebrow { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-500); margin-bottom: 10px; }
.cp-header h1 { font-family: 'Lora', serif; font-style: italic; font-weight: 600; font-size: 28px; color: var(--gray-900); margin: 0 0 8px; }
.cp-header p { font-size: 14px; color: var(--gray-600); margin: 0; line-height: 1.6; }
.cp-form { padding: 34px 44px 40px; }
.cp-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.cp-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.cp-field.full { grid-column: 1 / -1; }
.cp-label { font-size: 11.5px; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; color: var(--gray-400); }
.cp-label .opt { text-transform: none; font-weight: 400; }
.cp-input, .cp-select, .cp-textarea {
  font-family: 'Inter', sans-serif; font-size: 14.5px; color: var(--gray-900);
  border: none; border-bottom: 1.5px solid var(--gray-200); border-radius: 0; padding: 10px 2px; background: transparent; outline: none;
}
@media (max-width: 640px) {

  .cp-input, .cp-select, .cp-textarea { font-size: 16px; }
}
.cp-input:focus, .cp-select:focus, .cp-textarea:focus { border-bottom-color: var(--blue-700); }



.cp-input:focus-visible, .cp-select:focus-visible, .cp-textarea:focus-visible {
  border-bottom-color: var(--blue-700);
  outline: 2px solid var(--blue-700);
  outline-offset: 2px;
}
.cp-textarea { resize: vertical; min-height: 90px; }
.cp-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.cp-check { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--gray-800); }
.cp-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; flex-wrap: wrap; gap: 14px; }
.cp-foot-note { font-size: 12px; color: var(--gray-400); }
.cp-submit {
  cursor: pointer; border: none; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px;
  padding: 13px 30px; border-radius: 4px; background: var(--brass-500); color: var(--brass-ink); transition: background 0.15s;
}
.cp-submit:hover { background: var(--brass-600); }
@media (max-width: 640px) {
  .cp-row, .cp-checks { grid-template-columns: 1fr; }
  .cp-header, .cp-form { padding-left: 26px; padding-right: 26px; }
}


.footer { background: var(--gray-900); color: rgba(255,255,255,0.7); padding: 56px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }





.footer-brand img { height: 30px; width: auto; margin-bottom: 16px; display: block; }
.footer-brand p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.5); max-width: 260px; }
.footer-col h4 { font-size: 12px; font-weight: 700; color: var(--white); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 8px; transition: color 0.15s; }
.footer-col a:hover { color: var(--white); }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; font-size: 13px; }
.footer-contact-item .icon { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; color: rgba(255,255,255,0.55); }
.footer-divider { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: gap; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.35); }










.timeline { position: relative; max-width: 900px; margin: 0 auto; padding: 8px 0; }
.timeline::before {
  content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(var(--gray-200), var(--gray-200)); transform: translateX(-50%);
}
.timeline-item { position: relative; display: grid; grid-template-columns: 1fr 40px 1fr; gap: 0; margin-bottom: 48px; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-dot {
  grid-column: 2; grid-row: 1; justify-self: center; margin-top: 8px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--white); border: 3px solid var(--blue-700); z-index: 2;
}
.timeline-item.is-green .timeline-dot { border-color: var(--sage-600); }
.timeline-year {
  grid-column: 1; grid-row: 1; text-align: right; padding-right: 32px; font-weight: 800; font-size: 20px;
  color: var(--gray-900); letter-spacing: -0.01em; padding-top: 2px;
}
.timeline-item.is-green .timeline-year { color: var(--sage-700); }
.timeline-content { grid-column: 3; grid-row: 1; padding-top: 5px; padding-left: 32px; }
.timeline-item:nth-child(even) .timeline-year { grid-column: 3; text-align: left; padding-right: 0; padding-left: 32px; }
.timeline-item:nth-child(even) .timeline-content { grid-column: 1; padding-left: 0; padding-right: 32px; text-align: right; }
.timeline-item:nth-child(even) .timeline-tag { margin-left: auto; }
.timeline-tag {
  display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; white-space: nowrap;
  color: var(--blue-700); background: var(--blue-50); border: 1px solid var(--blue-100);
  padding: 3px 10px; border-radius: var(--radius); margin-bottom: 10px;
}
.timeline-item.is-green .timeline-tag { color: var(--sage-700); background: var(--sage-50); border-color: var(--sage-200); }
.timeline-content p { font-size: 14.5px; line-height: 1.7; color: var(--gray-700); }
@media (max-width: 720px) {
  .timeline::before { left: 8px; }
  .timeline-item, .timeline-item:nth-child(even) {
    grid-template-columns: 16px 1fr; grid-template-rows: auto auto; gap: 0 14px; margin-bottom: 36px;
  }
  .timeline-item .timeline-dot, .timeline-item:nth-child(even) .timeline-dot { grid-column: 1; grid-row: 1 / span 2; justify-self: start; margin-top: 4px; }
  .timeline-item .timeline-year, .timeline-item:nth-child(even) .timeline-year {
    grid-column: 2; grid-row: 1; text-align: left; padding: 0 0 6px; font-size: 17px;
  }
  .timeline-item .timeline-content, .timeline-item:nth-child(even) .timeline-content {
    grid-column: 2; grid-row: 2; padding: 0; text-align: left;
  }
  .timeline-item:nth-child(even) .timeline-tag { margin-left: 0; }
}
.footer-qr-group { display: flex; gap: 14px; }
.footer-qr-item { display: flex; flex-direction: column; align-items: center; gap: 6px; text-decoration: none; }
.footer-qr-item img {
  width: 68px; height: 68px; border-radius: 8px; background: var(--white, #fff);
  padding: 5px; display: block; box-sizing: border-box;
}
.footer-qr-item span {
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}
.footer-channels { display: flex; gap: 10px; }
.channel-icon {
  width: 32px; height: 32px; border-radius: var(--radius); background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700;
  letter-spacing: 0.02em; color: rgba(255,255,255,0.75);
  transition: background 0.15s;
}
.channel-icon:hover { background: rgba(255,255,255,0.15); }









.video-embed-wrap {
  position: relative; width: 100%; aspect-ratio: 16/9;
  border-radius: var(--radius-md); overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
}
.video-embed-wrap iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: none;
}


.about-hero { background: var(--gray-50); padding: 76px 0 0; overflow: hidden; }
.about-hero-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
  padding-bottom: 64px;
}
.about-hero-text .breadcrumb { color: var(--gray-600); }
.about-hero-text .breadcrumb a { color: var(--gray-700); }
.about-hero-text .section-label { justify-content: flex-start; color: var(--blue-700); }
.about-hero-text h1 {
  font-size: clamp(32px, 4.4vw, 52px); font-weight: 800; letter-spacing: -0.02em;
  color: var(--gray-900); line-height: 1.12; margin: 14px 0 18px;
}
.about-hero-text > p { font-size: 17px; line-height: 1.7; color: var(--gray-700); max-width: 520px; }
.about-hero-stats { display: flex; gap: 36px; margin-top: 40px; flex-wrap: wrap; }
.about-hero-stat { display: flex; flex-direction: column; }
.about-hero-stat strong { font-size: 30px; font-weight: 800; color: var(--blue-700); letter-spacing: -0.01em; line-height: 1; }
.about-hero-stat span { font-size: 12.5px; color: var(--gray-600); margin-top: 8px; max-width: 130px; line-height: 1.4; }
.about-hero-photo {
  position: relative; border-radius: var(--radius-md); overflow: hidden;
  box-shadow: 0 28px 64px rgba(13,17,11,0.16); aspect-ratio: 952/510;
  transform: translateY(0);
}
.about-hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-hero-photo-tag {
  position: absolute; left: 20px; bottom: 20px; z-index: 2;
  background: rgba(13,17,11,0.72); backdrop-filter: blur(4px); color: #fff;
  font-size: 12.5px; font-weight: 600; letter-spacing: 0.01em;
  padding: 8px 14px; border-radius: var(--radius);
}
@media (max-width: 880px) {
  .about-hero-inner { grid-template-columns: 1fr; gap: 40px; padding-bottom: 44px; }
  .about-hero { padding-top: 56px; }
  .about-hero-stats { gap: 28px; }
}


.page-header { position: relative; overflow: hidden; background: var(--blue-900); padding: 96px 0 68px; }
.page-header-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.page-header-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(13,17,11,0.94) 0%, rgba(13,17,11,0.84) 45%, rgba(13,17,11,0.62) 100%); }
.page-header .container { position: relative; z-index: 2; }
.page-header .section-label { color: var(--blue-400); justify-content: flex-start; }
.page-header h1 { font-size: clamp(30px, 4vw, 48px); font-weight: 700; color: var(--white); letter-spacing: -0.02em; margin-bottom: 14px; }
.page-header p { font-size: 17px; color: rgba(255,255,255,0.75); max-width: 680px; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 18px; }
.breadcrumb a { color: rgba(255,255,255,0.75); }
.breadcrumb a:hover { color: var(--white); }

.pdp-section .breadcrumb { color: var(--gray-600); }
.pdp-section .breadcrumb a { color: var(--gray-700); }
.pdp-section .breadcrumb a:hover { color: var(--blue-700); }


.news-masthead { background: var(--gray-900); padding: 100px 0 68px; position: relative; overflow: hidden; }
.news-masthead::before {
  content: ''; position: absolute; top: 0; right: 0; width: 45%; height: 100%;
  background: linear-gradient(115deg, transparent 55%, rgba(65,89,57,0.35) 100%); pointer-events: none;
}
.news-masthead .container { position: relative; z-index: 2; max-width: 720px; }
.news-masthead .breadcrumb { color: rgba(255,255,255,0.5); }
.news-masthead .breadcrumb a { color: rgba(255,255,255,0.75); }
.news-masthead-kicker {
  display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 700; white-space: nowrap;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-gold); margin: 14px 0 20px;
}
.news-masthead-kicker::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.2); max-width: 120px; }
.news-masthead h1 {
  font-family: 'Lora', serif; font-style: italic; font-weight: 600;
  font-size: clamp(34px, 4.4vw, 54px); color: var(--white); line-height: 1.15; margin-bottom: 18px;
}
.news-masthead p { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 560px; }


.joinus-hero { background: var(--gray-900); padding: 88px 0 76px; overflow: hidden; }
.joinus-hero-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.joinus-hero-inner-single { max-width: 720px; }
.joinus-hero-text .breadcrumb { color: rgba(255,255,255,0.5); }
.joinus-hero-text .breadcrumb a { color: rgba(255,255,255,0.75); }
.joinus-hero-text .section-label { color: var(--accent-gold); justify-content: flex-start; }
.joinus-hero-text h1 {
  font-size: clamp(30px, 3.6vw, 46px); font-weight: 700; color: var(--white);
  letter-spacing: -0.02em; line-height: 1.15; margin: 14px 0 18px;
}
.joinus-hero-text h1 .serif-em { font-family: 'Lora', serif; font-style: italic; font-weight: 600; color: var(--accent-gold); }
.joinus-hero-text p { font-size: 16.5px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 560px; }
.joinus-hero-stats { display: grid; grid-template-columns: repeat(3, auto); gap: 0; margin-top: 40px; max-width: 460px; }
.joinus-hero-stat { display: flex; flex-direction: column; padding: 0 24px; border-right: 1px solid rgba(255,255,255,0.14); }
.joinus-hero-stat:first-child { padding-left: 0; }
.joinus-hero-stat:last-child { border-right: none; padding-right: 0; }
.joinus-hero-stat strong { font-size: 32px; font-weight: 800; color: var(--accent-gold); letter-spacing: -0.01em; line-height: 1; }
.joinus-hero-stat span { font-size: 12.5px; color: rgba(255,255,255,0.6); margin-top: 8px; line-height: 1.4; }


.joinus-distributor { background: var(--white); padding: 88px 0; overflow: hidden; }
.joinus-distributor-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch; gap: 0; max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.joinus-distributor-text { padding: 0 64px 0 0; display: flex; flex-direction: column; justify-content: center; }
.joinus-distributor-media { position: relative; min-height: 480px; border-radius: var(--radius-md); overflow: hidden; }
.joinus-distributor-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.joinus-distributor-media::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(200deg, rgba(198,163,83,0.12), rgba(65,89,57,0.18));
  mix-blend-mode: multiply;
}
@media (max-width: 900px) {
  .joinus-distributor-grid { grid-template-columns: 1fr; }
  .joinus-distributor-text { padding: 0 0 32px; }
  .joinus-distributor-media { min-height: 320px; }
}


.pdp-catalog-hero { background: var(--gray-900); padding: 88px 0 76px; overflow: hidden; }
.pdp-catalog-hero-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; }
.pdp-catalog-hero-text .breadcrumb { color: rgba(255,255,255,0.5); }
.pdp-catalog-hero-text .breadcrumb a { color: rgba(255,255,255,0.75); }
.pdp-catalog-hero-text .section-label { color: var(--accent-gold); justify-content: flex-start; }
.pdp-catalog-hero-text h1 {
  font-size: clamp(30px, 3.6vw, 46px); font-weight: 700; color: var(--white);
  letter-spacing: -0.02em; line-height: 1.15; margin: 14px 0 18px;
}
.pdp-catalog-hero-text h1 .serif-em { font-family: 'Lora', serif; font-style: italic; font-weight: 600; color: var(--accent-gold); white-space: nowrap; }
.pdp-catalog-hero-text p { font-size: 16.5px; color: rgba(255,255,255,0.7); line-height: 1.7; max-width: 500px; margin-bottom: 32px; }
.pdp-catalog-hero-media {
  position: relative; border-radius: var(--radius-md); overflow: hidden;
  aspect-ratio: 4 / 3; box-shadow: 0 28px 64px rgba(0,0,0,0.35);
}
.pdp-catalog-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(0.08) contrast(1.05); }
.pdp-catalog-hero-media::after {
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(160deg, rgba(65,89,57,0.15), rgba(26,35,22,0.35));
  mix-blend-mode: multiply;
}
.pdp-hero-mosaic { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr); gap: 4px; }
.pdp-hero-mosaic-item { position: relative; overflow: hidden; background: var(--gray-800); }
.pdp-hero-mosaic-item img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(0.05) contrast(1.03); transition: transform 0.5s ease; }
.pdp-hero-mosaic-item:hover img { transform: scale(1.05); }
.pdp-hero-mosaic-item.featured { grid-column: span 2; grid-row: span 2; }
.pdp-hero-mosaic-item.wide { grid-column: span 2; }
.pdp-hero-mosaic-item.eco::after {
  content: ''; position: absolute; top: 8px; right: 8px; z-index: 2;
  width: 8px; height: 8px; border-radius: 50%; background: var(--sage-600); box-shadow: 0 0 0 2px rgba(255,255,255,0.7);
}
.pdp-catalog-hero-tag {
  position: absolute; left: 16px; bottom: 16px; z-index: 3; white-space: nowrap;
  background: rgba(13,17,11,0.72); backdrop-filter: blur(4px); color: var(--white);
  font-size: 12px; font-weight: 600; padding: 7px 13px; border-radius: var(--radius);
}
@media (max-width: 900px) {
  .pdp-catalog-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .pdp-catalog-hero-media { aspect-ratio: 16 / 9; }
}


.page-header-lg { padding: 120px 0 96px; min-height: 460px; display: flex; align-items: center; overflow: hidden; }
.page-header-lg p { margin-bottom: 32px; }
.page-header-lg .section-label { color: var(--accent-gold); }
.page-header-lg h1 .serif-em { font-family: 'Lora', serif; font-style: italic; font-weight: 600; color: var(--accent-gold); }
.page-header-overlay-diag {
  background: linear-gradient(105deg, rgba(26,35,22,0.96) 0%, rgba(26,35,22,0.86) 38%, rgba(65,89,57,0.5) 70%, rgba(65,89,57,0.22) 100%);
}
.page-header-accent-photo {
  position: absolute; z-index: 3; right: 64px; bottom: 40px;
  width: 240px; height: 168px; border-radius: var(--radius-md); overflow: hidden;
  border: 3px solid rgba(255,255,255,0.85); box-shadow: 0 20px 44px rgba(13,17,11,0.4);
  display: none;
}
.page-header-accent-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-header-accent-tag {
  position: absolute; left: 12px; bottom: 12px; z-index: 2;
  background: rgba(13,17,11,0.72); backdrop-filter: blur(4px); color: var(--white);
  font-size: 10.5px; font-weight: 600; letter-spacing: 0.01em; padding: 5px 10px; border-radius: var(--radius);
}
@media (min-width: 1000px) { .page-header-accent-photo { display: block; } }


@media (max-width: 900px) {
  .hero { height: 80vh; min-height: 500px; }
  .hero-film-strip { justify-content: flex-start; }
  .sol-section { flex-direction: column !important; min-height: auto; }
  .sol-img { flex: none; height: 300px; width: 100%; }
  .sol-text { padding: 36px 32px; }
  .applications-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-grid-4 { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 20px; }
  .news-alt-row { flex-direction: column !important; min-height: auto; }
  .news-alt-img { flex: none; height: 260px; width: 100%; }
  .news-alt-text { padding: 32px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr !important; }
  .discover-grid { grid-template-columns: 1fr; }
  .discover-panel { padding: 32px 24px; }
  .discover-badge-float { left: 12px; bottom: 12px; }
  .discover-value-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--blue-900);
    padding: 8px 20px 28px;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    box-shadow: 0 12px 24px rgba(13,17,11,0.25);
    transform: translateY(-6px);
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  }
  .nav-links.is-open {
    transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
  }
  .nav-links a { color: rgba(255,255,255,0.85); font-size: 16px; padding: 14px 4px; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-links a:hover, .nav-links a:focus-visible { color: #fff; background: rgba(255,255,255,0.06); }
  .nav-links .nav-cta { background: var(--brass-500); color: var(--brass-ink); text-align: center; margin-top: 12px; border-bottom: none; }
  .nav-links .nav-cta:hover { background: var(--brass-600); color: var(--brass-ink); }
  .nav-lang { border-left: none; border-top: 1px solid rgba(255,255,255,0.12); margin: 12px 0 0; padding: 16px 4px 0; justify-content: flex-start; gap: 16px; }
  .nav-lang a { color: rgba(255,255,255,0.5); font-size: 13px; padding: 6px 4px; }
  .nav-lang a.active, .nav-lang a:hover { color: #fff; background: transparent; }
  .hero { height: auto; min-height: 560px; }
  .hero-content-wrap { padding-bottom: 32px; padding-top: 88px; }
  .hero h1 { font-size: clamp(30px, 8vw, 40px); margin-bottom: 16px; }
  .hero-desc { font-size: 15.5px; margin-bottom: 24px; }
  .hero-actions { margin-bottom: 28px; }
  .hero-watch-btn {
    top: 16px; right: 16px; width: 40px; height: 40px; padding: 0; gap: 0;
    justify-content: center; border-radius: 50%; font-size: 0;
  }
  .hero-watch-icon { width: 100%; height: 100%; background: transparent; color: #fff; font-size: 13px; }
  .hero-cert-badges { gap: 8px; }
  .hero-cert-badge { border-left: none !important; padding-left: 0 !important; }
  .sol-text { padding: 28px 20px; }
  .applications-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid-4 { grid-template-columns: 1fr; }
  .news-alt-text { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .joinus-hero, .pdp-catalog-hero, .news-masthead { padding: 56px 0 40px; }
  .breadcrumb { font-size: 12px; margin-bottom: 14px; }
  .joinus-hero-text h1, .pdp-catalog-hero-text h1 { margin: 10px 0 14px; }
  .joinus-hero-stats { grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 100%; margin-top: 28px; }
  .joinus-hero-stat { padding: 0 12px; }
  .joinus-hero-stat:first-child { padding-left: 0; }
  .joinus-hero-stat strong { font-size: 24px; }
  .joinus-hero-stat span { font-size: 10.5px; margin-top: 6px; line-height: 1.35; }
}


.catalog-section { background: var(--white); padding: 64px 0 24px; }
.catalog-category { margin-bottom: 76px; scroll-margin-top: 132px; }
.catalog-category:last-child { margin-bottom: 32px; }
.catalog-category-header { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.catalog-category-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--blue-700); margin-bottom: 12px;
}
.catalog-category.eco .catalog-category-eyebrow { color: var(--sage-700); }
.catalog-category-title {
  font-size: clamp(22px, 2.6vw, 32px); font-weight: 700; color: var(--gray-900);
  letter-spacing: -0.01em; position: relative; display: inline-block; padding-bottom: 18px;
}
.catalog-category-title::after {
  content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 56px; height: 3px; background: var(--brass-500);
}
.catalog-category.eco .catalog-category-title::after { background: var(--sage-600); }
.catalog-category-count { font-size: 13.5px; color: var(--gray-600); margin-top: 14px; }







.catalog-faq-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 14px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  font-size: 12.5px; line-height: 1.5;
  color: var(--gray-800);
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease,
              transform 0.15s ease, box-shadow 0.15s ease;
}
.catalog-faq-chip-name  { font-weight: 700; }
.catalog-faq-chip-tag   { color: var(--gray-600); }
.catalog-faq-chip-arrow { color: var(--gray-400); transition: transform 0.15s ease; }





.catalog-faq-chip:hover,
.catalog-faq-chip:focus-visible {
  background: var(--gray-200);
  border-color: var(--gray-400);
  color: var(--gray-900);
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(34, 37, 29, 0.10);
}
.catalog-faq-chip:hover .catalog-faq-chip-tag,
.catalog-faq-chip:focus-visible .catalog-faq-chip-tag { color: var(--gray-800); }
.catalog-faq-chip:hover .catalog-faq-chip-arrow,
.catalog-faq-chip:focus-visible .catalog-faq-chip-arrow {
  color: var(--gray-800); transform: translateX(3px);
}
.catalog-faq-chip:active { transform: translateY(0); box-shadow: none; }

@media (prefers-reduced-motion: reduce) {
  .catalog-faq-chip, .catalog-faq-chip-arrow { transition: none; }
  .catalog-faq-chip:hover, .catalog-faq-chip:focus-visible { transform: none; }
  .catalog-faq-chip:hover .catalog-faq-chip-arrow { transform: none; }
}

.sku-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.sku-card {
  background: var(--white); border-radius: var(--radius-md);
  overflow: hidden; display: flex; flex-direction: column;
  flex: 0 0 360px; width: 360px;
  box-shadow: 0 1px 3px rgba(13,17,11,0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}
.sku-card:hover { box-shadow: 0 16px 38px rgba(13,17,11,0.14); transform: translateY(-3px); }
.sku-card-media {
  aspect-ratio: 1 / 1; background: var(--gray-100); overflow: hidden;
}
.sku-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.5s ease; }
.sku-card:hover .sku-card-media img { transform: scale(1.05); }
.sku-card-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.sku-card-title { font-size: 16.5px; font-weight: 600; color: var(--gray-900); line-height: 1.4; margin-bottom: 9px; }
.sku-card-spec { font-size: 13.5px; color: var(--gray-600); line-height: 1.65; margin-bottom: 16px; flex: 1; }
.sku-card-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding-top: 14px; border-top: 1px solid var(--gray-100);
}
.sku-card-code { font-size: 13px; font-weight: 700; color: var(--blue-700); letter-spacing: 0.01em; }
.catalog-category.eco .sku-card-code { color: var(--sage-700); }
.sku-card-thick {
  font-size: 12px; font-weight: 800; color: #fff;
  background: var(--brass-600); padding: 4px 12px; border-radius: 999px;
  letter-spacing: 0.02em; line-height: 1.45; white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}
.catalog-category.eco .sku-card-thick { background: var(--brass-600); color: #fff; }
a.sku-card { text-decoration: none; color: inherit; cursor: pointer; }
.sku-card-view { font-size: 12.5px; font-weight: 700; color: var(--blue-700); margin-top: 10px; display: flex; align-items: center; gap: 6px; }
.catalog-category.eco .sku-card-view { color: var(--sage-700); }
.sku-card-soon { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 10px; height: 100%; padding: 32px 20px; color: var(--gray-400); }
.sku-card-soon-badge { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-400); background: var(--gray-100); padding: 4px 12px; border-radius: var(--radius); }
.sku-card.placeholder { border: 1.5px dashed var(--gray-200); box-shadow: none; }
.sku-card.placeholder:hover { transform: none; box-shadow: none; }
@media (max-width: 1100px) { .sku-card { flex-basis: 300px; width: 300px; } }
@media (max-width: 760px) { .sku-card { flex-basis: 320px; width: 320px; } .catalog-category { margin-bottom: 56px; } }
@media (max-width: 480px) { .sku-card { flex-basis: 100%; width: 100%; max-width: 380px; } }


.catalog-quicknav {
  position: fixed; top: 58px; left: 0; right: 0; z-index: 95;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gray-200);
  box-shadow: 0 6px 20px rgba(13,17,11,0.08);
  transform: translateY(-120%); opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
  pointer-events: none;
}
.catalog-quicknav.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.catalog-quicknav-inner {
  position: relative; display: flex; gap: 2px; overflow-x: auto; max-width: 1200px; margin: 0 auto; padding: 0 28px;
  scrollbar-width: none; -ms-overflow-style: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}
.catalog-quicknav-inner::-webkit-scrollbar { display: none; width: 0; height: 0; }
.catalog-quicknav a {
  flex: 0 0 auto; font-size: 13px; font-weight: 600; color: var(--gray-600);
  padding: 15px 16px 13px; margin: 0 2px; border-bottom: 2.5px solid transparent; white-space: nowrap;
  border-radius: 6px 6px 0 0;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.catalog-quicknav a:hover { color: var(--blue-700); background: var(--sage-50); }
.catalog-quicknav a.active { color: var(--blue-700); font-weight: 700; border-bottom-color: var(--brass-500); }
.catalog-quicknav a.active.eco-active { color: var(--sage-700); border-bottom-color: var(--sage-600); }
@media (max-width: 640px) { .catalog-quicknav a { font-size: 12.5px; padding: 13px 12px 11px; } }


.pdp-subnav { position: sticky; top: 58px; z-index: 90; background: var(--white); border-bottom: 1px solid var(--gray-200); }
.pdp-subnav-inner { display: flex; gap: 4px; overflow-x: auto; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.pdp-subnav a { flex: 0 0 auto; font-size: 13.5px; font-weight: 600; color: var(--gray-600); padding: 14px 16px; border-bottom: 2px solid transparent; white-space: nowrap; transition: color 0.15s, border-color 0.15s; }
.pdp-subnav a:hover, .pdp-subnav a.active { color: var(--blue-700); border-bottom-color: var(--brass-500); }
.pdp-subnav.eco a:hover, .pdp-subnav.eco a.active { color: var(--sage-700); border-bottom-color: var(--sage-600); }

.pdp-hero { background: var(--gray-50); padding: 48px 0 64px; scroll-margin-top: 128px; }
.pdp-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: start; }
.pdp-gallery-main { aspect-ratio: 1 / 1; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); overflow: hidden; margin-bottom: 14px; }





.pdp-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.pdp-gallery-thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.pdp-gallery-thumbs button { width: 64px; height: 64px; padding: 0; border-radius: var(--radius); overflow: hidden; border: 2px solid var(--gray-200); background: var(--white); cursor: pointer; transition: border-color 0.15s; }
.pdp-gallery-thumbs button.active, .pdp-gallery-thumbs button:hover { border-color: var(--blue-400); }
.pdp-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }

.pdp-info-panel { background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 36px; box-shadow: 0 4px 20px rgba(13,17,11,0.05); }
.pdp-category-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue-700); background: var(--blue-50); padding: 4px 12px; border-radius: var(--radius); margin-bottom: 14px; }
.pdp-info-panel.eco .pdp-category-tag { color: var(--sage-700); background: var(--sage-100); }
.pdp-title { font-size: clamp(24px, 3vw, 34px); font-weight: 700; color: var(--gray-900); letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 6px; }
.pdp-model-code { font-size: 14px; font-weight: 600; color: var(--gray-600); margin-bottom: 20px; }
.pdp-model-code span { color: var(--blue-700); font-weight: 700; }
.pdp-info-panel.eco .pdp-model-code span { color: var(--sage-700); }
.pdp-lede { font-size: 15.5px; color: var(--gray-700); line-height: 1.75; margin-bottom: 24px; }
.pdp-quick-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.pdp-quick-spec { background: var(--gray-50); border-radius: var(--radius); padding: 12px 14px; }
.pdp-quick-spec-label { font-size: 11px; color: var(--gray-400); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.pdp-quick-spec-value { font-size: 15px; font-weight: 700; color: var(--gray-900); }



.pdp-quick-spec-link { display: block; text-decoration: none; background: var(--brass-100); box-shadow: inset 0 0 0 1px var(--brass-500); transition: box-shadow 0.15s; }
.pdp-quick-spec-link:hover { box-shadow: inset 0 0 0 2px var(--brass-600); }


.pdp-quick-spec-spacer { visibility: hidden; }

.pdp-actions.pdp-actions--wide-primary .btn-primary { width: 100%; justify-content: center; }
.pdp-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }


.pdp-actions.pdp-actions--split { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: stretch; }
.pdp-actions.pdp-actions--split .btn { box-sizing: border-box; }
.pdp-actions.pdp-actions--split > .btn-primary { width: 100%; justify-content: center; }
.pdp-actions.pdp-actions--split .pdp-faq-btns { display: flex; gap: 10px; min-width: 0; }
.pdp-actions.pdp-actions--split .pdp-faq-btns .btn { flex: 0 0 auto; justify-content: center; white-space: nowrap; padding-left: 14px; padding-right: 14px; }
.pdp-doc-links { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13.5px; padding-top: 16px; border-top: 1px solid var(--gray-100); }
.pdp-doc-links a { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--blue-700); }
.pdp-doc-links a:hover { text-decoration: underline; }

.pdp-section { padding: 64px 0; border-bottom: 1px solid var(--gray-200); scroll-margin-top: 128px; }
.pdp-section:last-of-type { border-bottom: none; }
.pdp-section-label { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue-700); margin-bottom: 14px; }
.pdp-section-label .num { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: var(--blue-900); color: var(--white); font-size: 11px; flex-shrink: 0; }
.pdp-section.eco .pdp-section-label { color: var(--sage-700); }
.pdp-section.eco .pdp-section-label .num { background: var(--sage-700); }
.pdp-section h2 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; color: var(--gray-900); letter-spacing: -0.01em; margin-bottom: 20px; }
.pdp-prose { font-size: 16px; color: var(--gray-700); line-height: 1.85; max-width: 820px; }
.pdp-prose + .pdp-prose { margin-top: 14px; }

.pdp-highlight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pdp-highlight-item { display: flex; gap: 14px; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 18px 20px; }
.pdp-highlight-icon { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--blue-900); color: var(--white); display: flex; align-items: center; justify-content: center; }
.pdp-highlight-icon .icon-svg { width: 16px; height: 16px; stroke-width: 2.4; }
.pdp-highlight-text { font-size: 14.5px; color: var(--gray-700); line-height: 1.6; padding-top: 4px; }
.pdp-section.eco .pdp-highlight-icon { background: var(--sage-700); }

.pdp-app-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; list-style: none; }
.pdp-app-item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--gray-700); line-height: 1.6; background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 14px 16px; }
.pdp-app-num { flex-shrink: 0; font-size: 13px; font-weight: 700; color: var(--blue-700); background: var(--blue-50); width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.pdp-section.eco .pdp-app-num { color: var(--sage-700); background: var(--sage-100); }

.pdp-table-wrap { overflow-x: auto; border: 1px solid var(--gray-200); border-radius: var(--radius-md); }
.pdp-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pdp-table caption { text-align: left; font-size: 12px; color: var(--gray-400); padding: 10px 16px; caption-side: bottom; }
.pdp-table th, .pdp-table td { padding: 12px 12px; text-align: left; border-bottom: 1px solid var(--gray-200); white-space: nowrap; }
.pdp-table thead th { background: var(--blue-900); color: var(--white); font-weight: 600; font-size: 12.5px; letter-spacing: 0.03em; }
.pdp-table tbody tr:nth-child(even) { background: var(--gray-50); }
.pdp-table tbody th { font-weight: 600; color: var(--gray-800); background: var(--white); }
.pdp-table-note { font-size: 12.5px; color: var(--gray-400); padding: 12px 16px; }
.pdp-comparison-table td.win { color: var(--sage-700); font-weight: 600; }





@media (max-width: 640px) {
  .pdp-table-wrap { overflow-x: visible; border: none; }
  .pdp-table { width: 100%; font-size: 13.5px; }
  .pdp-table caption { display: block; padding: 12px 2px 0; }
  .pdp-table thead {
    position: absolute; width: 1px; height: 1px; overflow: hidden;
    clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
  }
  .pdp-table, .pdp-table tbody, .pdp-table tr, .pdp-table th, .pdp-table td { display: block; }
  .pdp-table tbody tr {
    background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius-md);
    padding: 2px 0 6px; margin-bottom: 12px;
  }
  .pdp-table tbody tr:last-child { margin-bottom: 0; }
  .pdp-table tbody th[scope="row"] {
    padding: 12px 14px 8px; border-bottom: 1px solid var(--gray-100);
    font-size: 12.5px; font-weight: 700; color: var(--blue-700);
    text-transform: uppercase; letter-spacing: 0.03em; white-space: normal;
  }
  .pdp-table tbody td {
    display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
    padding: 7px 14px; border-bottom: none; white-space: normal;
  }
  .pdp-table tbody td[data-label]::before {
    content: attr(data-label); font-size: 11.5px; font-weight: 600; color: var(--gray-400);
    text-transform: uppercase; letter-spacing: 0.03em; flex-shrink: 0;
  }
  .pdp-table tbody td strong { color: var(--brass-600); font-size: 14.5px; }
}

.pdp-notice-cert { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pdp-notice-card, .pdp-cert-card { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: var(--radius-md); padding: 22px 24px; }
.pdp-notice-card h3, .pdp-cert-card h3 { font-size: 15px; font-weight: 700; color: var(--gray-900); margin-bottom: 10px; }
.pdp-notice-card p, .pdp-cert-card p { font-size: 13.5px; color: var(--gray-600); line-height: 1.7; }

.pdp-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

@media (max-width: 900px) {
  .pdp-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .pdp-highlight-grid, .pdp-app-list, .pdp-notice-cert { grid-template-columns: 1fr; }
  .pdp-quick-specs { grid-template-columns: 1fr 1fr; }
  .pdp-related-grid { grid-template-columns: 1fr; }
}


.story-flow { background: linear-gradient(180deg, var(--blue-900) 0%, var(--blue-800) 55%, var(--blue-900) 100%); color: #fff; overflow: hidden; }
.story-label {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-gold); margin-bottom: 18px;
}
.story-heading {
  font-family: 'Lora', 'Noto Sans TC', serif; font-style: italic; font-weight: 500;
  font-size: clamp(30px, 4.2vw, 50px); line-height: 1.22; color: #fff; letter-spacing: -0.01em;
  margin-bottom: 56px; max-width: 640px;
}
.story-flow-top { padding: 96px 0 0; }
.story-row { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 64px; align-items: center; }
.story-row-reverse { grid-template-columns: 0.9fr 1.1fr; }
.story-row-reverse .story-media { order: 2; }
.story-row-reverse .story-copy { order: 1; }
.story-media { border-radius: var(--radius-md); overflow: hidden; background: var(--blue-800); }
.story-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-media-tall { aspect-ratio: 3/4; }
.story-media-short { aspect-ratio: 3/4; transform: translateY(36px); box-shadow: 0 24px 48px rgba(0,0,0,0.4); }
.story-media-wide { aspect-ratio: 16/10; box-shadow: 0 24px 56px rgba(0,0,0,0.35); }
.story-video-link { position: relative; display: block; width: 100%; height: 100%; }
.story-video-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 72px; height: 72px; border-radius: 50%; background: rgba(13,17,11,0.6); backdrop-filter: blur(2px);
  border: 2px solid rgba(255,255,255,0.85); color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 24px; transition: transform 0.2s, background 0.2s;
}
.story-video-link:hover .story-video-play { transform: translate(-50%, -50%) scale(1.08); background: var(--brass-600); }
.story-copy p { font-size: 14.5px; line-height: 1.85; color: rgba(255,255,255,0.68); margin-bottom: 18px; }
.story-copy p:last-child { margin-bottom: 0; }
.story-subheading {
  font-family: 'Lora', 'Noto Sans TC', serif; font-style: italic; font-weight: 500;
  font-size: clamp(22px, 2.6vw, 30px); line-height: 1.3; color: #fff; margin-bottom: 22px;
}
.story-hairline { height: 1px; background: rgba(255,255,255,0.12); max-width: 1200px; margin: 88px auto; }
.story-flow-mid { padding-bottom: 100px; }
.story-features-band { background: rgba(0,0,0,0.18); padding: 72px 0 88px; border-top: 1px solid rgba(255,255,255,0.08); }
.story-features-label {
  font-family: 'Lora', 'Noto Sans TC', serif; font-style: italic; font-size: 26px; color: #fff;
  text-align: center; margin-bottom: 56px;
}
.story-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.story-feature-num { display: block; font-size: 12px; font-weight: 700; color: var(--accent-gold); margin-bottom: 10px; }
.story-feature-title { display: block; font-size: 15px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; color: #fff; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.2); margin-bottom: 14px; }
.story-feature p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.6); }
@media (max-width: 880px) {
  .story-row, .story-row-reverse { grid-template-columns: 1fr; gap: 36px; }
  .story-flow-top { padding-top: 64px; }
  .story-hairline { margin: 56px auto; }
  .story-features-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 540px) {
  .story-features-grid { grid-template-columns: 1fr; }
}


.reveal-up { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal-up.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1.is-visible { transition-delay: 0.12s; }
.reveal-delay-2.is-visible { transition-delay: 0.24s; }
.reveal-delay-3.is-visible { transition-delay: 0.36s; }
.reveal-delay-4.is-visible { transition-delay: 0.48s; }


.nav { transition: box-shadow 0.3s ease; }
.nav-inner { transition: height 0.3s ease; }
.nav.is-scrolled { box-shadow: 0 2px 16px rgba(13,17,11,0.08); }
.nav.is-scrolled .nav-inner { height: 58px; }



.nav-links a:not(.nav-cta) { position: relative; }
.nav-links a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px;
  background: var(--brass-500); transform: scaleX(0); transform-origin: left; transition: transform 0.25s ease;
}
.nav-links a:not(.nav-cta):hover::after { transform: scaleX(1); }



@keyframes heroFadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.hero-content h1, .hero-desc {
  animation: heroFadeUp 0.8s cubic-bezier(0.16,1,0.3,1) both;
}
.hero-content h1 { animation-delay: 0.16s; }
.hero-desc { animation-delay: 0.28s; }


@keyframes playPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(198,163,83,0.35); } 50% { box-shadow: 0 0 0 8px rgba(198,163,83,0); } }
.video-ph-btn { transition: transform 0.3s ease; animation: playPulse 2.4s ease-in-out infinite; }
.app-card:hover .video-ph-btn { transform: scale(1.14); }

@media (prefers-reduced-motion: reduce) {
  .reveal-up, .reveal-up.is-visible { opacity: 1; transform: none; transition: none; }
  .hero-content h1, .hero-desc { animation: none; opacity: 1; }
  .video-ph-btn { animation: none; }
}


.video-modal { position: fixed; inset: 0; z-index: 999; display: none; align-items: center; justify-content: center; }
.video-modal.is-open { display: flex; }
.video-modal-backdrop { position: absolute; inset: 0; background: rgba(13,17,11,0.88); }
.video-modal-inner { position: relative; z-index: 1; width: min(920px, 92vw); aspect-ratio: 16/9; }
.video-modal-frame { width: 100%; height: 100%; background: #000; }
.video-modal-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-modal-close {
  position: absolute; top: -44px; right: 0; background: none; border: 0; color: #fff; font-size: 26px;
  line-height: 1; cursor: pointer; padding: 6px 8px; opacity: 0.85; transition: opacity 0.2s;
}
.video-modal-close:hover { opacity: 1; }

.nav-drop { position: relative; display: flex; align-items: center; }
.nav-drop > .nav-drop-trigger { display: inline-flex; align-items: center; gap: 6px; }
.nav-drop > .nav-drop-trigger svg { width: 10px; height: 10px; transition: transform 0.2s ease; opacity: 0.55; }
.nav-drop:hover > .nav-drop-trigger svg,
.nav-drop:focus-within > .nav-drop-trigger svg { transform: rotate(180deg); opacity: 1; }
.nav-drop:hover > .nav-drop-trigger,
.nav-drop:focus-within > .nav-drop-trigger { color: var(--blue-700); background: var(--gray-100); }

.nav-drop-panel {
  position: absolute; top: 100%; left: -12px;
  min-width: 360px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(13,17,11,0.14);
  padding: 10px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
  z-index: 120;
}

.nav-drop-panel::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-drop:hover > .nav-drop-panel,
.nav-drop:focus-within > .nav-drop-panel {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s;
}
.nav-links .nav-drop-panel a {
  display: block; padding: 9px 12px; border-radius: 7px;
  font-size: 14px; font-weight: 600; color: var(--gray-900); line-height: 1.35;
}
.nav-links .nav-drop-panel a:hover { background: var(--gray-100); color: var(--blue-700); }
.nav-drop-panel a .ndp-sub {
  display: block; font-size: 11.5px; font-weight: 500; color: var(--gray-400);
  letter-spacing: 0.02em; margin-top: 2px;
}
.nav-links .nav-drop-panel a.ndp-eco:hover { background: rgba(45,122,74,0.08); color: #2d7a4a; }
.nav-drop-panel .ndp-divider { height: 1px; background: var(--gray-200); margin: 8px 4px; }
.nav-links .nav-drop-panel a.ndp-all { font-size: 13px; color: var(--blue-700); font-weight: 700; }
.nav-drop-panel a::after { display: none !important; }

@media (max-width: 600px) {
  .nav-drop { display: block; }
  .nav-drop > .nav-drop-trigger { display: flex; justify-content: space-between; }
  .nav-drop > .nav-drop-trigger svg { display: none; }







  .nav-drop-panel {
    position: static; min-width: 0; opacity: 0; visibility: hidden; pointer-events: none;
    transform: none; transition: none; background: transparent; border: none;
    box-shadow: none; padding: 0 0 0 12px;
  }
  .nav-links.is-open .nav-drop-panel {
    opacity: 1; visibility: visible; pointer-events: auto;
  }
  .nav-drop-panel::before { display: none; }
  .nav-links .nav-drop-panel a { color: rgba(255,255,255,0.72); font-size: 14px; padding: 11px 4px; border-radius: 0; }
  .nav-links .nav-drop-panel a:hover { color: #fff; background: rgba(255,255,255,0.06); }
  .nav-links .nav-drop-panel a.ndp-eco:hover { color: #fff; background: rgba(255,255,255,0.06); }
  .nav-drop-panel a .ndp-sub { display: none; }
  .nav-drop-panel .ndp-divider { display: none; }
  .nav-links .nav-drop-panel a.ndp-all { color: var(--brass-500); }
}


.hero-series-nav { margin: 0 0 28px; max-width: 560px; }
.hero-series-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.45); margin-bottom: 12px;
}
.hero-series-links { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-series-links a {
  display: inline-flex; align-items: baseline; gap: 7px;
  font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.22); border-radius: 20px;
  padding: 7px 14px; transition: all 0.2s ease; white-space: nowrap;
}
.hero-series-links a span { font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,0.45); }
.hero-series-links a:hover {
  background: var(--brass-500); border-color: var(--brass-500); color: var(--brass-ink);
}
.hero-series-links a:hover span { color: rgba(0,0,0,0.55); }
.hero-series-links a.eco:hover { background: #a8c49a; border-color: #a8c49a; color: #1c3317; }










.hero-series-links a.hero-series-guide {
  background: rgba(198, 163, 83, 0.14);
  border-color: rgba(198, 163, 83, 0.85);
  color: var(--accent-gold);
  font-weight: 700;
}
.hero-series-links a.hero-series-guide span {
  color: var(--accent-gold); font-size: 13px; font-weight: 700;
  display: inline-block; transition: transform 0.2s ease;
}
.hero-series-links a.hero-series-guide:hover {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  color: var(--blue-900);
}
.hero-series-links a.hero-series-guide:hover span {
  color: var(--blue-900); transform: translateX(3px);
}
@media (prefers-reduced-motion: reduce) {
  .hero-series-links a.hero-series-guide span { transition: none; }
  .hero-series-links a.hero-series-guide:hover span { transform: none; }
}
@media (max-width: 600px) {
  .hero-series-links a { font-size: 12.5px; padding: 6px 12px; }
  .hero-series-nav { margin-bottom: 22px; }
}


.sku-title-gauge {
  display: inline-block; margin-left: 8px; vertical-align: 2px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.01em;
  color: var(--brass-600); background: var(--brass-100);
  border: 1px solid rgba(194,123,61,0.28);
  padding: 2px 9px; border-radius: 20px; white-space: nowrap;
}


.pdp-table thead th a.th-sku-link {
  color: inherit; text-decoration: none;
  border-bottom: 1px dashed rgba(255,255,255,0.4);
  padding-bottom: 1px; transition: color 0.18s ease, border-color 0.18s ease;
}
.pdp-table thead th a.th-sku-link::after { content: " ↗"; font-size: 11px; opacity: 0.6; }
.pdp-table thead th a.th-sku-link:hover { color: var(--brass-500); border-bottom-color: var(--brass-500); }
.pdp-table thead th a.th-sku-link:hover::after { opacity: 1; }
.pdp-table thead th[style*="brass"] a.th-sku-link { border-bottom-color: rgba(34,37,29,0.45); }
.pdp-table thead th[style*="brass"] a.th-sku-link:hover { color: var(--blue-900); border-bottom-color: var(--blue-900); }
@media (max-width: 760px) {
  .pdp-table thead th a.th-sku-link::after { content: ""; }
}


.app-films a {
  color: inherit; border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.app-films a:hover { color: var(--brass-600); border-bottom-color: var(--brass-600); }


.sku-inline-link {
  color: var(--brass-600); font-weight: 700;
  border-bottom: 1px solid rgba(166,101,46,0.35);
  transition: border-color 0.18s ease;
}
.sku-inline-link:hover { border-bottom-color: var(--brass-600); }
.pdp-lede .sku-inline-link, .pdp-highlight-text .sku-inline-link { font-weight: inherit; }





.sku-card-media[id] { scroll-margin-top: 150px; }


.cp-source {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px;
  background: var(--brass-100); border: 1px solid rgba(194,123,61,0.3);
  border-radius: var(--radius-md); padding: 12px 16px; margin-bottom: 22px;
}
.cp-source-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--brass-600);
}
.cp-source-name { font-size: 14px; font-weight: 700; color: var(--gray-900); }
.cp-source-name:hover { color: var(--brass-600); text-decoration: underline; }
.cp-source-clear {
  margin-left: auto; background: none; border: none; cursor: pointer;
  font-size: 12px; font-weight: 600; color: var(--gray-600);
  text-decoration: underline; text-underline-offset: 2px; padding: 0;
}
.cp-source-clear:hover { color: var(--gray-900); }


.article-masthead .container { max-width: 800px; }
.article-masthead .news-masthead-kicker .article-date {
  color: rgba(255,255,255,0.55); font-weight: 600; letter-spacing: 0.08em;
}
.article-masthead .news-masthead-kicker .article-date::before {
  content: '·'; margin: 0 10px; color: rgba(255,255,255,0.35);
}
.article-section { padding: 64px 0 40px; background: var(--white); }
.article-wrap { max-width: 760px; }
.article-hero {
  margin: 0 0 44px; border-radius: var(--radius-md); overflow: hidden;
  border: 1px solid var(--gray-200); background: var(--gray-100);
}
.article-hero img { width: 100%; height: auto; }
.article-body > *:first-child { margin-top: 0; }
.article-body p {
  font-size: 17px; line-height: 1.85; color: var(--gray-700); margin: 0 0 22px;
}
.article-body p strong { color: var(--gray-900); font-weight: 700; }
.article-body h2 {
  font-size: 22px; font-weight: 700; color: var(--gray-900);
  letter-spacing: -0.01em; margin: 40px 0 16px; padding-top: 12px;
  border-top: 2px solid var(--gray-900); display: inline-block;
}
.article-body ul { list-style: none; margin: 0 0 26px; padding: 0; }
.article-body li {
  position: relative; padding-left: 24px; margin-bottom: 11px;
  font-size: 17px; line-height: 1.75; color: var(--gray-700);
}
.article-body li::before {
  content: ''; position: absolute; left: 2px; top: 12px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--brass-500);
}
.article-body a { color: var(--blue-700); text-decoration: underline; text-underline-offset: 3px; }
.article-body a:hover { color: var(--brass-600); }
.article-video {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
  margin: 36px 0; border-radius: var(--radius-md); background: var(--gray-900);
}
.article-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.article-figure {
  margin: 36px 0; border-radius: var(--radius-md); overflow: hidden;
  border: 1px solid var(--gray-200); background: var(--gray-100);
}
.article-figure img { width: 100%; height: auto; }
.article-back {
  display: inline-block; margin-top: 20px; font-size: 14px; font-weight: 700;
  letter-spacing: 0.04em; color: var(--blue-700);
  border-bottom: 2px solid var(--blue-700); padding-bottom: 3px;
}
.article-back:hover { color: var(--brass-600); border-color: var(--brass-600); }
.article-nav {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  margin-top: 52px; padding-top: 28px; border-top: 1px solid var(--gray-200);
}
.article-nav-item { display: flex; flex-direction: column; gap: 6px; }
.article-nav-item.align-right { text-align: right; grid-column: 2; }
.article-nav-item span {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gray-400);
}
.article-nav-item strong {
  font-size: 15.5px; font-weight: 600; color: var(--gray-800); line-height: 1.45;
}
.article-nav-item:hover strong { color: var(--blue-700); }
@media (max-width: 720px) {
  .article-section { padding: 44px 0 32px; }
  .article-body p, .article-body li { font-size: 16px; }
  .article-nav { grid-template-columns: 1fr; gap: 22px; }
  .article-nav-item.align-right { text-align: left; grid-column: 1; }
}

/* 由 minify_css.py 自動產生，請勿手動編輯。要改樣式請改同目錄的 site.css，
   然後重跑「快速推送」（第 7 步會重新產生本檔）。
   本檔與 site.css 行號一一對應：開發者工具顯示第 N 行，就去看 site.css 第 N 行的註解。 */
