:root { --ink: #12355b; --ink-deep: #061a33; --paper: #ffffff; --acid: #d39b25; --green: #23845d; --cobalt: #1f5fa8; --muted: #617080; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "Space Grotesk", sans-serif; margin: 0; }
a { color: inherit; text-decoration: none; }
.page-shell { overflow: hidden; }
.site-nav { align-items: center; display: flex; justify-content: space-between; left: 0; margin: auto; max-width: 1440px; padding: 26px 5vw; position: fixed; top: 0; transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; width: 100%; z-index: 5; }
.site-nav.is-scrolled { backdrop-filter: blur(12px); background: transparent; box-shadow: 0 1px 0 rgba(18,53,91,.16); }
.brand { align-items: center; display: flex; gap: 10px; margin-left: -20px; }
.brand-logo { display: block; height: 78px; object-fit: contain; width: 110px; }
.brand-name { font-size: 19px; font-weight: 600; letter-spacing: -.06em; }
.nav-links { display: flex; font-family: "DM Mono", monospace; font-size: 11px; gap: 34px; margin-left: auto; margin-right: 46px; text-transform: uppercase; }
.nav-links a, .nav-contact { position: relative; transition: color .25s ease; }
.nav-links a::after { background: var(--green); bottom: -7px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .35s cubic-bezier(.22,.61,.36,1); width: 100%; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-links a:hover, .nav-contact:hover { color: var(--cobalt); }
.nav-contact { border-bottom: 1px solid currentColor; font-size: 12px; padding-bottom: 5px; }
.theme-toggle { align-items: center; background: transparent; border: 1px solid var(--ink); color: var(--ink); cursor: pointer; display: inline-flex; font-size: 17px; height: 36px; justify-content: center; margin-left: 20px; padding: 0; transition: background .25s ease, color .25s ease, transform .25s ease; width: 36px; }
.theme-toggle:hover, .theme-toggle:focus-visible { background: transparent; color: var(--cobalt); outline: none; transform: rotate(-12deg); }
.dark-theme .theme-toggle { background: transparent; border-color: var(--acid); color: var(--acid); }
.dark-theme .theme-toggle:hover, .dark-theme .theme-toggle:focus-visible { background: transparent; color: var(--acid); }
.menu-toggle { align-items: center; background: transparent; border: 1px solid currentColor; color: var(--ink); cursor: pointer; display: none; flex-direction: column; gap: 5px; height: 36px; justify-content: center; padding: 0; width: 36px; }
.menu-toggle span { background: currentColor; display: block; height: 1px; transition: transform .25s ease; width: 15px; }
.menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
.nav-contact span, .button span, .text-link span, .product-card a span, .footer-email span { display: inline-block; margin-left: 10px; transition: transform .25s ease; }
.nav-contact:hover span, .button:hover span, .text-link:hover span, .product-card a:hover span, .footer-email:hover span { transform: translate(4px, -4px); }
.hero { background: var(--paper); min-height: 790px; overflow: hidden; padding: 180px 5vw 100px; position: relative; }
.hero-grid { animation: grid-drift 22s linear infinite; background-image: linear-gradient(rgba(43,33,48,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(43,33,48,.08) 1px, transparent 1px); background-size: 70px 70px; inset: -70px; mask-image: linear-gradient(90deg, black, transparent 75%); opacity: .75; position: absolute; transform: translate3d(calc(var(--hero-x, 0) * -1), calc(var(--hero-y, 0) * -1), 0); }
#molecule-canvas { height: 100%; inset: 0; pointer-events: none; position: absolute; width: 100%; }
.hero-content { margin: auto; max-width: 1280px; position: relative; z-index: 2; }
.hero-content.is-changing { animation: hero-copy-in 1s cubic-bezier(.22,.61,.36,1) both; }
.kicker, .section-tag { color: var(--cobalt); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.kicker { align-items: center; display: flex; gap: 10px; }
.pulse-dot { animation: pulse 2s ease-in-out infinite; background: var(--green); border-radius: 50%; height: 7px; width: 7px; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(4rem, 9vw, 9.5rem); font-weight: 500; letter-spacing: -.095em; line-height: .84; margin: 38px 0 35px; max-width: 800px; }
h1 em, h2 span { color: var(--green); font-style: normal; }
.hero-copy, .body-copy { color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 350px; }
.button { background: var(--ink); color: var(--paper); display: inline-block; font-size: 12px; margin-top: 32px; padding: 17px 21px; transition: background .25s ease, transform .25s ease; }
.button:hover { background: var(--cobalt); transform: translateY(-3px); }
.hero-image { height: 560px; overflow: hidden; position: absolute; right: 0; top: 130px; transform: translate3d(calc(var(--hero-x, 0) * .45), calc(var(--hero-y, 0) * .45), 0); transition: transform .8s cubic-bezier(.22,.61,.36,1); width: min(50vw, 720px); }
.hero-image::after { background: linear-gradient(90deg, var(--paper), transparent 30%), linear-gradient(0deg, rgba(13,23,41,.78), transparent 45%); content: ""; inset: 0; position: absolute; }
.hero-slides, .hero-slide, .hero-slide img { height: 100%; width: 100%; }
.hero-slides { position: relative; }
.hero-slide { inset: 0; margin: 0; opacity: 0; position: absolute; transform: scale(1.04); transition: opacity 1.15s ease-in-out, transform 1.5s cubic-bezier(.22,.61,.36,1); }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img { animation: drift 16s ease-in-out infinite alternate; object-fit: cover; }
.image-label { bottom: 24px; color: white; display: flex; font-family: "DM Mono", monospace; font-size: 10px; gap: 22px; left: 26px; position: absolute; z-index: 1; }
.image-label span:first-child { border-top: 1px solid white; padding-top: 8px; width: 30px; }
.hero-slider-controls { align-items: center; bottom: 22px; display: flex; gap: 10px; position: absolute; right: 24px; z-index: 2; }
.hero-slider-button { align-items: center; background: rgba(6,30,29,.62); border: 1px solid rgba(243,245,237,.72); color: var(--paper); cursor: pointer; display: inline-flex; font: inherit; height: 32px; justify-content: center; transition: background .25s ease, color .25s ease; width: 32px; }
.hero-slider-button:hover, .hero-slider-button:focus-visible { background: var(--acid); color: var(--ink); outline: none; }
.hero-slider-status { color: white; font-family: "DM Mono", monospace; font-size: 10px; min-width: 36px; text-align: center; }
.hero-note { align-items: center; bottom: 95px; display: flex; font-family: "DM Mono", monospace; font-size: 10px; gap: 12px; letter-spacing: .1em; position: absolute; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left; }
.hero-note i { background: var(--green); display: block; height: 1px; width: 45px; }
.section-pad { padding: 125px 10vw; }
.statement { background: #f7d98b; }
.statement-grid, .section-heading { display: grid; gap: 9vw; grid-template-columns: 1.25fr .65fr; margin: 72px auto 0; max-width: 1120px; }
h2 { font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 500; letter-spacing: -.09em; line-height: .88; }
.signal-row { border-top: 1px solid rgba(43,33,48,.35); display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); margin: 105px auto 0; max-width: 1120px; padding-top: 18px; }
.signal-row div { display: flex; gap: 16px; }
.signal-row strong { font-family: "DM Mono", monospace; font-size: 11px; font-weight: 400; }
.signal-row span { font-size: 13px; }
.process { background: var(--paper); }
.process-heading { margin-top: 48px; }
.process-list { margin: 100px auto 0; max-width: 1120px; }
.process-step { align-items: start; border-top: 1px solid rgba(43,33,48,.28); display: grid; gap: 7vw; grid-template-columns: 80px 1fr; padding: 22px 0 25px; }
.process-step > span { color: var(--green); font-family: "DM Mono", monospace; font-size: 11px; }
.process-step h3 { font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 500; letter-spacing: -.07em; }
.process-step p { color: var(--muted); font-size: 14px; line-height: 1.6; margin-top: 10px; max-width: 360px; }
.photo-panel { margin: 100px auto 0; max-width: 1120px; overflow: hidden; position: relative; }
.photo-panel::after { background: linear-gradient(0deg, rgba(7,29,54,.78), transparent 58%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.photo-panel img { animation: photo-pan 18s ease-in-out infinite alternate; display: block; height: 330px; object-fit: cover; transform: scale(1.05); width: 100%; }
.photo-panel figcaption { bottom: 24px; color: white; display: flex; font-family: "DM Mono", monospace; font-size: 10px; gap: 26px; left: 26px; position: absolute; z-index: 1; }
.photo-panel figcaption span:first-child { border-top: 1px solid currentColor; padding-top: 8px; width: 34px; }
.products { background: #e3f0e8; }
.section-heading { align-items: end; margin-top: 48px; }
.product-slider { margin: 65px auto 0; max-width: 1120px; overflow: hidden; }
.product-grid { display: flex; gap: 1px; margin: 0; transform: translateX(0); transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.product-card { display: flex; flex-direction: column; min-height: 360px; padding: 24px; transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .3s ease; }
.product-grid .product-card { flex: 0 0 calc((100% - 3px) / 4); }
.product-card:hover { transform: translateY(-8px); }
.product-card-feature { background: var(--ink); color: var(--paper); }
.product-card-acid { background: var(--acid); }
.product-card-green { background: var(--cobalt); color: var(--paper); }
.product-card-outline { border: 1px solid var(--ink); }
.product-card-feature:hover { animation: product-color-flow 1.4s ease-in-out both; background: linear-gradient(135deg, var(--ink), var(--cobalt), var(--acid)); background-size: 220% 220%; }
.product-card-acid:hover { animation: product-color-flow 1.4s ease-in-out both; background: linear-gradient(135deg, var(--acid), var(--green), var(--cobalt)); background-size: 220% 220%; color: var(--paper); }
.product-card-green:hover { animation: product-color-flow 1.4s ease-in-out both; background: linear-gradient(135deg, var(--cobalt), var(--ink), var(--acid)); background-size: 220% 220%; }
.product-card-outline:hover { animation: product-color-flow 1.4s ease-in-out both; background: linear-gradient(135deg, var(--paper), var(--acid), var(--cobalt)); background-size: 220% 220%; }
.card-number { font-family: "DM Mono", monospace; font-size: 10px; }
.formula { font-family: "DM Mono", monospace; font-size: 18px; margin: 62px 0 20px; }
.formula sub { font-size: .65em; }
.product-card h3 { font-size: 24px; font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.product-card p { color: var(--muted); font-size: 13px; line-height: 1.5; margin-top: 17px; max-width: 190px; }
.product-card-feature p, .product-card-green p { color: rgba(245,242,233,.72); }
.product-card a { border-bottom: 1px solid currentColor; font-size: 11px; margin-top: auto; padding-bottom: 8px; width: fit-content; }
.slider-controls { align-items: center; display: flex; gap: 16px; justify-content: flex-end; margin: 25px auto 0; max-width: 1120px; }
.slider-button { align-items: center; background: transparent; border: 1px solid var(--ink); color: var(--ink); cursor: pointer; display: inline-flex; font: inherit; height: 38px; justify-content: center; transition: background .25s ease, color .25s ease; width: 38px; }
.slider-button:hover, .slider-button:focus-visible { background: var(--ink); color: var(--paper); outline: none; }
.slider-status { font-family: "DM Mono", monospace; font-size: 10px; min-width: 42px; text-align: center; }
.branches { background: #f4f8f1; color: var(--ink); }
.branches .section-heading { margin-bottom: 20px; }
.chemistry-map { height: 560px; margin: 35px auto 0; max-width: 1120px; position: relative; }
.map-core { align-items: center; background: var(--ink); border: 12px solid #f4c85f; border-radius: 50%; color: var(--paper); display: flex; flex-direction: column; height: 180px; justify-content: center; left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); width: 180px; z-index: 2; }
.map-core strong { font-size: 28px; font-weight: 500; letter-spacing: -.07em; }
.map-core small, .branch-node small { font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .04em; margin-top: 8px; text-transform: uppercase; }
.map-core-orbit { border: 1px solid rgba(255,255,255,.35); border-radius: 50%; height: 215px; position: absolute; transform: rotate(-25deg) skewX(-8deg); width: 84px; }
.branch-node { align-items: flex-start; background: var(--paper); border: 1px solid rgba(18,53,91,.35); color: var(--ink); cursor: pointer; display: flex; flex-direction: column; height: 122px; justify-content: center; padding: 20px; position: absolute; text-align: left; transition: background .3s ease, border-color .3s ease, color .3s ease, transform .3s ease; width: 210px; z-index: 3; }
.branch-node:hover, .branch-node:focus-visible, .branch-node.is-selected { background: var(--cobalt); border-color: var(--cobalt); color: var(--paper); outline: none; transform: translateY(-6px); }
.branch-node > span { color: var(--green); font-family: "DM Mono", monospace; font-size: 10px; }
.branch-node.is-selected > span, .branch-node:hover > span, .branch-node:focus-visible > span { color: var(--acid); }
.branch-node strong { font-size: 25px; font-weight: 500; letter-spacing: -.07em; margin-top: 8px; }
.branch-organic { left: 5%; top: 7%; }
.branch-inorganic { right: 5%; top: 7%; }
.branch-physical { left: 0; top: 43%; }
.branch-analytical { right: 0; top: 43%; }
.branch-biochemistry { bottom: 5%; left: 15%; }
.branch-industrial { bottom: 5%; right: 15%; }
.map-line { background: var(--green); height: 1px; left: 50%; opacity: .5; position: absolute; top: 50%; transform-origin: left center; width: 27%; z-index: 1; }
.map-line-one { transform: rotate(-142deg); }
.map-line-two { transform: rotate(-38deg); }
.map-line-three { transform: rotate(180deg); }
.map-line-four { transform: rotate(0deg); }
.map-line-five { transform: rotate(142deg); }
.map-line-six { transform: rotate(38deg); }
.branch-detail { border-top: 1px solid rgba(18,53,91,.35); margin: 0 auto; max-width: 1120px; padding-top: 20px; }
.branch-detail-label { color: var(--green); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.branch-detail h3 { font-size: 29px; font-weight: 500; letter-spacing: -.06em; margin-top: 15px; }
.branch-detail p { color: var(--muted); font-size: 14px; line-height: 1.6; margin-top: 8px; max-width: 560px; }
.regional-network { border-top: 1px solid rgba(18,53,91,.35); display: grid; gap: 8vw; grid-template-columns: .8fr 1.2fr; margin: 95px auto 0; max-width: 1120px; padding-top: 24px; }
.regional-heading h3 { font-size: 42px; font-weight: 500; letter-spacing: -.07em; margin-top: 20px; }
.regional-heading p { color: var(--muted); font-size: 14px; line-height: 1.6; margin-top: 14px; max-width: 270px; }
.country-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); }
.country-node { align-items: flex-start; background: var(--paper); border: 1px solid rgba(18,53,91,.22); color: var(--ink); cursor: pointer; display: flex; flex-direction: column; min-height: 112px; padding: 16px; text-align: left; transition: background .25s ease, color .25s ease, transform .25s ease; }
.country-node:hover, .country-node:focus-visible, .country-node.is-selected { background: var(--acid); color: var(--ink); outline: none; transform: translateY(-4px); }
.country-node > span { color: var(--green); font-family: "DM Mono", monospace; font-size: 10px; }
.country-node strong { display: block; height: 34px; margin-top: 15px; width: 58px; }
.country-flag { display: block; height: 34px; object-fit: cover; width: 58px; }
.country-node small { font-family: "DM Mono", monospace; font-size: 8px; margin-top: 6px; text-transform: uppercase; }
.country-detail { border-top: 1px solid rgba(18,53,91,.22); color: var(--muted); font-size: 13px; grid-column: 2; line-height: 1.6; margin-top: 2px; padding-top: 14px; }
.sustainability { align-items: center; background: #f4f8f1; display: grid; gap: 7vw; grid-template-columns: .8fr 1.2fr; overflow: hidden; }
.sustainability-copy { max-width: 430px; }
.sustainability-copy h2 { color: var(--ink); margin: 55px 0 30px; }
.sustainability-copy h2 span { color: var(--green); }
.sustainability-visual { min-height: 520px; position: relative; }
.sustainability-image { bottom: 0; height: 390px; left: 0; overflow: hidden; position: absolute; width: 62%; }
.sustainability-image::after { background: linear-gradient(0deg, rgba(6,26,51,.7), transparent 58%); content: ""; inset: 0; position: absolute; }
.sustainability-image img { display: block; height: 100%; object-fit: cover; transition: transform .8s ease; width: 100%; }
.sustainability-image:hover img { transform: scale(1.06); }
.sustainability-image span { bottom: 22px; color: white; font-family: "DM Mono", monospace; font-size: 10px; left: 22px; position: absolute; z-index: 1; }
.sustainability-cards { height: 480px; position: absolute; right: 0; top: 18px; width: 52%; }
.sustainability-card { align-items: center; background: var(--green); clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0 50%); color: white; display: flex; flex-direction: column; font-family: "DM Mono", monospace; font-size: 10px; gap: 10px; height: 150px; justify-content: center; position: absolute; text-align: center; transition: transform .35s ease, filter .35s ease; width: 174px; }
.sustainability-card:hover { filter: saturate(1.2); transform: translateY(-8px) scale(1.04); }
.sustainability-icon { font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.sustainability-card strong { font-weight: 400; max-width: 100px; text-transform: uppercase; }
.sustainability-card-lab { background: #1a6d50; right: 43%; top: 0; }
.sustainability-card-impact { background: var(--acid); color: var(--ink); right: 0; top: 82px; }
.sustainability-card-reuse { background: #79a934; right: 43%; top: 165px; }
.sustainability-card-water { background: #dfeee8; color: var(--ink); right: 0; top: 247px; }
.certifications { background: #ffffff; color: var(--ink); overflow: hidden; }
.certifications-heading { align-items: center; display: flex; justify-content: center; margin: 0 auto 48px; max-width: 1000px; }
.certifications-heading h2 { font-size: clamp(2rem, 4vw, 4.2rem); letter-spacing: -.06em; line-height: 1; text-align: center; }
.certifications-heading h2 span { color: var(--cobalt); }
.certifications-bracket { border-top: 2px solid #a7c4cf; height: 42px; width: 68px; }
.certifications-bracket-left { border-left: 2px solid #a7c4cf; margin-right: 26px; transform: skew(-30deg); }
.certifications-bracket-right { border-right: 2px solid #a7c4cf; margin-left: 26px; transform: skew(-30deg); }
.certification-list { align-items: center; display: flex; justify-content: space-between; margin: auto; max-width: 1150px; }
.certification-item { align-items: center; display: flex; height: 170px; justify-content: center; margin: 0; transition: transform .35s ease, filter .35s ease; width: 18%; }
.certification-item:hover { filter: drop-shadow(0 10px 12px rgba(18,53,91,.16)); transform: translateY(-8px) scale(1.05); }
.certification-item img { display: block; max-height: 150px; max-width: 100%; object-fit: contain; }
.network { align-items: center; display: grid; gap: 9vw; grid-template-columns: .7fr 1.3fr; }
.network-content { max-width: 360px; }
.network-content h2 { margin: 67px 0 30px; }
.text-link { border-bottom: 1px solid currentColor; display: inline-block; font-size: 12px; margin-top: 35px; padding-bottom: 8px; }
.network-image { overflow: hidden; position: relative; }
.network-image img { display: block; filter: saturate(.8) contrast(1.05); transition: transform .8s ease; width: 100%; }
.network-image:hover img { transform: scale(1.04); }
.network-image span { bottom: 18px; color: white; font-family: "DM Mono", monospace; font-size: 10px; left: 22px; position: absolute; }
.site-footer { background: var(--ink-deep); color: var(--paper); min-height: 500px; overflow: hidden; position: relative; }
.site-footer > :not(.footer-molecule-canvas) { position: relative; z-index: 1; }
.footer-molecule-canvas { height: 100%; inset: 0; opacity: .7; pointer-events: none; position: absolute; width: 100%; }
.site-footer .section-tag { color: var(--acid); }
.footer-grid { align-items: end; display: grid; gap: 10vw; grid-template-columns: 1.2fr .65fr; margin: 72px auto 0; max-width: 1120px; }
.site-footer h2 { font-size: clamp(4rem, 8vw, 8.5rem); }
.footer-email { border-bottom: 1px solid var(--acid); color: var(--acid); display: inline-block; font-size: clamp(1.3rem, 2vw, 2rem); margin-top: 30px; padding-bottom: 8px; }
.footer-side { color: rgba(245,242,233,.7); font-size: 14px; line-height: 1.6; max-width: 250px; }
.footer-links { border-top: 1px solid rgba(245,242,233,.25); display: grid; gap: 9px; margin-top: 30px; padding-top: 16px; }
.footer-links a { color: var(--paper); font-size: 12px; transition: color .2s ease; }
.footer-links a:hover { color: var(--acid); }
.footer-bottom { border-top: 1px solid rgba(245,242,233,.25); display: flex; font-family: "DM Mono", monospace; font-size: 10px; justify-content: space-between; margin: 130px auto 0; max-width: 1120px; padding-top: 18px; }
.cookie-consent { align-items: end; background: var(--paper); border: 1px solid var(--ink); bottom: 24px; box-shadow: 10px 10px 0 var(--acid); color: var(--ink); display: flex; gap: 34px; justify-content: space-between; left: 24px; max-width: 700px; padding: 22px 24px; position: fixed; z-index: 20; }
.cookie-consent[hidden] { display: none; }
.cookie-consent-copy { max-width: 430px; }
.cookie-kicker { color: var(--cobalt); font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .1em; margin-bottom: 10px; text-transform: uppercase; }
.cookie-consent h2 { font-size: 26px; letter-spacing: -.05em; line-height: 1; }
.cookie-consent-copy > p:last-child { color: var(--muted); font-size: 12px; line-height: 1.5; margin-top: 10px; }
.cookie-consent-actions { align-items: center; display: flex; flex-shrink: 0; gap: 8px; }
.cookie-button { border: 1px solid var(--ink); cursor: pointer; font: inherit; font-size: 11px; padding: 12px 14px; transition: background .25s ease, color .25s ease, transform .25s ease; }
.cookie-button:hover, .cookie-button:focus-visible { outline: none; transform: translateY(-2px); }
.cookie-button-reject { background: transparent; color: var(--ink); }
.cookie-button-reject:hover, .cookie-button-reject:focus-visible { background: var(--ink); color: var(--paper); }
.cookie-button-accept { background: var(--acid); color: var(--ink); }
.cookie-button-accept:hover, .cookie-button-accept:focus-visible { background: var(--green); color: white; }
.dark-theme { background: #061a33; color: #f7fbff; }
.dark-theme .hero, .dark-theme .process, .dark-theme .network { background: #061a33; }
.dark-theme .hero-grid { background-image: linear-gradient(rgba(247,251,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(247,251,255,.08) 1px, transparent 1px); }
.dark-theme .hero-image::after { background: linear-gradient(90deg, #061a33, transparent 30%), linear-gradient(0deg, rgba(4,17,35,.82), transparent 45%); }
.dark-theme .statement { background: #9d3035; color: #f7fbff; }
.dark-theme .products { background: #0b2a4a; }
.dark-theme .body-copy, .dark-theme .hero-copy { color: #b8cbe0; }
.dark-theme .signal-row { border-color: rgba(247,251,255,.35); }
.dark-theme .process-step { border-color: rgba(247,251,255,.28); }
.dark-theme .product-card-outline { border-color: #f7fbff; }
.dark-theme .slider-button { border-color: #f7fbff; color: #f7fbff; }
.dark-theme .slider-button:hover, .dark-theme .slider-button:focus-visible { background: #f7fbff; color: #061a33; }
.dark-theme .menu-toggle { color: #f7fbff; }
.dark-theme .nav-links { background: #061a33; }
.dark-theme .site-nav.is-scrolled { background: transparent; box-shadow: 0 1px 0 rgba(247,251,255,.18); }
.dark-theme .nav-links a { border-color: rgba(247,251,255,.16); }
.dark-theme .photo-panel::after { background: linear-gradient(0deg, rgba(4,17,35,.86), transparent 58%); }
.factory { background: #f9f7f3; }
.factory-content { display: grid; gap: 6vw; grid-template-columns: 1fr; margin: 48px auto 0; max-width: 1120px; }
.factory-content h2 { font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.08em; line-height: .92; }
.factory-gallery { display: grid; gap: 1px; grid-template-columns: 1.35fr .825fr .825fr; margin: 65px auto 0; max-width: 1120px; }
.factory-image { margin: 0; overflow: hidden; position: relative; }
.factory-image-main { grid-row: span 2; }
.factory-image img { display: block; height: 280px; object-fit: cover; transform: scale(1.02); transition: transform .8s ease; width: 100%; }
.factory-image-main img { height: 430px; }
.factory-image:hover img { transform: scale(1.07); }
.factory-image figcaption { background: var(--green); color: var(--paper); font-family: "DM Mono", monospace; font-size: 11px; padding: 12px 18px; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .15s; }
.reveal-delay-two { transition-delay: .25s; }
.reveal-delay-three { transition-delay: .35s; }
@keyframes drift { from { transform: scale(1.03) translate(0); } to { transform: scale(1.1) translate(-1%, -1%); } }
@keyframes photo-pan { from { transform: scale(1.05) translate(0, 0); } to { transform: scale(1.13) translate(-1.5%, -1%); } }
@keyframes product-color-flow { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(232,93,74,.35); } 50% { box-shadow: 0 0 0 7px rgba(232,93,74,0); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translateY(22px); } 55% { opacity: .7; } to { opacity: 1; transform: translateY(0); } }
@keyframes grid-drift { from { background-position: 0 0, 0 0; } to { background-position: 70px 70px, 70px 70px; } }
@media (max-width: 760px) { .site-nav { padding: 22px 7vw; } .nav-links { background: var(--paper); border-top: 1px solid rgba(23,36,59,.16); display: none; flex-direction: column; gap: 0; left: 7vw; margin: 0; padding: 12px 0; position: absolute; right: 7vw; top: 72px; } .nav-links.is-open { display: flex; } .nav-links a { border-bottom: 1px solid rgba(23,36,59,.12); padding: 13px 18px; } .nav-links a:last-child { border-bottom: 0; } .nav-contact { font-size: 10px; margin-left: auto; margin-right: 12px; } .theme-toggle { margin-left: 0; margin-right: 10px; } .menu-toggle { display: flex; } .hero { min-height: 760px; padding: 145px 8vw 80px; } h1 { font-size: clamp(4rem, 16vw, 6rem); margin-top: 28px; } .hero-image { height: 360px; left: 15vw; right: auto; top: 405px; width: 92vw; } .hero-image::after { background: linear-gradient(90deg, var(--paper), transparent 45%), linear-gradient(0deg, rgba(13,23,41,.78), transparent 45%); } .hero-slider-controls { bottom: 18px; right: 18px; } .hero-note { bottom: 35px; left: 8vw; } .section-pad { padding: 82px 8vw; } .statement-grid, .section-heading, .network, .footer-grid { display: block; margin-top: 50px; } .statement-grid .body-copy, .section-heading .body-copy { margin-top: 34px; } .signal-row { gap: 18px; grid-template-columns: 1fr; margin-top: 65px; } .signal-row div { border-bottom: 1px solid rgba(23,36,59,.2); padding-bottom: 12px; } .process-list { margin-top: 60px; } .process-step { gap: 20px; grid-template-columns: 35px 1fr; } .process-step h3 { font-size: 2rem; } .photo-panel { margin-top: 65px; } .photo-panel img { height: 240px; } .photo-panel-applications { margin-top: 55px; } .photo-panel-applications img { height: 210px; } .photo-panel figcaption { bottom: 18px; gap: 16px; left: 18px; } .product-slider { margin-top: 48px; } .product-grid .product-card { flex-basis: calc((100% - 1px) / 2); } .product-card { min-height: 315px; padding: 20px 18px; } .formula { margin-top: 43px; } .application-grid { grid-template-columns: repeat(2, 1fr); margin-top: 60px; row-gap: 45px; } .application-item { min-height: 190px; } .application-item h3 { margin-top: 38px; } .network { padding-bottom: 90px; } .network-image { margin-top: 55px; } .footer-grid { margin-top: 50px; } .footer-side { margin-top: 65px; } .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 85px; } }
@media (max-width: 760px) { .brand { margin-left: -10px; } .brand-logo { height: 58px; width: 82px; } .brand-name { margin-left: -21px; } .nav-contact { display: none; } .theme-toggle { margin-right: 0; } }
@media (max-width: 760px) { .sustainability { display: block; } .sustainability-copy { max-width: none; } .sustainability-copy h2 { margin-top: 45px; } .sustainability-visual { margin-top: 55px; min-height: 430px; } .sustainability-image { height: 290px; width: 72%; } .sustainability-cards { height: 390px; width: 55%; } .sustainability-card { height: 112px; width: 130px; } .sustainability-card-lab, .sustainability-card-reuse { right: 38%; } .sustainability-card-impact { top: 62px; } .sustainability-card-reuse { top: 124px; } .sustainability-card-water { top: 186px; } }
@media (max-width: 440px) { .product-grid .product-card { flex-basis: 100%; } .product-card { min-height: 280px; } .sustainability-visual { min-height: 360px; } .sustainability-image { height: 240px; width: 78%; } .sustainability-cards { width: 60%; } .sustainability-card { height: 88px; width: 102px; } .sustainability-card-impact { top: 48px; } .sustainability-card-reuse { top: 96px; } .sustainability-card-water { top: 144px; } .sustainability-icon { font-size: 25px; } }
@media (max-width: 760px) { .certifications-heading { margin-bottom: 30px; } .certifications-heading h2 { font-size: clamp(1.8rem, 8vw, 3rem); } .certifications-bracket { height: 28px; width: 28px; } .certifications-bracket-left { margin-right: 10px; } .certifications-bracket-right { margin-left: 10px; } .certification-list { flex-wrap: wrap; gap: 20px 8%; justify-content: center; } .certification-item { height: 125px; width: 28%; } .certification-item img { max-height: 112px; } }
@media (max-width: 760px) { .cookie-consent { align-items: stretch; bottom: 14px; box-shadow: 6px 6px 0 var(--acid); flex-direction: column; gap: 18px; left: 14px; max-width: none; padding: 18px; right: 14px; } .cookie-consent-actions { justify-content: flex-end; } }
@media (max-width: 440px) { .certifications-heading h2 { font-size: 1.7rem; } .certifications-bracket { display: none; } .certification-list { gap: 16px 12%; } .certification-item { height: 105px; width: 38%; } .certification-item img { max-height: 96px; } }
@media (max-width: 760px) { .chemistry-map { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); height: auto; margin-top: 48px; padding-top: 0; } .map-core { grid-column: 1 / -1; height: 145px; margin: 0 auto 22px; position: relative; transform: none; width: 145px; } .map-core strong { font-size: 23px; } .map-core-orbit { height: 175px; width: 68px; } .map-line { display: none; } .branch-node { height: 108px; position: relative; width: auto; } .branch-organic, .branch-inorganic, .branch-physical, .branch-analytical, .branch-biochemistry, .branch-industrial { bottom: auto; left: auto; right: auto; top: auto; } .branch-node strong { font-size: 21px; } .branch-detail { margin-top: 35px; } .regional-network { display: block; margin-top: 70px; } .regional-heading h3 { font-size: 36px; } .regional-heading p { max-width: 360px; } .country-grid { margin-top: 30px; grid-template-columns: repeat(2, 1fr); } .country-detail { grid-column: auto; margin-top: 1px; } }
@media (max-width: 760px) { .factory-gallery { display: block; margin-top: 50px; } .factory-image, .factory-image-main { margin-top: 18px; } .factory-image:first-child { margin-top: 0; } .factory-image img, .factory-image-main img { height: 240px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }