:root {
  --ink: #10251f;
  --muted: #596a63;
  --line: #d8e2de;
  --paper: #f7f9f6;
  --soft: #eef4f1;
  --white: #ffffff;
  --green: #007a5f;
  --green-dark: #0b3a31;
  --amber: #7b8d55;
  --blue: #2e6f9e;
  --charcoal: #1a2e28;
  --shadow: 0 18px 44px rgba(16, 37, 31, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.js {
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 450;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 5vw;
  background: rgba(247, 249, 246, 0.96);
  border-bottom: 1px solid rgba(216, 226, 222, 0.86);
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, background-color 220ms ease;
}

.site-header.scrolled {
  background: rgba(247, 249, 246, 0.98);
  box-shadow: 0 12px 28px rgba(16, 37, 31, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 238px;
}

.brand-logo {
  display: block;
  width: 218px;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: #213a33;
  font-size: 13px;
  font-weight: 750;
  text-transform: uppercase;
}

.nav-links a {
  padding: 8px 0;
}

.nav-links a:hover,
.text-link:hover,
.site-footer a:hover {
  color: var(--green);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.language-switch a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #213a33;
  font-size: 12px;
  font-weight: 850;
}

.language-switch a.active {
  color: var(--white);
  background: var(--green);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nav-cta {
  padding: 0 22px;
  color: var(--white);
  background: var(--green);
  white-space: nowrap;
}

.nav-cta:hover,
.button-primary:hover,
.download-card em:hover {
  background: var(--green-dark);
}

.nav-cta:hover,
.button:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 78px));
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 52px 5vw 66px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/chiron-hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 30, 27, 0.9) 0%, rgba(12, 30, 27, 0.7) 48%, rgba(12, 30, 27, 0.16) 100%),
    linear-gradient(0deg, rgba(246, 248, 245, 0.24), rgba(246, 248, 245, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 830px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.page-hero h1,
.section h3,
.image-card h3,
.catalog-row h3,
.product-gallery h3,
.post-card h2,
.blog-sidebar h2,
.qr-card h3,
.factory-hero-copy h1,
.download-card strong {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 850;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(38px, 5vw, 64px);
}

.hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.87);
  font-size: 18px;
}

.hero-actions,
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  padding: 0 24px;
  cursor: pointer;
  font-size: 14px;
}

.button-primary {
  color: var(--white);
  background: var(--green);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--green-dark);
  font-weight: 850;
}

.text-link::after {
  margin-left: 8px;
  content: ">";
}

.hero-stats {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-stats span {
  min-width: 150px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-stats strong {
  display: block;
  color: var(--white);
}

.section {
  padding: 92px 5vw;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section h2 {
  max-width: 960px;
  font-size: clamp(28px, 3.2vw, 42px);
}

.section h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 850;
}

.section p {
  color: var(--muted);
}

.buyer-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--green-dark);
}

.buyer-strip span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: center;
}

.intro-section,
.markets-section,
.contact-section,
.product-detail {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) 1.18fr;
  gap: 52px;
  align-items: start;
}

.intro-section,
.markets-section,
.proof-section,
.resources-section {
  background: var(--white);
}

.intro-grid {
  display: grid;
  gap: 16px;
}

.intro-grid article,
.resource-grid article,
.proof-grid article,
.process-steps article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.intro-grid article:hover,
.resource-grid article:hover,
.proof-grid article:hover,
.process-steps article:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 122, 95, 0.25);
  box-shadow: 0 14px 32px rgba(16, 37, 31, 0.08);
}

.intro-grid article {
  background: var(--paper);
}

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

.product-card {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(17, 39, 34, 0.06);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.product-card:hover,
.image-card:hover,
.post-card:hover,
.qr-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 122, 95, 0.28);
  box-shadow: 0 18px 42px rgba(16, 37, 31, 0.12);
}

.product-card.featured {
  background: #eaf2ee;
  border-color: #bfd5cc;
}

.product-card img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #e6ece9;
  transition: transform 420ms ease;
}

.product-card:hover img,
.image-card:hover img,
.post-card:hover img,
.catalog-row article:hover img,
.product-gallery article:hover img {
  transform: scale(1.035);
}

.product-card-body {
  padding: 26px;
}

.product-label {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
}

.product-card ul {
  margin: 22px 0 0;
  padding-left: 18px;
  color: #394843;
}

.product-card li + li {
  margin-top: 10px;
}

.market-copy p:last-child {
  max-width: 650px;
}

.market-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.market-table div {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
}

.market-table div + div {
  border-top: 1px solid var(--line);
}

.market-table span,
.market-table strong {
  padding: 18px 20px;
}

.market-table span {
  color: var(--muted);
  background: #f0f4f2;
}

.market-table strong {
  color: var(--charcoal);
  font-size: 15px;
}

.solutions-section {
  background: var(--green-dark);
  color: var(--white);
}

.solutions-section .section-heading p {
  color: var(--amber);
}

.solutions-section h2 {
  color: var(--white);
}

.solution-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.solution-list a {
  min-height: 88px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.proof-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.proof-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--blue);
  font-weight: 800;
}

.process-section {
  background: #eef4f1;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-steps strong {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
}

.contact-section {
  background: #eef4f1;
}

.contact-copy p {
  max-width: 620px;
}

.contact-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-notes span,
.tag-list span {
  padding: 9px 12px;
  border: 1px solid #bfd5cc;
  border-radius: 7px;
  color: var(--green-dark);
  background: #f8fbf9;
  font-weight: 700;
  font-size: 14px;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 26px;
  border: 1px solid #cbdad3;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: #2c3c37;
  font-size: 14px;
  font-weight: 700;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid #cdd9d5;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.inquiry-form textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 5vw;
  color: rgba(255, 255, 255, 0.82);
  background: var(--green-dark);
}

.site-footer p {
  margin: 6px 0 0;
  max-width: 660px;
}

.site-footer a {
  color: var(--white);
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: start;
  justify-content: flex-end;
}

.simple-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1.14fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: 58px 5vw 46px;
  background: var(--white);
}

.simple-hero-copy {
  max-width: 660px;
}

.simple-hero h1,
.blog-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 850;
}

.blog-hero h1 {
  max-width: 720px;
}

.simple-hero p:not(.eyebrow),
.blog-hero p:not(.eyebrow) {
  max-width: 600px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.blog-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.blog-hero-tags span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-dark);
  background: var(--paper);
  font-size: 13px;
  font-weight: 800;
}

.button-light {
  color: var(--green-dark);
  border-color: #b8cec6;
  background: var(--white);
}

.button-outline {
  color: var(--green-dark);
  border-color: #b8cec6;
  background: transparent;
}

.hero-image {
  margin: 0;
}

.hero-image img,
.blog-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px 5vw;
  color: var(--green-dark);
  background: #edf4ef;
  border-block: 1px solid var(--line);
}

.logo-strip span {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.clean-section {
  background: var(--paper);
}

.split-heading {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.split-heading > p,
.split-heading > a {
  flex: 0 0 auto;
}

.split-heading p {
  max-width: 420px;
  margin: 0;
}

.split-heading h2 {
  max-width: 720px;
}

.clean-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.image-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(16, 37, 31, 0.04);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.image-card img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.image-card div {
  padding: 28px;
}

.image-card h3 {
  margin: 0 0 10px;
}

.image-card p {
  margin: 0;
}

.image-text-section {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 0.9fr);
  gap: 48px;
  align-items: center;
  background: var(--white);
}

.image-text-section > img {
  display: block;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border-radius: 12px;
}

.compact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.compact-list span {
  padding: 10px 13px;
  border: 1px solid #cbdad3;
  border-radius: 999px;
  color: var(--charcoal);
  background: var(--white);
  font-weight: 800;
}

.market-simple {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: 48px;
  align-items: start;
  background:
    linear-gradient(90deg, rgba(247, 249, 246, 0.96), rgba(238, 244, 241, 0.88)),
    url("assets/global-market-map-background.png") center / cover;
  color: var(--ink);
}

.market-simple::before {
  position: absolute;
  inset: -20%;
  content: "";
  background:
    radial-gradient(circle at 74% 52%, rgba(0, 122, 95, 0.14), transparent 9%),
    linear-gradient(115deg, transparent 22%, rgba(0, 122, 95, 0.08) 42%, transparent 58%);
  opacity: 0.72;
  transform: translateX(-18%);
  animation: market-map-sweep 8s ease-in-out infinite alternate;
  pointer-events: none;
}

.market-simple > div {
  position: relative;
  z-index: 1;
}

.market-simple h2 {
  color: var(--ink);
  transition: opacity 260ms ease, transform 260ms ease;
}

.market-simple p {
  color: var(--muted);
}

.market-active-copy {
  max-width: 620px;
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.58;
  transition: opacity 260ms ease, transform 260ms ease;
}

.market-copy-swap {
  animation: market-copy-in 420ms ease both;
}

.market-pills {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.market-pills article {
  position: relative;
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(184, 206, 198, 0.9);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(2px);
  cursor: pointer;
  transition: transform 260ms ease, border-color 260ms ease, background-color 260ms ease, box-shadow 260ms ease;
}

.market-pills article::after {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 122, 95, 0.1), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.market-pills article:hover,
.market-pills article:focus-visible,
.market-pills article.is-active {
  transform: translateY(-6px);
  border-color: rgba(0, 122, 95, 0.36);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 42px rgba(16, 37, 31, 0.12);
  outline: none;
}

.market-pills article:hover::after,
.market-pills article:focus-visible::after,
.market-pills article.is-active::after {
  opacity: 1;
}

.market-pills article.is-active h3::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 14px rgba(0, 122, 95, 0.42);
  content: "";
  vertical-align: 0.12em;
}

.market-pills h3 {
  color: var(--ink);
}

@keyframes market-map-sweep {
  from {
    transform: translateX(-18%) translateY(0);
  }

  to {
    transform: translateX(12%) translateY(3%);
  }
}

@keyframes market-copy-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-preview {
  background: var(--white);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-card,
.blog-grid article,
.blog-sidebar > div {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.blog-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  color: inherit;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background-color 240ms ease;
}

.blog-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(0, 122, 95, 0.08), transparent 52%);
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}

.blog-card h3,
.blog-card p,
.blog-card span {
  position: relative;
}

.blog-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 850;
}

.blog-card span::after {
  content: ">";
  transition: transform 180ms ease;
}

.blog-card:hover,
.blog-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(0, 122, 95, 0.28);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(16, 37, 31, 0.12);
  outline: none;
}

.blog-card:hover::before,
.blog-card:focus-visible::before {
  opacity: 1;
}

.blog-card:hover span::after,
.blog-card:focus-visible span::after {
  transform: translateX(4px);
}

.post-meta {
  margin: 0 0 12px;
  color: var(--blue) !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.clean-contact {
  background: var(--soft);
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: 56px;
  align-items: center;
  padding: 72px 5vw;
  background: var(--white);
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
  background: var(--paper);
}

.post-list {
  display: grid;
  gap: 18px;
}

.post-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.post-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 7px;
  transition: transform 420ms ease;
}

.post-card h2,
.blog-sidebar h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.16;
}

.post-card p {
  margin: 0;
}

.blog-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 92px;
}

.blog-sidebar a,
.blog-sidebar p {
  display: block;
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.seo-section {
  background: var(--white);
}

.page-hero {
  padding: 82px 5vw 74px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 30, 27, 0.9), rgba(12, 30, 27, 0.76)),
    url("assets/chiron-hero.png") center / cover;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(34px, 4vw, 52px);
}

