/* Shared 2026 refresh. The original stylesheet remains available for rollback. */
:root {
  --primary: #244660;
  --primary-light: #356784;
  --secondary: #1676ad;
  --secondary-light: #429bc5;
  --accent: #63a232;
  --accent-light: #b5ddec;
  --text-dark: #263e50;
  --text: #425764;
  --text-light: #637885;
  --bg-alt: #f3f7fa;
  --bg-dark: #214d6a;
  --border: #dce6ed;
  --radius: 4px;
  --radius-lg: 6px;
  --container: 1328px;
  --nav-height: 86px;
}
*, *::before, *::after { letter-spacing: 0 !important; }
body { overflow-wrap: break-word; }
.container { width: 100%; padding-inline: 48px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font-family: inherit; }
:focus-visible { outline: 3px solid #1e88ca; outline-offset: 5px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 2000; background: white; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.header { background: #fff; backdrop-filter: none; }
.header.scrolled { box-shadow: 0 3px 16px #153a3510; }
.logo-img { width: 154px; height: auto; }
.nav { gap: 0; }
.nav-link { padding: 12px 11px; border-radius: 0; font-size: 13px; }
.nav-link.active, .nav-link:hover { background: transparent; color: var(--secondary); }
.nav-link::after { background: var(--secondary); }
.lang-toggle { border: 0; border-left: 1px solid var(--border); border-radius: 0; padding: 10px 0 10px 20px; }
.hero { min-height: 0; height: auto; padding: var(--nav-height) 0 0; background: #354f42; }
.hero-bg { background: none; top: var(--nav-height); bottom: 130px; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-bg::before, .hero-bg::after, .hero-overlay::before, .hero-overlay::after { display: none; }
.hero-overlay { top: var(--nav-height); bottom: 130px; background: linear-gradient(90deg, rgba(12,32,25,.78), rgba(12,32,25,.32) 48%, rgba(12,32,25,.04) 80%); }
.hero-content { position: relative; max-width: none; padding: 0; display: block; }
.hero-text { max-width: var(--container); margin: 0 auto; padding: 58px 48px 52px; min-height: 510px; }
.hero-eyebrow { color: #e1eacb; font-size: 12px; margin-bottom: 16px; font-weight: 600; }
.hero-title { font-size: 58px; line-height: 1.2; margin-bottom: 20px; max-width: 680px; background: none; -webkit-text-fill-color: #fff; text-shadow: none; animation: none; opacity: 1; }
.hero-slogan { color: #fff; font-size: 32px; line-height: 1.5; font-weight: 400; margin-bottom: 20px; text-shadow: none; animation: none; opacity: 1; }
.hero-subtitle { max-width: 550px; font-size: 15px; line-height: 1.9; color: #edf2ed; margin-bottom: 26px; text-shadow: none; }
.hero-credentials { display: none; }
.hero-actions { gap: 12px; opacity: 1; animation: none; }
.btn { border-radius: 3px; min-height: 48px; font-size: 14px; padding: 12px 24px; box-shadow: none; }
.btn-primary { color: #fff; background: #1676ad; border: 1px solid #1676ad; box-shadow: none; }
.btn-primary:hover { background: #115c89; color: #fff; box-shadow: none; transform: none; }
.btn-outline { color: #fff; background: transparent; border-color: #ffffff80; }
.btn-outline:hover { background: #ffffff18; transform: none; }
.hero-stats { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; padding: 24px 48px; min-height: 130px; border: 0; background: transparent; }
.stat-item { padding: 0 30px; border: 0; border-right: 1px solid #ffffff28; border-radius: 0; background: none; backdrop-filter: none; box-shadow: none; }
.stat-item:first-child { padding-left: 0; }
.stat-item:last-child { border: 0; }
.stat-item:hover { background: none; transform: none; }
.stat-number { font-size: 36px; line-height: 1.2; font-weight: 500; color: #f1f6e7; margin-bottom: 8px; }
.stat-unit { font-size: 17px; color: #d4e790; }
.stat-label { color: #c5d3c6; font-size: 12px; }
.section { padding: 80px 0; }
.section-header { text-align: left; margin-bottom: 38px; max-width: none; }
.section-title { color: var(--text-dark); font-size: 32px; font-weight: 600; line-height: 1.35; background: none; -webkit-text-fill-color: currentColor; padding-bottom: 0; margin-bottom: 12px; }
.section-title::after { display: none; }
.section-desc { font-size: 15px; color: var(--text-light); max-width: 760px; margin: 0; }
.section-kicker { font-size: 11px; color: var(--secondary); justify-content: flex-start; margin-bottom: 12px; }
.section-kicker::before, .section-kicker::after { display: none; }
.about-grid { grid-template-columns: 1.4fr 1fr; gap: 72px; align-items: start; }
.about-content p { font-size: 15px; line-height: 2; }
.about-milestones { padding: 0 0 0 26px; border-left: 1px solid var(--border); }
.about-milestones::before { display: none; }
.milestone { padding: 0 0 18px; gap: 18px; }
.milestone::before { display: none; }
.milestone-year { font-size: 20px; color: var(--secondary); }
.milestone-text { color: var(--text); }
.products { background: #f3f7fa; }
.products-grid { gap: 28px; }
.product-card { border-radius: 4px; border: 1px solid var(--border); box-shadow: none; overflow: hidden; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px #1d43270c; }
.product-card::after, .product-visual::before, .product-visual::after { display: none; }
.product-visual { height: 166px; padding: 30px; justify-content: space-between; background: #dfedf7; color: #286085; }
.chlormequat-bg { background: #e8edf2; color: #455f78; }
.product-formula { position: static; font-size: 34px; color: inherit; opacity: 1; font-weight: 400; }
.product-icon { opacity: 1; }
.product-icon svg { width: 112px; height: 112px; }
.product-icon svg circle { stroke: currentColor; opacity: .25; }
.product-icon svg text { fill: currentColor; }
.product-info { padding: 28px 30px; }
.product-name { font-size: 26px; }
.product-name-en { font-size: 12px; color: var(--text-light); }
.product-specs { margin-top: 22px; }
.product-specs li { padding-bottom: 12px; border-bottom: 1px solid #e5eae4; align-items: start; gap: 18px; }
.spec-label { flex-shrink: 0; }
.product-more { display: inline-block; margin-top: 24px; color: var(--secondary); }
.products-note { background: none; border: 0; text-align: left; padding: 18px 0 0; color: var(--text-light); }
.technology { background: #eaf3f8; }
.technology::before, .factory::before { display: none; }
.technology .section-header.light .section-title { color: #244660; -webkit-text-fill-color: currentColor; background: none; }
.technology .section-header.light .section-desc { color: #587285; }
.tech-grid { gap: 0; grid-template-columns: repeat(2,1fr); }
.tech-card { padding: 30px 36px 30px 0; border: 0; border-top: 1px solid #cedee9; border-radius: 0; background: none; box-shadow: none; }
.tech-card:nth-child(even) { padding-left: 36px; border-left: 1px solid #cedee9; }
.tech-card:hover { background: none; transform: none; border-color: #cedee9; }
.tech-card::before { display: none; }
.tech-icon { color: #1e88ca; margin-bottom: 16px; }
.tech-title { font-size: 21px; color: #244660; }
.tech-desc { color: #496577; font-size: 14px; line-height: 1.9; }
.tech-link { color: #166a9a; }
.factory { background: #fff; }
.factory .section-title { color: var(--text-dark); -webkit-text-fill-color: currentColor; }
.factory .section-desc { color: var(--text-light); }
.factory-row { gap: 28px; }
.factory-row .factory-card { border: 0; border-radius: 0; background: none; box-shadow: none; }
.factory-card:hover { transform: none; }
.factory-card-media { border-radius: 4px; aspect-ratio: 16 / 9; }
.factory-row .factory-card img, .factory-row .factory-card video { object-fit: contain; background: #eef3f7; }
.factory-card-copy { padding: 22px 0 0; }
.factory-card-caption { color: #244660; font-size: 22px; font-weight: 600; line-height: 1.4; text-align: left; padding: 0; margin: 0 0 10px; }
.factory-card-note { color: #556f80; font-size: 14px; line-height: 1.8; text-align: left; margin: 0; max-width: 100%; }
.factory-guard { border: 0; background: transparent; cursor: zoom-in; }
.factory-card-video .factory-card-media::after { background: transparent; }
.factory-video-trigger { left: 50%; top: 50%; bottom: auto; width: 68px; height: 68px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: #fff; color: #1676ad; display: grid; place-items: center; transform: translate(-50%, -50%); box-shadow: 0 4px 22px #174c7026; backdrop-filter: none; }
.factory-video-trigger:hover { transform: translate(-50%, -50%) scale(1.06); background: #1e88ca; color: #fff; border-color: #fff; }
.factory-video-trigger svg { width: 26px; height: 26px; margin-left: 3px; }
.factory-play-label { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 5px 12px; border-radius: 3px; color: #fff; background: #174e70; font-size: 12px; font-weight: 600; opacity: 0; transition: opacity .2s; pointer-events: none; }
.factory-video-trigger:hover .factory-play-label, .factory-video-trigger:focus-visible .factory-play-label { opacity: 1; }
.factory-card-video.is-active:not(.is-playing) .factory-video-trigger { opacity: 1; pointer-events: auto; }
.factory-card-video.is-playing .factory-video-trigger { opacity: 0; pointer-events: none; }
.fao-standard { background: #f5f8fa; }
.fao-badge { border-radius: 4px; background: #276489; }
.fao-col { border-radius: 4px; background: transparent; }
.fao-col.new { background: #e5f0f8; border-color: #b9d4e5; }
.news { background: #fff; }
.news-grid { grid-template-columns: 1fr; gap: 0; }
.news-card { border: 0; border-top: 1px solid var(--border); border-radius: 0; background: transparent; box-shadow: none; padding: 28px 0; gap: 44px; }
.news-card:last-child { border-bottom: 1px solid var(--border); }
.news-card:hover { transform: none; box-shadow: none; }
.news-card::after, .news-date::before { display: none; }
.news-date { min-width: 90px; }
.news-day { color: var(--secondary); font-weight: 400; font-size: 40px; }
.news-tag { border-radius: 0; padding: 0; min-height: 0; color: var(--secondary); background: none; }
.news-title { font-size: 19px; }
.news-summary { color: var(--text-light); font-size: 14px; }
.reports-cta { padding: 52px 0; background: #e9f2f8; }
.cta-card { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.cta-card::before, .cta-card::after { display: none; }
.cta-content { text-align: left; }
.cta-content h2 { color: var(--text-dark); font-size: 28px; }
.cta-content p { color: var(--text-light); max-width: 760px; }
.cta-kicker { color: var(--secondary); }
.cta-content .btn-primary { background: #1676ad; color: white; }
.contact-grid { gap: 70px; }
.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-icon { background: none; border: 0; padding: 0; min-width: 24px; width: 24px; color: var(--secondary); }
.contact-map { border-radius: 0; background: #edf4f8; border: 0; box-shadow: none; }
.contact-map::before { display: none; }
.footer { background: #234a65; padding: 46px 0 28px; }
.footer-inner { align-items: flex-start; gap: 24px; }
.footer-logo-img { height: 54px; opacity: 1; }
.footer-tagline { font-size: 20px; font-weight: 600; color: #fff; opacity: 1; }
.footer-bottom { width: 100%; color: #c0d2df; align-items: flex-start; text-align: left; border-top: 1px solid #ffffff50; line-height: 1.8; }
.footer-bottom p, .footer-bottom a { color: #c0d2df !important; opacity: 1; }
.footer-bottom a:hover { text-decoration: underline; }
.scroll-progress { height: 2px; background: #1e88ca; }
.back-to-top { background: #245777; border-radius: 4px; box-shadow: none; }
.reveal { opacity: 1; transform: none; }
.report-item { border-radius: 4px; box-shadow: none; }
.report-item:hover { box-shadow: none; }
.reports-hero::before, .product-hero::before { display: none; }
.reports-hero h1, .product-hero h1 { font-size: 40px; }
.product-hero, .reports-hero { background: #214d6a; }
.lang-en .product-name-en { display: none; }
.lang-en .product-name, .lang-en .tech-title { overflow-wrap: anywhere; }
.product-hero-badge, .pkg-card, .app-card, .fao-col, .crop-figure { border-radius: 4px; }
.lightbox-prev, .lightbox-next { display: none; }
.lang-en .hero-title { font-size: 48px; }
@media (min-width: 1450px) {
  .hero-text { min-height: min(620px, calc(100svh - 290px)); padding-top: 76px; }
}
@media (max-width: 1100px) {
  .container { padding-inline: 28px; }
  .hero-text { padding-inline: 28px; }
  .hero-stats { padding-inline: 28px; }
  .nav-link { padding-inline: 7px; font-size: 12px; }
  .logo-img { width: 135px; }
  .about-grid { gap: 36px; }
  .contact-grid { gap: 28px; }
}
@media (max-width: 960px) {
  :root { --nav-height: 72px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; }
  .nav { display: none; position: absolute; top: var(--nav-height); left: 0; right: 0; padding: 16px 28px 24px; background: #fff; border-bottom: 1px solid var(--border); box-shadow: 0 10px 20px #193c3210; max-height: calc(100svh - var(--nav-height)); overflow-y: auto; }
  .nav.open { display: flex; flex-direction: column; align-items: stretch; }
  .nav-link { font-size: 15px; padding: 11px 8px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-milestones { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-map { min-height: 230px; }
  .hero-title { font-size: 48px; }
  .hero-slogan { font-size: 28px; }
}
@media (max-width: 600px) {
  .container { padding-inline: 22px; }
  .header-actions { gap: 10px; }
  .lang-toggle { padding-left: 12px; }
  .hero-text { padding: 35px 22px 34px; min-height: 0; }
  .hero-title { font-size: 40px; margin-bottom: 18px; }
  .lang-en .hero-title { font-size: 34px; }
  .hero-eyebrow { font-size: 10px; }
  .hero-slogan { font-size: 25px; line-height: 1.45; margin-bottom: 18px; }
  .hero-subtitle { font-size: 13px; line-height: 1.8; margin-bottom: 20px; }
  .hero-subtitle br { display: none; }
  .hero-bg, .hero-overlay { bottom: 173px; }
  .hero-overlay { background: rgba(16,40,29,.60); }
  .hero-bg img { object-position: 60% center; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; gap: 10px; }
  .hero-actions .btn { width: auto; padding: 11px 18px; font-size: 13px; }
  .hero-stats { grid-template-columns: repeat(2,1fr); padding: 16px 22px; gap: 12px 0; min-height: 173px; }
  .stat-item { padding: 0 18px; }
  .stat-item:nth-child(odd) { padding-left: 0; }
  .stat-item:nth-child(even) { border: 0; }
  .stat-number { font-size: 27px; margin-bottom: 3px; }
  .stat-unit { font-size: 13px; }
  .stat-label { font-size: 11px; }
  .section { padding: 50px 0; }
  .section-title { font-size: 26px; }
  .section-header { margin-bottom: 28px; }
  .section-desc { font-size: 14px; }
  .about-content p { font-size: 14px; }
  .about-milestones { grid-template-columns: 1fr; }
  .products-grid, .factory-row, .tech-grid { grid-template-columns: 1fr; }
  .product-visual { height: 144px; padding: 24px; }
  .product-formula { font-size: 30px; }
  .product-info { padding: 24px; }
  .factory-card-caption { font-size: 20px; margin-bottom: 8px; }
  .factory-card-copy { padding-top: 18px; }
  .factory-video-trigger { width: 56px; height: 56px; }
  .tech-card, .tech-card:nth-child(even) { padding: 26px 0; border-left: 0; }
  .tech-title { font-size: 20px; }
  .news-card { gap: 18px; }
  .news-date { display: flex; gap: 12px; align-items: baseline; }
  .news-day { font-size: 28px; }
  .news-title { font-size: 18px; }
  .contact-info { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 14px; }
  .reports-hero h1, .product-hero h1 { font-size: 30px; }
  .spec-table { font-size: 12px; table-layout: fixed; width: 100%; }
  .spec-table th, .spec-table td { overflow-wrap: anywhere; padding: 10px 8px; }
  .packaging-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .fao-compare-full { grid-template-columns: minmax(0,1fr); }
  .fao-col { min-width: 0; }
  .prop-table { width: 100%; table-layout: fixed; font-size: 12px; }
  .prop-table th, .prop-table td { overflow-wrap: anywhere; padding: 10px 6px; }
  .detail-grid > *, .product-hero-inner > *, .report-body { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Product enquiries and company details, September 2026. */
.company-details { padding-top: var(--nav-height); }
.company-return { padding-bottom: 64px; }
.news-source { font-size: 12px; color: var(--text-light); margin: 12px 0; }
.product-contact { margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--border); text-align: center; }
.product-contact h2 { font-size: 24px; color: var(--text-dark); margin-bottom: 12px; }
.product-contact > p { max-width: 720px; margin: 0 auto 22px; line-height: 1.8; }
.product-contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 18px; }
.product-contact-actions .btn-outline { border-color: var(--border); color: var(--primary); }
.product-contact-actions .btn-outline:hover { background: var(--bg-alt); }
.product-contact-details { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; font-size: 14px; }
.product-contact-details a { color: var(--secondary); }
@media (max-width: 600px) {
  .product-contact-actions { flex-direction: column; }
  .product-contact-actions .btn { width: 100%; white-space: normal; }
  .product-contact h2 { font-size: 22px; }
}