.page-hero p:last-child {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.product-detail {
  background: var(--white);
}

.detail-copy p {
  max-width: 620px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.spec-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.spec-panel h3 {
  margin: 0 0 18px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
}

.spec-table th,
.spec-table td {
  padding: 14px 16px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-table tr:first-child th,
.spec-table tr:first-child td {
  border-top: 0;
}

.spec-table th {
  width: 30%;
  color: var(--green-dark);
  background: #edf4f1;
}

.page-grid-section {
  background: var(--paper);
}

@media (max-width: 1180px) {
  .site-header {
    gap: 18px;
  }

  .nav-links {
    gap: 16px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) 1.1fr;
  }

  .product-card img {
    height: 100%;
    min-height: 330px;
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
  }

  .nav-links {
    display: none;
  }

  .language-switch {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .intro-section,
  .markets-section,
  .contact-section,
  .product-detail,
  .simple-hero,
  .image-text-section,
  .market-simple,
  .blog-hero,
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .buyer-strip,
  .proof-grid,
  .resource-grid,
  .process-steps,
  .clean-card-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .product-card {
    display: block;
  }

  .product-card img {
    height: 230px;
    min-height: 0;
  }

  .market-table div {
    grid-template-columns: 1fr;
  }

  .market-table strong {
    padding-top: 4px;
  }

  .split-heading {
    display: grid;
    align-items: start;
  }

  .post-card {
    grid-template-columns: 1fr;
  }

  .post-card img {
    height: 220px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 158px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero {
    min-height: 720px;
    padding: 54px 18px 58px;
  }

  .simple-hero,
  .blog-hero {
    min-height: auto;
    padding: 48px 18px 34px;
  }

  .simple-hero h1,
  .blog-hero h1 {
    font-size: 32px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(12, 30, 27, 0.93), rgba(12, 30, 27, 0.68));
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-stats span {
    width: 100%;
  }

  .section {
    padding: 68px 18px;
  }

  .buyer-strip,
  .proof-grid,
  .resource-grid,
  .process-steps,
  .clean-card-grid,
  .market-pills,
  .blog-grid,
  .solution-list,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .buyer-strip {
    padding: 0;
  }

  .product-card-body,
  .inquiry-form,
  .spec-panel {
    padding: 18px;
  }

  .page-hero {
    padding: 64px 18px 58px;
  }

  .page-hero h1 {
    font-size: 32px;
  }

  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
  }

  .spec-table td {
    border-top: 0;
    padding-top: 0;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

/* 2026 simplified export site refresh */
.home-hero {
  position: relative;
  min-height: min(720px, calc(100vh - 76px));
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #dfe9ec;
}

.home-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(246, 248, 245, 0.95) 0%, rgba(246, 248, 245, 0.83) 34%, rgba(246, 248, 245, 0.28) 64%, rgba(246, 248, 245, 0.05) 100%),
    linear-gradient(0deg, rgba(20, 34, 31, 0.08), rgba(20, 34, 31, 0));
}

.home-hero-copy {
  position: relative;
  z-index: 1;
  width: min(820px, 90vw);
  margin-left: 5vw;
  padding: 72px 0;
}

.home-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(46px, 4.8vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
}

.home-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: #44534f;
  font-size: 18px;
  line-height: 1.58;
}

.product-feature-grid .image-card img {
  height: 255px;
  object-fit: cover;
  padding: 0;
  background: #f7faf8;
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
  gap: 46px;
  align-items: start;
  background: var(--white);
}

.product-showcase > div:first-child p {
  max-width: 540px;
}

.catalog-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.catalog-row article,
.product-gallery article,
.qr-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.catalog-row article {
  overflow: hidden;
}

.catalog-row img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: contain;
  padding: 16px;
  background: #f7faf8;
}

.catalog-row h3,
.catalog-row p {
  margin-right: 18px;
  margin-left: 18px;
}

.catalog-row p {
  margin-bottom: 20px;
}

.detail-visual-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: 48px;
  align-items: center;
  background: var(--white);
}

.detail-visual-section > div:first-child p {
  max-width: 600px;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.product-gallery article {
  overflow: hidden;
}

.product-gallery img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
  padding: 18px;
  background: #f7faf8;
  transition: transform 420ms ease;
}

.application-gallery img {
  object-fit: cover;
  padding: 0;
}

.product-gallery h3 {
  margin: 0;
  padding: 16px 18px 18px;
  font-size: 17px;
}

.wide-product-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.download-card {
  display: grid;
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f7faf8;
  box-shadow: var(--shadow);
}

.download-card span {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.download-card strong {
  font-size: 22px;
  line-height: 1.18;
}

.download-card em {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 18px;
  border-radius: 999px;
  color: var(--white);
  background: var(--green);
  font-style: normal;
  font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease;
}

.download-card:hover em {
  transform: translateX(3px);
}

.whatsapp-section {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 300px;
  gap: 44px;
  align-items: center;
  background: var(--soft);
}

.whatsapp-section p {
  max-width: 720px;
}

.qr-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.qr-card img {
  display: block;
  width: min(220px, 100%);
  margin: 0 auto 18px;
  border: 10px solid #f7faf8;
  border-radius: 12px;
  background: var(--white);
}

.qr-card h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.qr-card p {
  margin: 0 auto;
  font-size: 14px;
}

.heat-page-hero {
  background:
    linear-gradient(90deg, rgba(12, 30, 27, 0.86), rgba(12, 30, 27, 0.64)),
    url("assets/catalog-air-source-heat-pump-application.png") center / cover;
}

.dehu-page-hero {
  background:
    linear-gradient(90deg, rgba(12, 30, 27, 0.86), rgba(12, 30, 27, 0.64)),
    url("assets/home-dehumidifier-application.png") center / cover;
}

.solar-page-hero {
  background:
    linear-gradient(90deg, rgba(12, 30, 27, 0.86), rgba(12, 30, 27, 0.58)),
    url("assets/homepage-integrated-business-hero-v3.png") center / cover;
}

.factory-hero {
  position: relative;
  min-height: min(680px, calc(100vh - 76px));
  display: flex;
  align-items: end;
  overflow: hidden;
  background: var(--soft);
}

.factory-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: company-hero-drift 18s ease-in-out infinite alternate;
}

.factory-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(247, 249, 246, 0.94), rgba(247, 249, 246, 0.42)),
    linear-gradient(0deg, rgba(247, 249, 246, 0.86), rgba(247, 249, 246, 0.12) 58%);
}

.factory-hero-copy {
  position: relative;
  z-index: 1;
  width: min(820px, 90vw);
  margin: 0 0 72px 5vw;
  color: var(--ink);
}

.factory-hero-copy h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
}

.factory-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.factory-intro,
.factory-workflow {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1.25fr);
  gap: 48px;
  align-items: start;
  background: var(--white);
}

.factory-intro {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
  padding-bottom: 62px;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 122, 95, 0.12), transparent 24%),
    linear-gradient(135deg, #eef4f1 0%, #f7f9f6 54%, #e7f0ec 100%);
  border-bottom: 1px solid var(--line);
}

.factory-intro::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34vw;
  height: 100%;
  content: "";
  background:
    linear-gradient(135deg, rgba(0, 122, 95, 0.14), rgba(255, 255, 255, 0)),
    url("assets/global-market-map-background.png") center / cover;
  opacity: 0.1;
  pointer-events: none;
}

.factory-intro > * {
  position: relative;
}

.factory-intro-title h2 {
  max-width: 680px;
  margin-bottom: 24px;
  color: var(--ink);
}

.company-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 620px;
}

.company-tags span {
  padding: 9px 12px;
  border: 1px solid #bfd5cc;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.company-overview {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(16, 37, 31, 0.08);
  backdrop-filter: blur(6px);
}

.company-lead {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 620;
  line-height: 1.62;
}

.company-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.company-points article {
  min-height: 178px;
  padding: 22px;
  background: #f7faf8;
  transition: transform 240ms ease, background-color 240ms ease;
}

.company-points article:hover {
  transform: translateY(-4px);
  background: var(--white);
}

.company-points span {
  display: block;
  margin-bottom: 22px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.company-points strong {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.18;
}

.company-points p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.factory-workflow {
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 22%, rgba(0, 122, 95, 0.1), transparent 22%),
    linear-gradient(135deg, #f7f9f6, #eaf2ee 68%);
}

.factory-workflow::before {
  position: absolute;
  inset: -30%;
  content: "";
  background: linear-gradient(120deg, transparent 35%, rgba(0, 122, 95, 0.08) 48%, transparent 62%);
  animation: company-light-sweep 9s ease-in-out infinite;
  pointer-events: none;
}

.factory-workflow > * {
  position: relative;
  z-index: 1;
}

.factory-workflow h2 {
  color: var(--ink);
}

.factory-workflow .process-steps article {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(4px);
}

.factory-workflow .process-steps p {
  color: var(--muted);
}

@keyframes company-hero-drift {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.045) translateX(1.4%);
  }
}

@keyframes company-light-sweep {
  from {
    transform: translateX(-20%);
  }

  to {
    transform: translateX(22%);
  }
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal.is-visible.product-card:hover,
.js .reveal.is-visible.image-card:hover,
.js .reveal.is-visible.post-card:hover,
.js .reveal.is-visible.blog-card:hover,
.js .reveal.is-visible.blog-card:focus-visible,
.js .reveal.is-visible.qr-card:hover {
  transform: translateY(-6px);
}

.market-pills article.reveal.is-visible:hover,
.market-pills article.reveal.is-visible:focus-visible,
.market-pills article.reveal.is-visible.is-active {
  transform: translateY(-6px);
}

.process-steps article.reveal.is-visible:hover,
.intro-grid article.reveal.is-visible:hover,
.resource-grid article.reveal.is-visible:hover,
.proof-grid article.reveal.is-visible:hover {
  transform: translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .home-hero {
    min-height: 620px;
  }

  .home-hero::after {
    background: linear-gradient(90deg, rgba(246, 248, 245, 0.96), rgba(246, 248, 245, 0.76));
  }

  .product-showcase,
  .detail-visual-section,
  .factory-intro,
  .factory-workflow,
  .whatsapp-section {
    grid-template-columns: 1fr;
  }

  .catalog-row,
  .product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: 590px;
  }

  .home-hero-copy {
    width: auto;
    margin: 0;
    padding: 62px 18px;
  }

  .home-hero h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  .catalog-row,
  .product-gallery {
    grid-template-columns: 1fr;
  }

  .factory-hero {
    min-height: 560px;
  }

  .factory-hero-copy {
    width: auto;
    margin: 0;
    padding: 58px 18px;
  }

  .product-gallery img,
  .catalog-row img,
  .product-feature-grid .image-card img {
    height: 240px;
  }
}
