:root {
--graphite-950: #14171a;
--graphite-900: #1c2024;
--graphite-700: #3a3f45;
--warm-white-50: #faf8f5;
--warm-white-100: #f1ede6;
--metal-400: #9ca3aa;
--metal-300: #c3c8cd;
--metal-200: #e2e5e8;
--brand-accent: #2f6f5e;
--brand-accent-hover: #26594b;
--brand-accent-light: #6fae9c;
--accent-contrast: #faf8f5;
--danger: #a8402f;
--focus-ring: #2f6f5e;
--ink-950: #0c1118;
--ink-900: #131a24;
--ink-800: #1b2530;
--film-teal-a: rgba(111, 174, 156, 0.35);
--film-teal-b: rgba(47, 111, 94, 0.18);
--film-ink-a: rgba(12, 17, 24, 0.9);
--film-ink-b: rgba(27, 37, 48, 0.55);
--surface-page: var(--warm-white-50);
--surface-inverted: var(--graphite-950);
--surface-card: #ffffff;
--border-hairline: rgba(20, 23, 26, 0.12);
--border-hairline-inverted: rgba(250, 248, 245, 0.16);
--font-heading: -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
--font-body: -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
--step-base: 1rem;
--scale-ratio: 1.25;
--text-xs: 0.8rem;
--text-sm: 0.9rem;
--text-base: 1rem;
--text-md: 1.25rem;
--text-lg: 1.563rem;
--text-xl: 1.953rem;
--text-2xl: 2.441rem;
--text-3xl: 3.052rem;
--text-4xl: 3.815rem;
--text-hero: clamp(2.5rem, 6vw + 1rem, 6rem);
--leading-tight: 1.02;
--leading-snug: 1.15;
--leading-normal: 1.5;
--leading-relaxed: 1.7;
--space-3xs: 0.25rem;
--space-2xs: 0.5rem;
--space-xs: 0.75rem;
--space-sm: 1rem;
--space-md: 1.5rem;
--space-lg: 2rem;
--space-xl: 3rem;
--space-2xl: 4rem;
--space-section: clamp(3.5rem, 8vw, 10rem);
--content-max: 1440px;
--content-padding: 1.25rem;
--grid-columns: 12;
--grid-gap: 1.5rem;
--radius-sm: 2px;
--radius-md: 4px;
--radius-lg: 12px;
--hairline: 1px;
--shadow-sm: 0 1px 2px rgba(12, 17, 24, 0.06), 0 1px 1px rgba(12, 17, 24, 0.04);
--shadow-md: 0 8px 24px -8px rgba(12, 17, 24, 0.18), 0 2px 6px rgba(12, 17, 24, 0.06);
--shadow-lg: 0 24px 48px -16px rgba(12, 17, 24, 0.28), 0 4px 12px rgba(12, 17, 24, 0.08);
--shadow-header: 0 1px 0 rgba(12, 17, 24, 0.06), 0 8px 24px -12px rgba(12, 17, 24, 0.16);
--ease-standard: cubic-bezier(0.16, 1, 0.3, 1);
--duration-fast: 200ms;
--duration-base: 300ms;
--duration-slow: 400ms;
--duration-slower: 900ms;
--z-nav: 100;
--z-overlay: 200;
--z-toast: 300;
--mobile-header-height: 64px;
}
@media (min-width: 700px) {
:root {
--content-padding: 2rem;
}
}
@media (min-width: 1100px) {
:root {
--content-padding: 3rem;
}
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
body {
margin: 0;
background: var(--surface-page);
color: var(--graphite-950);
font-family: var(--font-body);
font-size: var(--text-base);
line-height: var(--leading-normal);
-webkit-font-smoothing: antialiased;
overflow-wrap: break-word;
}
img,
picture,
svg,
video {
display: block;
max-width: 100%;
height: auto;
}
::selection {
background: var(--brand-accent);
color: var(--warm-white-50);
}
h1,
h2,
h3,
h4 {
font-family: var(--font-heading);
font-weight: 700;
line-height: var(--leading-tight);
letter-spacing: -0.01em;
margin: 0 0 var(--space-md);
color: var(--graphite-950);
}
[id] {
scroll-margin-top: calc(var(--mobile-header-height) + 16px);
}
h1 {
font-size: var(--text-hero);
line-height: 1.02;
}
h2 {
font-size: var(--text-2xl);
line-height: var(--leading-snug);
}
h3 {
font-size: var(--text-xl);
}
h4 {
font-size: var(--text-lg);
}
p {
margin: 0 0 var(--space-md);
max-width: 68ch;
}
a {
color: inherit;
}
ul,
ol {
margin: 0 0 var(--space-md);
padding-left: 1.25em;
}
small {
font-size: var(--text-sm);
color: inherit;
opacity: 0.75;
}
button {
font-family: inherit;
}
:focus-visible {
outline: 3px solid var(--focus-ring);
outline-offset: 2px;
}
.skip-link {
position: absolute;
left: var(--space-sm);
top: -100%;
background: var(--graphite-950);
color: var(--warm-white-50);
padding: var(--space-xs) var(--space-md);
z-index: 1000;
border-radius: var(--radius-sm);
transition: top var(--duration-fast) var(--ease-standard);
}
.skip-link:focus {
top: var(--space-sm);
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
clip-path: inset(50%);
white-space: nowrap;
}
.container {
width: 100%;
max-width: var(--content-max);
margin-inline: auto;
padding-inline: var(--content-padding);
}
.section {
padding-block: var(--space-section);
}
.section--tight {
padding-block: calc(var(--space-section) * 0.55);
}
.section--tight.section--company-results {
padding-top: calc(var(--space-section) * 0.6325);
padding-bottom: calc(var(--space-section) * 0.5);
}
.section--tight.section--company-stats {
padding-top: calc(var(--space-section) * 0.32);
padding-bottom: calc(var(--space-section) * 0.55);
}
.section--tight.section--company-documents {
padding-top: calc(var(--space-section) * 0.55);
padding-bottom: calc(var(--space-section) * 0.36);
}
.section.section--catalog-grid {
padding-bottom: calc(var(--space-section) * 0.35);
}
.section--dark {
background: var(--surface-inverted);
color: var(--warm-white-50);
}
.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4 {
color: var(--warm-white-50);
}
.section--dark .eyebrow,
.section--dark small {
color: var(--metal-300);
}
.grid {
display: grid;
grid-template-columns: 1fr;
gap: var(--grid-gap);
}
@media (min-width: 560px) {
.grid {
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
}
.grid--industries {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.grid--industries > * {
flex: 0 1 100%;
}
@media (min-width: 753px) {
.grid--industries > * {
flex-basis: calc(50% - var(--grid-gap) / 2);
}
}
@media (min-width: 1009px) {
.grid--industries > * {
flex-basis: calc(33.333% - var(--grid-gap) * 2 / 3);
}
}
@media (min-width: 1265px) {
.grid--industries > * {
flex-basis: calc(25% - var(--grid-gap) * 3 / 4);
}
}
.split {
display: grid;
gap: var(--space-lg);
align-items: center;
}
@media (min-width: 1100px) {
.split {
grid-template-columns: 7fr 5fr;
gap: var(--space-xl);
}
.split--reverse {
grid-template-columns: 5fr 7fr;
}
.split--reverse > :first-child {
order: 2;
}
}
.stack {
display: flex;
flex-direction: column;
gap: var(--space-md);
}
.hero-split {
display: grid;
gap: var(--space-xl);
align-items: center;
}
@media (min-width: 1100px) {
.hero-split {
grid-template-columns: 11fr 9fr;
gap: var(--space-2xl);
}
.hero-split--catalog {
grid-template-columns: 43fr 57fr;
align-items: start;
}
.hero-split--company {
grid-template-columns: 38fr 62fr;
align-items: start;
}
.hero-split--manufacturing {
grid-template-columns: 44fr 56fr;
align-items: start;
}
}
.site-header {
position: sticky;
top: 0;
z-index: var(--z-nav);
background: rgba(250, 248, 245, 0.86);
backdrop-filter: saturate(140%) blur(10px);
border-bottom: var(--hairline) solid transparent;
transition: background-color var(--duration-base) var(--ease-standard),
border-color var(--duration-base) var(--ease-standard),
box-shadow var(--duration-base) var(--ease-standard);
}
.site-header--scrolled {
background: rgba(250, 248, 245, 0.96);
border-bottom-color: var(--border-hairline);
box-shadow: var(--shadow-header);
}
.site-header__bar {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 64px;
gap: var(--space-md);
}
.logo {
display: inline-flex;
align-items: center;
gap: var(--space-xs);
font-family: var(--font-heading);
font-weight: 700;
font-size: var(--text-md);
letter-spacing: 0.01em;
color: inherit;
text-decoration: none;
white-space: nowrap;
}
.logo__icon {
display: block;
height: 30px;
width: auto;
flex-shrink: 0;
}
.logo__text {
line-height: 1;
}
.nav-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
background: none;
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-sm);
cursor: pointer;
flex-shrink: 0;
}
.nav-toggle__box {
position: relative;
display: block;
width: 18px;
height: 12px;
}
.nav-toggle__box::before,
.nav-toggle__box::after,
.nav-toggle__box span {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 2px;
background: var(--graphite-950);
border-radius: 2px;
transition: transform var(--duration-fast) var(--ease-standard),
opacity var(--duration-fast) var(--ease-standard);
}
.nav-toggle__box::before {
top: 0;
}
.nav-toggle__box span {
top: 5px;
}
.nav-toggle__box::after {
top: 10px;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__box::before {
transform: translateY(5px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__box span {
opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__box::after {
transform: translateY(-5px) rotate(-45deg);
}
@media (min-width: 1100px) {
.nav-toggle {
display: none;
}
}
.nav-scrim {
display: none;
}
@media (max-width: 1099px) {
.nav-scrim[data-open="true"] {
display: block;
position: fixed;
inset: 0;
background: rgba(12, 17, 24, 0.4);
z-index: 90;
}
}
.primary-nav {
position: fixed;
top: var(--mobile-header-height);
left: 0;
right: 0;
bottom: auto;
max-height: calc(100dvh - var(--mobile-header-height));
z-index: 95;
background: var(--surface-page);
overflow-y: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
padding: var(--space-md) var(--content-padding)
calc(var(--space-md) + env(safe-area-inset-bottom)) var(--content-padding);
transform: translateY(-12px);
opacity: 0;
pointer-events: none;
transition: opacity var(--duration-base) var(--ease-standard),
transform var(--duration-base) var(--ease-standard);
}
.primary-nav[data-open="true"] {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
@media (min-width: 1100px) {
.primary-nav {
position: static;
inset: auto;
max-height: none;
padding: 0;
opacity: 1;
transform: none;
pointer-events: auto;
background: none;
overflow: visible;
}
}
.primary-nav__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: var(--space-md);
}
@media (min-width: 1100px) {
.primary-nav__list {
flex-direction: row;
align-items: center;
gap: var(--space-lg);
}
}
.primary-nav > .primary-nav__list > li > a,
.primary-nav__list > li > .nav-drop > details > summary > a {
text-decoration: none;
font-size: var(--text-md);
display: inline-block;
min-height: 44px;
display: flex;
align-items: center;
}
@media (min-width: 1100px) {
.primary-nav > .primary-nav__list > li > a,
.primary-nav__list > li > .nav-drop > details > summary > a {
font-size: var(--text-sm);
min-height: auto;
}
}
.primary-nav a[aria-current="page"] {
color: var(--brand-accent);
}
.nav-drop > details > summary {
list-style: none;
display: flex;
align-items: center;
gap: var(--space-2xs);
cursor: pointer;
min-height: 44px;
}
.nav-drop > details > summary::-webkit-details-marker {
display: none;
}
.nav-drop__chevron {
width: 8px;
height: 8px;
border-right: 2px solid var(--graphite-700);
border-bottom: 2px solid var(--graphite-700);
transform: rotate(45deg) translateY(-2px);
transition: transform var(--duration-fast) var(--ease-standard);
flex-shrink: 0;
}
.nav-drop > details[open] .nav-drop__chevron {
transform: rotate(-135deg) translateY(1px);
}
.nav-drop__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
.nav-drop__list a {
display: flex;
align-items: center;
min-height: 44px;
font-size: var(--text-sm);
text-decoration: none;
color: var(--graphite-700);
}
@media (hover: hover) and (pointer: fine) {
.nav-drop__list a:hover {
color: var(--brand-accent);
}
}
.nav-drop__panel {
padding-left: var(--space-md);
border-left: var(--hairline) solid var(--border-hairline);
margin: var(--space-2xs) 0 var(--space-sm);
}
@media (min-width: 1100px) {
.nav-drop {
position: relative;
}
.nav-drop > details > summary {
min-height: auto;
}
.nav-drop__panel {
position: absolute;
top: calc(100% + var(--space-sm));
left: 0;
min-width: 240px;
background: var(--surface-card);
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-md);
box-shadow: var(--shadow-md);
padding: var(--space-sm);
border-left: none;
margin: 0;
}
.nav-drop__list a {
min-height: 40px;
padding-inline: var(--space-xs);
border-radius: var(--radius-sm);
}
.nav-drop__list a:hover {
background: var(--warm-white-100);
}
}
.header-actions {
align-items: center;
gap: var(--space-sm);
}
.header-actions--mobile {
display: flex;
flex-direction: column;
align-items: stretch;
gap: var(--space-sm);
margin-top: var(--space-lg);
padding-top: var(--space-md);
border-top: var(--hairline) solid var(--border-hairline);
}
.header-actions--desktop {
display: none;
}
@media (min-width: 1100px) {
.header-actions--mobile {
display: none;
}
.header-actions--desktop {
display: flex;
}
}
.lang-switch {
display: flex;
gap: var(--space-3xs);
font-size: var(--text-sm);
}
.lang-switch a {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 44px;
min-height: 44px;
text-decoration: none;
padding: var(--space-3xs) var(--space-2xs);
border-radius: var(--radius-sm);
}
@media (min-width: 1100px) {
.lang-switch a {
min-width: auto;
min-height: auto;
}
}
.lang-switch a[aria-current="true"] {
background: var(--graphite-950);
color: var(--warm-white-50);
}
.site-footer {
background: var(--surface-inverted);
color: var(--metal-300);
line-height: var(--leading-relaxed);
}
.site-footer a {
color: var(--warm-white-50);
}
@media (hover: hover) and (pointer: fine) {
.footer-list a,
.site-footer__legal a {
transition: color 250ms var(--ease-standard);
}
.footer-list a:hover,
.site-footer__legal a:hover {
color: var(--brand-accent-light);
}
}
.footer-contact-full {
font-size: var(--text-sm);
opacity: 0.85;
}
.site-footer__grid {
display: grid;
gap: var(--space-lg);
grid-template-columns: 1fr;
}
@media (min-width: 700px) {
.site-footer__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1100px) {
.site-footer__grid {
grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr;
}
}
.site-footer__brand {
color: var(--warm-white-50);
margin-bottom: var(--space-sm);
}
.site-footer__description {
max-width: 34ch;
font-size: var(--text-base);
color: var(--metal-300);
margin-bottom: var(--space-sm);
}
.site-footer__muted {
opacity: 0.8;
}
.footer-contact-grid p {
margin: 0 0 var(--space-sm);
}
.footer-contact-grid p:last-child {
margin-bottom: 0;
}
.footer-list {
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
gap: var(--space-xs);
font-size: var(--text-base);
}
.footer-heading {
font-size: var(--text-sm);
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: var(--space-sm);
color: var(--warm-white-50);
}
.footer-heading a {
text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
.footer-heading a:hover {
text-decoration: underline;
}
}
.site-footer__legal {
border-top: var(--hairline) solid var(--border-hairline-inverted);
margin-top: 28px;
padding-top: 10px;
font-size: var(--text-sm);
display: flex;
flex-direction: column;
gap: var(--space-2xs);
}
.site-footer__legal p {
margin: 0;
}
.site-footer__legal + .site-footer__legal {
margin-top: 20px;
}
@media (min-width: 700px) {
.site-footer__legal {
flex-direction: row;
justify-content: space-between;
margin-top: var(--space-xl);
padding-top: var(--space-md);
}
.site-footer__legal + .site-footer__legal {
margin-top: var(--space-xl);
}
}
.footer-list/.footer-contact-*
rule above so these overrides win the cascade (equal specificity,
later source order) instead of being silently overridden by them. */
@media (max-width: 699px) {
.site-footer .section--tight {
padding-block: 52px 44px;
}
.site-footer__brand {
margin-bottom: 22px;
}
.site-footer__description {
margin-bottom: 0;
}
.site-footer__grid {
gap: 36px;
}
.footer-list {
gap: 14px;
}
.footer-list--2col {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 18px;
row-gap: 14px;
}
.footer-list--2col a {
line-height: 1.35;
}
.footer-contact-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: clamp(12px, 4vw, 18px);
row-gap: 18px;
}
.footer-contact-grid p {
margin: 0;
}
.footer-contact-full {
grid-column: 1 / -1;
}
.footer-contact-phone a {
white-space: nowrap;
font-size: clamp(15px, 4vw, 16px);
}
}
.breadcrumbs {
font-size: var(--text-xs);
color: var(--graphite-700);
padding-block: var(--space-md);
}
.breadcrumbs ol {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: var(--space-3xs);
}
.breadcrumbs li:not(:last-child)::after {
content: "/";
margin-left: var(--space-3xs);
color: var(--graphite-700);
}
.breadcrumbs a {
text-decoration: none;
}
.eyebrow {
display: inline-flex;
align-items: center;
gap: var(--space-2xs);
text-transform: uppercase;
letter-spacing: 0.12em;
font-size: var(--text-xs);
font-weight: 600;
color: var(--brand-accent);
margin-bottom: var(--space-sm);
}
.eyebrow::before {
content: "";
width: 24px;
height: var(--hairline);
background: currentColor;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: var(--space-2xs);
min-height: 48px;
padding: 0 var(--space-lg);
font-size: var(--text-sm);
font-weight: 600;
text-decoration: none;
border-radius: var(--radius-sm);
border: var(--hairline) solid transparent;
cursor: pointer;
transition: background-color var(--duration-fast) var(--ease-standard),
color var(--duration-fast) var(--ease-standard),
border-color var(--duration-fast) var(--ease-standard),
box-shadow var(--duration-fast) var(--ease-standard),
transform var(--duration-fast) var(--ease-standard);
}
.btn--primary {
position: relative;
background: linear-gradient(135deg, var(--brand-accent) 0%, var(--brand-accent-hover) 100%);
color: var(--accent-contrast);
border-color: var(--brand-accent-hover);
box-shadow: var(--shadow-sm), 0 10px 20px -12px rgba(38, 89, 75, 0.45);
}
.btn--primary::after {
content: "\2192";
display: inline-block;
margin-left: var(--space-2xs);
transition: transform var(--duration-fast) var(--ease-standard);
}
@media (hover: hover) and (pointer: fine) {
.btn--primary:hover {
background: linear-gradient(135deg, var(--brand-accent-hover) 0%, var(--brand-accent) 100%);
transform: translateY(-2px);
box-shadow: var(--shadow-md), 0 14px 28px -12px rgba(38, 89, 75, 0.55);
}
.btn--primary:hover::after {
transform: translateX(3px);
}
}
.btn--primary:active {
transform: translateY(0);
box-shadow: var(--shadow-sm);
}
@media (prefers-reduced-motion: reduce) {
.btn--primary,
.btn--primary::after {
transition: none;
}
.btn--primary:hover {
transform: none;
}
}
.btn--ghost {
background: transparent;
border-color: var(--border-hairline);
color: inherit;
}
.section--dark .btn--ghost,
.cta-band .btn--ghost {
border-color: var(--border-hairline-inverted);
color: var(--warm-white-50);
}
@media (hover: hover) and (pointer: fine) {
.btn--ghost:hover {
border-color: var(--brand-accent);
color: var(--brand-accent);
}
.section--dark .btn--ghost:hover,
.cta-band .btn--ghost:hover {
border-color: var(--brand-accent-light);
color: var(--brand-accent-light);
}
}
.btn--block {
width: 100%;
}
.cta-row {
display: flex;
flex-wrap: wrap;
gap: var(--space-sm);
}
.hero {
position: relative;
padding-block: calc(var(--space-section) * 0.85) var(--space-section);
overflow: hidden;
}
.hero__texture {
position: absolute;
inset: 0;
z-index: 0;
background: linear-gradient(120deg, var(--graphite-950) 0%, #1f2b28 45%, var(--graphite-950) 100%);
background-size: 220% 220%;
animation: hero-drift 18s var(--ease-standard) infinite alternate;
}
@media (prefers-reduced-motion: reduce) {
.hero__texture {
animation: none;
}
}
@keyframes hero-drift {
0% {
background-position: 0% 30%;
}
100% {
background-position: 100% 70%;
}
}
.film-visual {
position: absolute;
inset: 0;
z-index: 0;
width: 100%;
height: 100%;
}
.hero .film-visual {
opacity: 0.85;
}
.hero-media {
position: absolute;
inset: 0;
z-index: 0;
}
.hero-media:not(.hero-media--portrait)::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
180deg,
rgba(20, 23, 26, 0.35) 0%,
rgba(20, 23, 26, 0.41) 45%,
rgba(20, 23, 26, 0.5) 88%,
rgba(20, 23, 26, 0.94) 100%
);
pointer-events: none;
}
@media (max-width: 699px) {
.hero-media:not(.hero-media--portrait)::after {
background: linear-gradient(
180deg,
rgba(15, 18, 21, 0.48) 0%,
rgba(15, 18, 21, 0.56) 45%,
rgba(15, 18, 21, 0.66) 88%,
rgba(15, 18, 21, 0.95) 100%
);
}
.hero.section--dark p.lede {
text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
}
.hero-media__video {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
}
.hero-media__fallback {
position: absolute;
inset: 0;
}
.hero-media:not(.hero-media--portrait) .hero-media__fallback {
display: none;
}
.hero-media--video-error .hero-media__video {
display: none;
}
.hero-media--video-error .hero-media__fallback {
display: block;
}
.film-sheet {
transform-box: fill-box;
transform-origin: center;
}
.film-sheet path {
transition: opacity var(--duration-slow) var(--ease-standard);
}
.film-sheet--a {
animation: film-drift-a 16s var(--ease-standard) infinite alternate;
}
.film-sheet--b {
animation: film-drift-b 20s var(--ease-standard) infinite alternate;
}
.film-sheet--c {
animation: film-drift-c 24s var(--ease-standard) infinite alternate;
}
.film-lines {
stroke: var(--warm-white-50);
stroke-width: 1;
opacity: 0.16;
}
@keyframes film-drift-a {
0% {
transform: translate(0, 0) rotate(0deg);
}
100% {
transform: translate(-14px, 10px) rotate(-2deg);
}
}
@keyframes film-drift-b {
0% {
transform: translate(0, 0) rotate(0deg);
}
100% {
transform: translate(12px, -14px) rotate(1.5deg);
}
}
@keyframes film-drift-c {
0% {
transform: translate(0, 0) rotate(0deg);
}
100% {
transform: translate(-8px, -10px) rotate(-1deg);
}
}
@media (prefers-reduced-motion: reduce) {
.film-sheet--a,
.film-sheet--b,
.film-sheet--c {
animation: none;
}
}
.hero__content {
position: relative;
z-index: 1;
max-width: 46rem;
}
.hero-title--word-safe {
overflow-wrap: normal;
word-break: normal;
hyphens: none;
}
.hero.section--dark .hero__content {
max-width: 52rem;
}
.hero.section--dark h1 {
overflow-wrap: normal;
word-break: normal;
hyphens: none;
white-space: normal;
font-size: clamp(2.25rem, 6vw + 1rem, 6rem);
}
.hero p.lede {
font-size: var(--text-md);
color: var(--graphite-700);
max-width: 42ch;
}
.hero.section--dark p.lede {
color: var(--metal-300);
}
.hero__note {
max-width: 42ch;
margin-top: var(--space-sm);
font-size: var(--text-sm);
line-height: var(--leading-snug);
color: var(--graphite-700);
}
.hero__note + .hero__note {
margin-top: var(--space-2xs);
}
.hero--split {
padding-block: calc(var(--space-section) * 0.7) calc(var(--space-section) * 0.85);
}
.hero--split:has(.hero-split--catalog) {
padding-top: calc(var(--space-section) * 0.35);
padding-bottom: 1rem;
}
@media (min-width: 1100px) {
.hero--split:has(.hero-split--catalog) {
padding-top: calc(var(--space-section) * 0.3);
}
}
.hero--split:has(.hero-split--company) {
padding-bottom: 0.375rem;
}
.hero--split:has(.hero-split--manufacturing) {
padding-top: calc(var(--space-section) * 0.94);
padding-bottom: 0.375rem;
}
@media (min-width: 1100px) {
.hero--split:has(.hero-split--manufacturing) {
padding-top: calc(var(--space-section) * 0.775);
}
}
.hero-split__title {
font-size: clamp(2.25rem, 1.6vw + 2rem, 3.75rem);
line-height: 1.08;
max-width: 16ch;
}
.hero-split .lede {
color: var(--graphite-700);
max-width: 46ch;
margin-bottom: var(--space-lg);
}
.hero-split .cta-row {
align-items: center;
}
.hero-split__link {
display: inline-flex;
align-items: center;
gap: var(--space-2xs);
min-height: 48px;
font-weight: 600;
color: var(--graphite-950);
text-decoration: none;
border-bottom: var(--hairline) solid var(--border-hairline);
}
.hero-split__link::after {
content: "\2192";
transition: transform var(--duration-fast) var(--ease-standard);
}
@media (hover: hover) and (pointer: fine) {
.hero-split__link:hover {
color: var(--brand-accent);
border-color: var(--brand-accent);
}
.hero-split__link:hover::after {
transform: translateX(3px);
}
}
.hero-split--catalog .hero-split__link {
gap: 0.4375rem;
border-bottom: none;
transition: color 320ms var(--ease-standard);
}
.hero-split--catalog .hero-split__link::after {
content: "\203A";
font-size: 0.6875rem;
font-weight: 400;
opacity: 0.65;
}
.hero-split--company .hero-split__link {
gap: 0.4375rem;
border-bottom: none;
transition: color 320ms var(--ease-standard);
}
.hero-split--company .hero-split__link::after {
content: "\203A";
font-size: 0.6875rem;
font-weight: 400;
opacity: 0.65;
}
.hero-split__indicator {
display: flex;
justify-content: center;
margin-top: 1.75rem;
}
.scroll-indicator {
display: inline-flex;
align-items: center;
gap: var(--space-2xs);
min-height: 44px;
padding-inline: var(--space-xs);
color: var(--graphite-950);
font-size: var(--text-sm);
font-weight: 600;
text-decoration: none;
border-radius: var(--radius-sm);
transition: color var(--duration-fast) var(--ease-standard);
}
.scroll-indicator__arrow {
flex-shrink: 0;
animation: scroll-indicator-bob 2.6s ease-in-out infinite;
}
@keyframes scroll-indicator-bob {
0%,
100% {
transform: translateY(0);
opacity: 1;
}
50% {
transform: translateY(5px);
opacity: 0.6;
}
}
@media (prefers-reduced-motion: reduce) {
.scroll-indicator__arrow {
animation: none;
}
}
@media (hover: hover) and (pointer: fine) {
.scroll-indicator:hover {
color: var(--brand-accent);
}
}
@media (max-width: 767.98px) {
.hero-split__indicator {
display: none;
}
}
.company-hero-photo {
display: block;
width: 100%;
aspect-ratio: 3 / 2;
object-fit: contain;
border-radius: var(--radius-md);
box-shadow: var(--shadow-sm);
}
.manufacturing-hero-photo {
display: block;
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-md);
}
.company-stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.company-stat {
padding: 1.375rem 1.75rem;
border-left: var(--hairline) solid var(--border-hairline);
}
.company-stat:first-child {
border-left: none;
padding-left: 0;
}
.company-stat__icon {
display: block;
width: 22px;
height: 22px;
color: var(--brand-accent);
margin-bottom: var(--space-2xs);
}
.company-stat__value {
display: block;
font-family: var(--font-heading);
font-size: var(--text-xl);
font-weight: 700;
line-height: 1.1;
letter-spacing: -0.01em;
}
.company-stat__unit {
display: block;
font-size: var(--text-base);
font-weight: 600;
margin-top: var(--space-3xs);
}
.company-stat__caption {
display: block;
font-size: var(--text-sm);
line-height: 1.4;
color: var(--graphite-700);
margin-top: var(--space-2xs);
max-width: 24ch;
}
.section--mfg-stats .company-stat__value {
font-size: 2.11rem;
font-weight: 800;
}
.section--mfg-stats .company-stat__caption {
color: var(--graphite-900);
}
@media (max-width: 1099.98px) {
.company-stats {
grid-template-columns: repeat(2, 1fr);
row-gap: var(--space-lg);
}
.company-stat:nth-child(2n+1) {
border-left: none;
padding-left: 0;
}
.company-stat:nth-child(2n) {
padding-left: var(--space-lg);
}
.company-stat:nth-child(n+3) {
border-top: var(--hairline) solid var(--border-hairline);
padding-top: var(--space-lg);
}
}
@media (max-width: 599.98px) {
.company-stat {
padding: 1.25rem 1rem;
}
.company-stat__icon {
width: 20px;
height: 20px;
}
.company-stat__value {
font-size: 1.75rem;
}
.section--mfg-stats .company-stat__value {
font-size: 1.89rem;
}
}
@media (max-width: 359.98px) {
.company-stats {
grid-template-columns: 1fr;
row-gap: 0;
}
.company-stat {
border-left: none !important;
padding-left: 0 !important;
border-top: var(--hairline) solid var(--border-hairline);
}
.company-stat:first-child {
border-top: none;
}
}
.company-advantages {
display: grid;
grid-template-columns: repeat(4, 1fr);
background: var(--warm-white-100);
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-md);
}
.company-advantage {
padding: 2rem var(--space-lg);
border-left: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-sm);
transition: transform 200ms var(--ease-standard), background-color 200ms var(--ease-standard);
}
.company-advantage:first-child {
border-left: none;
}
@media (hover: hover) and (pointer: fine) {
.company-advantage:hover {
transform: translateY(-2px);
background-color: var(--warm-white-50);
}
}
@media (prefers-reduced-motion: reduce) {
.company-advantage {
transition: none;
}
}
.company-advantage__icon {
display: block;
width: 30px;
height: 30px;
color: var(--brand-accent);
margin-bottom: var(--space-md);
}
.company-advantage__title {
font-size: var(--text-md);
font-weight: 600;
margin-bottom: var(--space-3xs);
}
.company-advantage__desc {
font-size: var(--text-sm);
color: var(--graphite-700);
}
@media (max-width: 1099.98px) {
.company-advantages {
grid-template-columns: repeat(2, 1fr);
}
.company-advantage:nth-child(2n+1) {
border-left: none;
}
.company-advantage:nth-child(n+3) {
border-top: var(--hairline) solid var(--border-hairline);
}
}
@media (max-width: 599.98px) {
.company-advantages {
grid-template-columns: 1fr;
}
.company-advantage {
border-left: none;
}
.company-advantage:not(:first-child) {
border-top: var(--hairline) solid var(--border-hairline);
}
}
.card {
background: var(--surface-card);
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-md);
padding: var(--space-lg);
height: 100%;
}
.section--dark .card {
color: var(--graphite-700);
}
.section--dark .card h3 {
color: var(--graphite-950);
}
.company-info-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
background: var(--warm-white-100);
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-md);
margin-top: var(--space-lg);
}
.company-info-item {
padding: var(--space-lg);
border-left: var(--hairline) solid var(--border-hairline);
}
.company-info-grid--principles .company-info-item {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.company-info-item:first-child {
border-left: none;
}
.company-info-grid--cooperation {
overflow: hidden;
}
.company-info-grid--cooperation .company-info-item {
position: relative;
transition: background-color 200ms var(--ease-standard),
box-shadow 200ms var(--ease-standard),
transform 200ms var(--ease-standard);
}
.company-info-grid--cooperation .company-info-item::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: var(--brand-accent);
opacity: 0;
transition: opacity 200ms var(--ease-standard);
}
.company-info-grid--cooperation .company-info-item__icon {
transition: color 200ms var(--ease-standard);
}
@media (hover: hover) and (pointer: fine) {
.company-info-grid--cooperation .company-info-item:hover {
background: var(--surface-card);
box-shadow: var(--shadow-sm);
transform: translateY(-1.5px);
}
.company-info-grid--cooperation .company-info-item:hover::before {
opacity: 1;
}
.company-info-grid--cooperation .company-info-item:hover .company-info-item__icon {
color: var(--brand-accent-hover);
}
}
@media (prefers-reduced-motion: reduce) {
.company-info-grid--cooperation .company-info-item {
transition: none;
}
.company-info-grid--cooperation .company-info-item:hover {
transform: none;
}
}
.company-info-item__icon {
display: block;
color: var(--brand-accent);
margin-bottom: var(--space-sm);
}
.company-info-item__title {
font-size: var(--text-md);
font-weight: 600;
margin-bottom: var(--space-3xs);
}
.company-info-item__desc {
font-size: var(--text-sm);
color: var(--graphite-700);
}
@media (max-width: 1099.98px) {
.company-info-grid {
grid-template-columns: repeat(2, 1fr);
}
.company-info-item:nth-child(2n+1) {
border-left: none;
}
.company-info-item:nth-child(n+3) {
border-top: var(--hairline) solid var(--border-hairline);
}
}
@media (max-width: 599.98px) {
.company-info-grid {
grid-template-columns: 1fr;
}
.company-info-item {
border-left: none;
}
.company-info-item:not(:first-child) {
border-top: var(--hairline) solid var(--border-hairline);
}
}
.company-documents__intro {
max-width: 64ch;
color: var(--graphite-700);
}
.company-documents__action {
margin-top: var(--space-lg);
display: flex;
flex-direction: column;
align-items: flex-start;
gap: var(--space-sm);
}
.company-documents__cta {
border-color: rgba(20, 23, 26, 0.28);
}
.company-documents__cta::after {
content: "\203A";
font-size: 0.8125rem;
opacity: 0.75;
}
.company-documents__note {
font-size: var(--text-sm);
color: var(--graphite-700);
margin: 0;
max-width: 56ch;
}
.stat-grid.stat-grid--panel {
margin-top: var(--space-lg);
gap: calc(var(--space-lg) * 1.2);
}
.stat-grid.stat-grid--panel .stat__value {
font-weight: 800;
letter-spacing: -0.03em;
}
.approach-panel__grid {
display: grid;
gap: var(--space-xl);
margin-block: var(--space-xl);
}
@media (min-width: 900px) {
.approach-panel__grid {
grid-template-columns: 1fr 1fr;
}
}
.approach-panel__grid h3 {
color: var(--warm-white-50);
margin-bottom: var(--space-sm);
}
.approach-steps {
list-style: none;
display: flex;
flex-direction: column;
gap: var(--space-sm);
padding: 0;
margin: 0;
}
.approach-steps li {
display: flex;
gap: var(--space-sm);
align-items: baseline;
color: var(--metal-300);
font-size: var(--text-sm);
}
.approach-step__icon {
flex-shrink: 0;
align-self: flex-start;
margin-top: 0.15em;
color: var(--brand-accent-light);
}
.approach-panel__principle {
padding-top: var(--space-lg);
border-top: var(--hairline) solid var(--border-hairline-inverted);
color: var(--warm-white-50);
font-size: var(--text-md);
max-width: 60ch;
}
.card h3 {
margin-bottom: var(--space-xs);
}
.grid[data-catalog-grid] {
grid-template-columns: 1fr;
gap: 18px;
}
@media (min-width: 768px) {
.grid[data-catalog-grid] {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
}
@media (min-width: 1280px) {
.grid[data-catalog-grid] {
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}
}
.card--product {
display: flex;
flex-direction: column;
gap: 0;
padding: 0;
text-decoration: none;
color: inherit;
transition: transform 220ms var(--ease-standard),
box-shadow 220ms var(--ease-standard),
border-color 220ms var(--ease-standard);
-webkit-tap-highlight-color: transparent;
touch-action: manipulation;
}
.card--product:focus-visible {
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
border-color: var(--brand-accent);
}
@media (hover: hover) and (pointer: fine) {
.card--product:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
border-color: var(--brand-accent);
}
}
.card--industry:focus-visible {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--brand-accent);
}
@media (hover: hover) and (pointer: fine) {
.card--industry:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
border-color: var(--brand-accent);
}
}
@media (prefers-reduced-motion: reduce) {
.card--industry:hover,
.card--industry:focus-visible {
transform: none;
}
.card--product:hover,
.card--product:focus-visible,
.card--product:hover .card__media,
.card--product:focus-visible .card__media,
.card--product:hover .card__arrow,
.card--product:focus-visible .card__arrow {
transform: none;
}
}
.card--product .card__media {
aspect-ratio: 5 / 4;
display: flex;
align-items: center;
justify-content: center;
border-radius: var(--radius-md) var(--radius-md) 0 0;
overflow: hidden;
transition: transform 220ms var(--ease-standard);
}
.card--product .card__media svg {
width: 100%;
height: 100%;
max-width: 216px;
padding: var(--space-md);
box-sizing: border-box;
overflow: visible;
}
.card--product .card__media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.card--product:focus-visible .card__media {
transform: scale(1.02);
}
.card--product:focus-visible .card__media svg .film-sheet {
transform: translateY(-2px);
}
@media (hover: hover) and (pointer: fine) {
.card--product:hover .card__media {
transform: scale(1.02);
}
.card--product:hover .card__media svg .film-sheet {
transform: translateY(-2px);
}
}
.card__media--1 {
background: linear-gradient(150deg, var(--warm-white-100), var(--metal-200) 120%);
}
.card__media--2 {
background: linear-gradient(200deg, var(--metal-200), var(--warm-white-100) 130%);
}
.card__media--3 {
background: linear-gradient(110deg, var(--warm-white-100), var(--metal-200) 90%);
}
.card__media--4 {
background: linear-gradient(260deg, var(--metal-200), var(--warm-white-100) 110%);
}
.card__media--5 {
background: linear-gradient(150deg, var(--warm-white-100) 20%, var(--film-teal-a), var(--metal-200) 140%);
}
.card__media--6 {
background: linear-gradient(220deg, var(--metal-200), var(--film-teal-b), var(--warm-white-100) 140%);
}
.card--product .card__body {
position: relative;
display: flex;
flex-direction: column;
flex: 1;
gap: var(--space-2xs);
padding: var(--space-md) var(--space-lg) var(--space-lg);
border-top: var(--hairline) solid var(--border-hairline);
}
.card--product .card__title,
.card--industry .card__title {
margin: 0;
font-size: var(--text-md);
padding-right: var(--space-xl);
}
.card--product .card__desc,
.card--industry .card__desc {
font-size: var(--text-sm);
font-weight: 500;
color: var(--graphite-700);
flex: 1;
}
.card--product .card__title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.card--product .card__desc {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
color: var(--graphite-900);
}
.card--product .card__arrow,
.card--industry .card__arrow {
position: absolute;
right: var(--space-lg);
top: var(--space-md);
width: 34px;
height: 34px;
border-radius: 50%;
background: var(--warm-white-100);
border: var(--hairline) solid var(--border-hairline);
transition: background-color var(--duration-fast) var(--ease-standard),
border-color var(--duration-fast) var(--ease-standard),
transform var(--duration-fast) var(--ease-standard);
}
.card--product .card__arrow {
width: 32px;
height: 32px;
}
.card--product .card__arrow::after,
.card--industry .card__arrow::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 9px;
height: 9px;
border-right: 2px solid var(--graphite-700);
border-top: 2px solid var(--graphite-700);
transform: translate(-60%, -50%) rotate(45deg);
transition: border-color var(--duration-fast) var(--ease-standard);
}
.card--product:focus-visible .card__arrow,
.card--industry:focus-visible .card__arrow {
background: var(--brand-accent);
border-color: var(--brand-accent);
transform: translateX(2px);
}
.card--product:focus-visible .card__arrow::after,
.card--industry:focus-visible .card__arrow::after {
border-color: var(--accent-contrast);
}
@media (hover: hover) and (pointer: fine) {
.card--product:hover .card__arrow,
.card--industry:hover .card__arrow {
background: var(--brand-accent);
border-color: var(--brand-accent);
transform: translateX(2px);
}
.card--product:hover .card__arrow::after,
.card--industry:hover .card__arrow::after {
border-color: var(--accent-contrast);
}
}
.card--industry .card__arrow {
transition-duration: 260ms;
}
.card--industry:focus-visible .card__arrow {
transform: translateX(4px);
}
@media (hover: hover) and (pointer: fine) {
.card--industry:hover .card__arrow {
transform: translateX(4px);
}
}
@media (prefers-reduced-motion: reduce) {
.card--industry:hover .card__arrow,
.card--industry:focus-visible .card__arrow {
transform: none;
}
}
.card--industry {
display: flex;
flex-direction: column;
gap: 0;
padding: 0;
text-decoration: none;
color: inherit;
position: relative;
transition: transform 260ms var(--ease-standard),
box-shadow 260ms var(--ease-standard),
border-color 260ms var(--ease-standard);
}
.card--industry__media {
height: 178px;
border-radius: var(--radius-md) var(--radius-md) 0 0;
overflow: hidden;
}
.card--industry__media img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 260ms var(--ease-standard);
}
.card--industry:focus-visible .card--industry__media img {
transform: scale(1.03);
}
@media (hover: hover) and (pointer: fine) {
.card--industry:hover .card--industry__media img {
transform: scale(1.03);
}
}
@media (prefers-reduced-motion: reduce) {
.card--industry:hover .card--industry__media img,
.card--industry:focus-visible .card--industry__media img {
transform: none;
}
}
@media (min-width: 560px) {
.card--industry__media {
height: 200px;
}
}
.card--industry__body {
display: flex;
flex-direction: column;
flex: 1;
gap: 0;
padding: var(--space-sm) var(--space-lg) var(--space-md);
}
.card--industry .card__title {
padding-right: 0;
margin-top: 0;
margin-bottom: var(--space-md);
}
.card--industry .card__desc {
margin-bottom: var(--space-sm);
}
.card--industry__meta {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: var(--space-2xs) var(--space-xs);
margin-bottom: var(--space-sm);
}
.card--industry__number {
font-family: var(--font-heading);
font-weight: 700;
font-size: var(--text-xl);
color: var(--graphite-700);
}
.card--industry__badge {
font-size: var(--text-xs);
font-weight: 500;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--brand-accent);
opacity: 0.85;
text-align: right;
white-space: nowrap;
}
.card--industry__products-label {
margin: 0 0 var(--space-sm);
font-size: 0.7rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--graphite-700);
opacity: 0.55;
}
.card--industry .card__arrow {
position: relative;
align-self: flex-end;
margin-top: auto;
}
.card--industry__products {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: var(--space-3xs);
padding: 0;
margin: 0;
}
.card--industry__products li {
font-size: var(--text-xs);
padding: var(--space-3xs) var(--space-xs);
border-radius: 999px;
background: var(--warm-white-100);
color: var(--graphite-700);
}
@media (max-width: 752px) {
.card--industry {
height: auto;
min-height: 0;
}
}
.stat-grid {
display: grid;
grid-template-columns: 1fr;
gap: var(--space-lg);
}
@media (min-width: 560px) {
.stat-grid {
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
}
.stat {
border-left: var(--hairline) solid rgba(250, 248, 245, 0.12);
padding-left: var(--space-md);
}
.stat__value {
font-family: var(--font-heading);
font-size: var(--text-2xl);
font-weight: 700;
line-height: 1;
letter-spacing: -0.01em;
display: block;
margin-bottom: var(--space-2xs);
}
.stat__value-anim {
font-variant-numeric: tabular-nums;
}
.no-js .stat__value-anim {
display: none;
}
.no-js .stat__value .visually-hidden {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
clip-path: none;
white-space: normal;
}
.stat__unit {
display: block;
font-size: var(--text-base);
font-weight: 600;
color: var(--warm-white-50);
margin-bottom: var(--space-2xs);
overflow-wrap: normal;
word-break: keep-all;
}
.stat__label {
display: block;
font-size: var(--text-sm);
color: #b7bcc1;
}
.stat__icon {
display: inline-block;
width: 21px;
height: 21px;
flex-shrink: 0;
vertical-align: -5px;
margin-right: 9px;
color: var(--brand-accent-light);
}
.contact-block h2 {
font-size: var(--text-lg);
margin-top: var(--space-lg);
}
.contact-block h2:first-child {
margin-top: 0;
}
.contact-block__note {
font-size: var(--text-sm);
color: var(--graphite-700);
}
.contact-block__big {
display: block;
font-family: var(--font-heading);
font-weight: 700;
font-size: var(--text-lg);
color: var(--graphite-950);
text-decoration: none;
margin-bottom: var(--space-2xs);
}
@media (hover: hover) and (pointer: fine) {
.contact-block__big:hover {
color: var(--brand-accent);
}
}
.contact-block__signature {
color: var(--graphite-700);
margin-bottom: var(--space-lg);
}
.map-card {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--space-lg);
padding: var(--space-lg);
background: var(--surface-card);
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-md);
text-decoration: none;
color: inherit;
transition: border-color var(--duration-fast) var(--ease-standard),
box-shadow var(--duration-fast) var(--ease-standard);
}
.map-card__text {
min-width: 0;
flex: 1;
}
@media (hover: hover) and (pointer: fine) {
.map-card:hover {
border-color: var(--brand-accent);
box-shadow: var(--shadow-md);
}
}
.map-card__pin {
flex-shrink: 0;
width: 64px;
height: 64px;
}
.map-card__text {
display: flex;
flex-direction: column;
gap: var(--space-3xs);
}
.map-card__title {
font-family: var(--font-heading);
font-weight: 700;
font-size: var(--text-md);
}
.map-card__address {
color: var(--graphite-700);
}
.map-card__cta {
color: var(--brand-accent);
font-weight: 600;
margin-top: var(--space-2xs);
}
.stock-visual {
width: 100%;
height: auto;
max-width: 480px;
}
.stock-crate {
opacity: 0;
transform: translateY(14px);
transition: opacity var(--duration-slow) var(--ease-standard),
transform var(--duration-slow) var(--ease-standard);
}
[data-reveal].is-visible .stock-crate {
opacity: 1;
transform: translateY(0);
}
.stock-crate:nth-of-type(1) {
transition-delay: 0ms;
}
.stock-crate:nth-of-type(2) {
transition-delay: 90ms;
}
.stock-crate:nth-of-type(3) {
transition-delay: 180ms;
}
.stock-crate:nth-of-type(4) {
transition-delay: 270ms;
}
.stock-crate:nth-of-type(5) {
transition-delay: 360ms;
}
@media (prefers-reduced-motion: reduce) {
.stock-crate {
transition-delay: 0ms !important;
}
}
.catalog-toolbar {
margin-bottom: var(--space-lg);
}
.catalog-search {
position: relative;
display: block;
margin-bottom: var(--space-sm);
}
.catalog-search input {
width: 100%;
max-width: 26rem;
min-height: 44px;
font: inherit;
font-size: var(--text-base);
padding: var(--space-2xs) var(--space-md) var(--space-2xs) 2.75rem;
border: var(--hairline) solid rgba(20, 23, 26, 0.28);
border-radius: var(--radius-sm);
background: var(--surface-card);
transition: border-color 200ms var(--ease-standard);
}
.catalog-search input:focus-visible {
outline: 3px solid var(--brand-accent);
outline-offset: 1px;
border-color: var(--brand-accent);
}
.catalog-search__icon {
position: absolute;
left: var(--space-sm);
top: 50%;
transform: translateY(-50%);
color: var(--graphite-700);
pointer-events: none;
}
.catalog-filters {
display: flex;
flex-wrap: wrap;
gap: var(--space-2xs);
}
.catalog-pill {
display: inline-flex;
align-items: center;
min-height: 44px;
font: inherit;
font-size: var(--text-sm);
padding: var(--space-2xs) var(--space-md);
border: var(--hairline) solid rgba(20, 23, 26, 0.24);
border-radius: 999px;
background: var(--surface-card);
cursor: pointer;
transition: background-color 180ms var(--ease-standard),
border-color 180ms var(--ease-standard),
color 180ms var(--ease-standard);
}
@media (hover: hover) and (pointer: fine) {
.catalog-pill:hover {
border-color: var(--brand-accent);
color: var(--brand-accent);
}
}
.catalog-pill:focus-visible {
outline: 3px solid var(--brand-accent);
outline-offset: 2px;
}
.catalog-pill[aria-pressed="true"] {
background: var(--brand-accent);
border-color: var(--brand-accent);
color: var(--accent-contrast);
}
.catalog-empty {
margin-top: var(--space-lg);
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--space-md);
color: var(--graphite-700);
}
.catalog-empty[hidden] {
display: none;
}
.catalog-empty p {
margin: 0;
}
[data-catalog-item][hidden] {
display: none;
}
.catalog-showcase {
position: relative;
width: calc(100% + 74px);
margin-left: -74px;
margin-top: -8px;
aspect-ratio: 6 / 5;
}
.catalog-showcase__glow {
position: absolute;
inset: 13%;
z-index: 0;
border-radius: 50%;
background: radial-gradient(
ellipse at 52% 46%,
var(--warm-white-100) 0%,
var(--metal-200) 60%,
transparent 100%
);
opacity: 0.43;
}
@keyframes catalog-showcase-in {
from {
opacity: 0;
transform: translateY(12px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.catalog-showcase__main {
position: absolute;
z-index: 2;
left: 5%;
top: 2%;
width: 58.3%;
height: auto;
aspect-ratio: 5 / 4;
object-fit: cover;
border-radius: var(--radius-md);
box-shadow: var(--shadow-lg), 0 40px 78px -30px rgba(20, 23, 26, 0.26);
transition: box-shadow 220ms var(--ease-standard);
animation: catalog-showcase-in 580ms var(--ease-standard) both;
}
@media (hover: hover) and (pointer: fine) {
.catalog-showcase__main:hover {
box-shadow: var(--shadow-lg), 0 42px 80px -29px rgba(20, 23, 26, 0.273);
}
}
.catalog-showcase__tile {
position: absolute;
z-index: 1;
height: auto;
aspect-ratio: 5 / 4;
object-fit: cover;
border-radius: var(--radius-md);
filter: brightness(1.06) contrast(1.03) saturate(1.01);
animation: catalog-showcase-in 580ms var(--ease-standard) both;
}
.catalog-showcase__tile--sleeve {
width: 34.5%;
right: 0;
top: 0;
box-shadow: var(--shadow-md);
animation-delay: 580ms;
}
.catalog-showcase__tile--bags {
width: 29%;
right: 5%;
top: 35.9%;
box-shadow: var(--shadow-sm);
animation-delay: 700ms;
}
.catalog-showcase__tile--sack {
width: 33%;
right: 11%;
top: 67%;
box-shadow: var(--shadow-sm);
animation-delay: 820ms;
}
@media (prefers-reduced-motion: reduce) {
.catalog-showcase__main,
.catalog-showcase__tile {
animation: none;
opacity: 1;
transform: none;
}
}
@media (max-width: 1099.98px) {
.hero-split__visual--catalog {
display: none;
}
}
.badge {
display: inline-flex;
align-items: center;
gap: var(--space-2xs);
font-size: var(--text-xs);
font-weight: 600;
padding: var(--space-3xs) var(--space-xs);
border-radius: var(--radius-sm);
border: var(--hairline) solid currentColor;
}
.badge--needs-owner {
color: #8a5a10;
background: #fbf1de;
}
.note-box {
border: var(--hairline) solid var(--border-hairline);
border-left: 3px solid var(--brand-accent);
border-radius: var(--radius-sm);
padding: var(--space-md);
background: var(--warm-white-100);
font-size: var(--text-sm);
}
.section--dark .note-box {
background: rgba(250, 248, 245, 0.06);
border-color: var(--border-hairline-inverted);
}
.faq-item {
border-bottom: var(--hairline) solid var(--border-hairline);
padding-block: var(--space-sm);
}
.faq-item summary {
cursor: pointer;
font-family: var(--font-heading);
font-weight: 600;
font-size: var(--text-md);
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
gap: var(--space-md);
}
.faq-item summary::-webkit-details-marker {
display: none;
}
.faq-item summary::after {
content: "+";
font-size: var(--text-lg);
color: var(--brand-accent);
flex-shrink: 0;
}
.faq-item[open] summary::after {
content: "\2212";
}
.faq-item p {
margin-top: var(--space-sm);
color: var(--graphite-700);
}
.mfg-faq .faq-item {
padding-block: 1.3125rem;
}
.mfg-faq .faq-item summary {
gap: var(--space-lg);
transition: color 200ms var(--ease-standard);
}
@media (hover: hover) and (pointer: fine) {
.mfg-faq .faq-item summary:hover {
color: var(--brand-accent);
}
}
.mfg-faq .faq-item summary:focus-visible {
color: var(--brand-accent);
}
.prose {
max-width: 74ch;
}
.cta-band {
background: var(--graphite-950);
color: var(--warm-white-50);
border-radius: var(--radius-md);
padding: 32px 28px;
display: flex;
flex-direction: column;
gap: var(--space-md);
}
@media (min-width: 900px) {
.cta-band {
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: var(--space-xl);
}
}
.cta-band__eyebrow {
margin: 0 0 var(--space-2xs);
font-size: var(--text-xs);
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--brand-accent-light);
}
.cta-band__text h2 {
margin-bottom: var(--space-2xs);
color: var(--warm-white-50);
}
.cta-band__text p {
margin: 0;
color: var(--metal-300);
}
.mfg-final-cta .btn--primary,
.catalog-final-cta .btn--primary {
min-height: 53px;
}
.mfg-final-cta .btn--primary::after,
.catalog-final-cta .btn--primary::after {
margin-left: 0.625rem;
}
.form {
display: flex;
flex-direction: column;
gap: var(--space-md);
max-width: 40rem;
}
.field {
display: flex;
flex-direction: column;
gap: var(--space-2xs);
}
.field label {
font-size: var(--text-sm);
font-weight: 600;
}
.field-optional {
font-weight: 400;
font-size: var(--text-xs);
color: var(--graphite-700);
}
.field input,
.field select,
.field textarea {
font: inherit;
font-size: var(--text-base);
padding: var(--space-sm);
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-sm);
background: var(--surface-card);
color: var(--graphite-950);
min-height: 48px;
}
.field textarea {
min-height: 120px;
resize: vertical;
}
.radio-option {
display: flex;
align-items: center;
gap: var(--space-2xs);
font-weight: 400;
margin-bottom: var(--space-2xs);
}
fieldset.field {
border: none;
padding: 0;
margin: 0;
}
fieldset.field legend {
font-size: var(--text-sm);
font-weight: 600;
padding: 0;
margin-bottom: var(--space-2xs);
}
.field--checkbox {
flex-direction: row;
align-items: flex-start;
gap: var(--space-xs);
}
.field--checkbox input {
min-height: auto;
width: 20px;
height: 20px;
margin-top: 2px;
}
.field-hint {
font-size: var(--text-xs);
color: var(--graphite-700);
}
.field-error {
display: block;
margin-top: var(--space-2xs);
font-size: var(--text-sm);
font-weight: 600;
color: var(--danger);
}
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
border-color: var(--danger);
box-shadow: 0 0 0 2px rgba(168, 64, 47, 0.18);
}
.form-status {
border-radius: var(--radius-sm);
padding: var(--space-sm) var(--space-md);
font-size: var(--text-sm);
display: none;
}
.form-status[data-state="success"] {
display: block;
background: #e7f2ee;
color: #1f5142;
border: var(--hairline) solid #bcdccf;
}
.form-status[data-state="error"] {
display: block;
background: #fbeae7;
color: #7a2a1c;
border: var(--hairline) solid #f0c7bd;
}
.demo-tag {
font-size: var(--text-xs);
color: var(--graphite-700);
border: var(--hairline) dashed var(--metal-400);
border-radius: var(--radius-sm);
padding: var(--space-2xs) var(--space-sm);
display: inline-block;
}
.mfg-spec-form .form {
max-width: 780px;
gap: var(--space-sm);
}
.mfg-spec-form .field textarea {
min-height: 160px;
}
.mfg-spec-form .field input::placeholder,
.mfg-spec-form .field textarea::placeholder {
color: var(--graphite-700);
opacity: 1;
}
.mfg-spec-form button[type="submit"] {
margin-top: -0.5rem;
min-height: 53px;
}
@media (min-width: 640px) {
.mfg-spec-form .form {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: var(--space-md);
row-gap: var(--space-sm);
}
.mfg-spec-form .field:nth-of-type(1) {
grid-column: 1;
}
.mfg-spec-form .field:nth-of-type(2) {
grid-column: 2;
}
.mfg-spec-form .field:nth-of-type(3),
.mfg-spec-form .field:nth-of-type(4) {
grid-column: 1 / -1;
}
.mfg-spec-form .field:nth-of-type(5) {
grid-column: 1;
}
.mfg-spec-form .field:nth-of-type(6) {
grid-column: 2;
}
.mfg-spec-form .field--checkbox,
.mfg-spec-form button[type="submit"],
.mfg-spec-form .form-status {
grid-column: 1 / -1;
}
}
.ai-config {
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-md);
background: var(--surface-card);
overflow: hidden;
}
.ai-config__intro {
padding: var(--space-2xl) var(--space-lg);
text-align: center;
max-width: 36rem;
margin-inline: auto;
}
.ai-config__header strong {
display: block;
font-family: var(--font-heading);
font-size: var(--text-lg);
margin-bottom: var(--space-sm);
}
.ai-config__header p {
color: var(--graphite-700);
margin-bottom: var(--space-lg);
}
.ai-config__body {
display: grid;
gap: 0;
}
.ai-config__body[hidden] {
display: none;
}
@media (min-width: 900px) {
.ai-config__body {
grid-template-columns: 1fr 320px;
}
}
.ai-config__main {
padding: var(--space-xl) var(--space-lg);
min-height: 420px;
display: flex;
flex-direction: column;
}
.ai-config__progress {
margin-bottom: var(--space-xl);
}
.ai-config__dots {
display: flex;
gap: var(--space-2xs);
margin-bottom: var(--space-xs);
}
.ai-config__dot {
height: 4px;
flex: 1;
border-radius: 999px;
background: var(--border-hairline);
}
.ai-config__dot[data-state="done"] {
background: var(--brand-accent);
}
.ai-config__dot[data-state="current"] {
background: var(--brand-accent-light);
}
.ai-config__step-label {
font-size: var(--text-xs);
color: var(--graphite-700);
text-transform: uppercase;
letter-spacing: 0.08em;
}
.ai-config__step {
flex: 1;
}
.ai-config__question {
font-size: var(--text-xl);
margin-bottom: var(--space-sm);
}
.ai-config__hint {
color: var(--graphite-700);
font-size: var(--text-sm);
margin-bottom: var(--space-lg);
}
.ai-config__choices {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: var(--space-sm);
}
.ai-choice-card {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-sm);
min-height: 64px;
padding: var(--space-sm) var(--space-md);
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-md);
background: var(--surface-card);
font: inherit;
font-weight: 600;
text-align: left;
cursor: pointer;
transition: border-color var(--duration-fast) var(--ease-standard),
background-color var(--duration-fast) var(--ease-standard);
}
@media (hover: hover) and (pointer: fine) {
.ai-choice-card:hover {
border-color: var(--brand-accent);
}
}
.ai-choice-card__check {
width: 20px;
height: 20px;
flex-shrink: 0;
border-radius: 50%;
border: var(--hairline) solid var(--border-hairline);
}
.ai-choice-card[aria-pressed="true"] {
border-color: var(--brand-accent);
background: var(--warm-white-100);
}
.ai-choice-card[aria-pressed="true"] .ai-choice-card__check {
background: var(--brand-accent);
border-color: var(--brand-accent);
}
.ai-config__error {
color: var(--danger);
background: #fbeae7;
border: var(--hairline) solid #f0c7bd;
border-radius: var(--radius-sm);
padding: var(--space-sm) var(--space-md);
font-size: var(--text-sm);
margin-top: var(--space-lg);
}
.ai-config__nav {
display: flex;
justify-content: space-between;
gap: var(--space-sm);
margin-top: var(--space-xl);
padding-top: var(--space-lg);
border-top: var(--hairline) solid var(--border-hairline);
}
.ai-config__nav [data-back] {
margin-right: auto;
}
.ai-config__summary {
background: var(--warm-white-100);
padding: var(--space-xl) var(--space-lg);
border-top: var(--hairline) solid var(--border-hairline);
}
@media (min-width: 900px) {
.ai-config__summary {
border-top: none;
border-left: var(--hairline) solid var(--border-hairline);
}
}
.ai-config__summary h2 {
font-size: var(--text-sm);
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: var(--space-md);
}
.ai-config__summary-list {
display: flex;
flex-direction: column;
gap: var(--space-sm);
margin: 0;
}
.ai-config__summary-row dt {
font-size: var(--text-xs);
color: var(--graphite-700);
text-transform: uppercase;
letter-spacing: 0.04em;
}
.ai-config__summary-row dd {
margin: 0;
font-weight: 600;
}
.ai-config__summary-row[data-answered="false"] dd {
color: var(--graphite-700);
font-weight: 400;
}
.ai-config__fallback {
margin-top: var(--space-lg);
}
.ai-summary-table {
width: 100%;
border-collapse: collapse;
font-size: var(--text-sm);
}
.ai-summary-table th,
.ai-summary-table td {
text-align: left;
padding: var(--space-2xs) var(--space-sm);
border-bottom: var(--hairline) solid var(--border-hairline);
}
.manufacturing-product-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 1.75rem;
}
.manufacturing-product-card {
display: flex;
flex-direction: column;
gap: var(--space-2xs);
text-decoration: none;
color: inherit;
cursor: pointer;
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-sm);
padding: var(--space-2xs);
transition: border-color 200ms var(--ease-standard),
transform 200ms var(--ease-standard),
box-shadow 200ms var(--ease-standard);
}
@media (hover: hover) and (pointer: fine) {
.manufacturing-product-card:hover {
border-color: var(--brand-accent);
transform: scale(1.018) translateY(-2.5px);
box-shadow: var(--shadow-md);
}
}
.manufacturing-product-card:focus-visible {
border-color: var(--brand-accent);
outline: 3px solid var(--brand-accent);
outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
.manufacturing-product-card {
transition: border-color 200ms var(--ease-standard);
}
.manufacturing-product-card:hover {
transform: none;
}
}
.manufacturing-product-card__media {
aspect-ratio: 1 / 1;
border-radius: var(--radius-sm);
overflow: hidden;
background: var(--warm-white-100);
}
.manufacturing-product-card__media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.manufacturing-product-card__name {
font-size: var(--text-sm);
font-weight: 600;
padding: 0 var(--space-3xs) var(--space-3xs);
}
.manufacturing-product-card__description {
font-size: 0.875rem;
line-height: 1.5;
font-weight: 400;
color: var(--graphite-700);
padding: 0 var(--space-3xs) var(--space-2xs);
}
@media (max-width: 1099.98px) {
.manufacturing-product-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 599.98px) {
.manufacturing-product-grid {
grid-template-columns: 1fr;
}
.manufacturing-product-card {
flex-direction: row;
align-items: center;
}
.manufacturing-product-card__media {
width: 64px;
height: 64px;
flex-shrink: 0;
aspect-ratio: auto;
}
.manufacturing-product-card__name {
padding: 0;
}
}
.mfg-params__intro {
max-width: 64ch;
color: var(--graphite-700);
margin-bottom: 1.375rem;
}
.mfg-params-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2.625rem var(--space-md);
}
@media (min-width: 1280px) {
.mfg-params-grid {
grid-template-columns: repeat(4, 1fr);
}
}
@media (max-width: 1099.98px) {
.mfg-params-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 599.98px) {
.mfg-params-grid {
grid-template-columns: 1fr;
}
}
.mfg-param__icon {
display: block;
color: var(--brand-accent);
margin-bottom: var(--space-sm);
}
.mfg-param__title {
font-size: var(--text-md);
font-weight: 600;
margin-bottom: var(--space-3xs);
min-height: 2.55rem;
}
.mfg-param__desc {
font-size: var(--text-sm);
color: var(--graphite-900);
}
.mfg-timeline {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: var(--space-md);
}
.mfg-timeline__step {
border-top: 2px solid var(--brand-accent);
padding-top: var(--space-md);
}
.mfg-timeline__number {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
margin-top: -17px;
margin-bottom: var(--space-sm);
border-radius: 50%;
background: var(--brand-accent);
color: var(--accent-contrast);
font-family: var(--font-heading);
font-size: var(--text-xs);
font-weight: 700;
letter-spacing: 0.02em;
}
.mfg-timeline__title {
font-size: var(--text-base);
font-weight: 600;
margin-bottom: var(--space-3xs);
min-height: 2rem;
}
.mfg-timeline__desc {
font-size: var(--text-sm);
color: var(--graphite-700);
}
@media (max-width: 1099.98px) {
.mfg-timeline {
grid-template-columns: repeat(3, 1fr);
row-gap: var(--space-lg);
}
}
@media (max-width: 599.98px) {
.mfg-timeline {
grid-template-columns: 1fr;
row-gap: var(--space-lg);
}
.mfg-timeline__step {
position: relative;
display: flex;
align-items: flex-start;
gap: var(--space-md);
border-top: none;
padding-top: 0;
}
.mfg-timeline__step:not(:last-child)::after {
content: "";
position: absolute;
left: 14px;
top: 30px;
bottom: -1.5rem;
width: 2px;
background: var(--brand-accent-light);
}
.mfg-timeline__number {
margin-top: 0;
margin-bottom: 0;
flex-shrink: 0;
}
.mfg-timeline__body {
flex: 1;
min-width: 0;
}
.mfg-timeline__title {
min-height: 0;
}
}
.mfg-trust {
list-style: none;
margin: 0 0 var(--space-md);
padding: 0;
display: flex;
flex-direction: column;
gap: var(--space-sm);
}
@media (min-width: 700px) {
.mfg-trust {
flex-direction: row;
flex-wrap: wrap;
gap: var(--space-xl);
}
}
.mfg-trust__item {
display: flex;
align-items: baseline;
gap: var(--space-2xs);
font-size: var(--text-sm);
font-weight: 600;
}
.mfg-trust__icon {
flex-shrink: 0;
align-self: flex-start;
margin-top: 0.15em;
color: var(--brand-accent);
}
.mfg-trust__link {
margin: 0;
}
[data-reveal] {
opacity: 0;
transform: translateY(20px);
transition: opacity var(--duration-slow) var(--ease-standard),
transform var(--duration-slow) var(--ease-standard);
}
[data-reveal].is-visible {
opacity: 1;
transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
[data-reveal] {
opacity: 1;
transform: none;
transition: none;
}
}
.no-js [data-reveal] {
opacity: 1;
transform: none;
}
.hero [data-reveal],
.homehero [data-reveal],
.hero-split [data-reveal],
.pd-hero [data-reveal] {
opacity: 1;
transform: none;
transition: none;
}
.recycled-hero {
padding-block: var(--space-lg) var(--space-2xl);
}
.recycled-hero__inner {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 64px;
align-items: center;
}
.recycled-hero__text {
max-width: 620px;
}
.recycled-hero__title {
margin: var(--space-xs) 0 var(--space-md);
font-size: clamp(2.25rem, 3vw + 1rem, 3.25rem);
line-height: 1.06;
overflow-wrap: normal;
word-break: normal;
}
.recycled-hero__lede {
max-width: 34rem;
margin: 0 0 var(--space-lg);
font-size: var(--text-md);
line-height: var(--leading-normal);
color: var(--graphite-900);
}
.recycled-hero__visual {
position: relative;
min-width: 0;
}
.recycled-hero__photo {
display: block;
width: 100%;
aspect-ratio: 5 / 4;
object-fit: cover;
border-radius: var(--radius-lg);
border: var(--hairline) solid var(--border-hairline);
box-shadow: var(--shadow-sm);
}
.recycled-hero__card {
position: absolute;
left: var(--space-md);
bottom: var(--space-md);
max-width: calc(100% - var(--space-md) * 2);
padding: var(--space-sm) var(--space-md);
background: var(--brand-accent);
color: var(--accent-contrast);
border-radius: var(--radius-md);
box-shadow: var(--shadow-md);
}
.recycled-hero__card-value {
display: block;
font-family: var(--font-heading);
font-weight: 700;
font-size: 1.5rem;
line-height: 1.1;
}
.recycled-hero__card-label {
display: block;
margin-top: 2px;
font-size: var(--text-sm);
opacity: 0.92;
}
.recycled-facts {
padding-block: var(--space-lg) var(--space-2xl);
scroll-margin-top: calc(var(--mobile-header-height) + 16px);
}
.recycled-info {
padding-block: 0 var(--space-2xl);
}
.recycled-cta {
padding-block: 0 var(--space-2xl);
}
.recycled-facts__grid {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: var(--space-lg);
}
.recycled-facts__item {
display: flex;
flex-direction: column;
gap: var(--space-2xs);
padding-top: var(--space-md);
border-top: 2px solid var(--brand-accent);
}
.recycled-facts__item-title {
font-family: var(--font-heading);
font-weight: 600;
font-size: 1.0625rem;
color: var(--graphite-950);
}
.recycled-facts__item-body {
font-size: 0.95rem;
line-height: 1.55;
color: var(--graphite-700);
}
.recycled-info__inner {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
gap: 64px;
align-items: start;
}
.recycled-info__title,
.recycled-info__aside-title {
margin: 0 0 var(--space-sm);
font-size: clamp(1.625rem, 1.3rem + 1vw, 2rem);
line-height: var(--leading-snug);
}
.recycled-info__body {
max-width: 40rem;
font-size: 1.0625rem;
line-height: 1.65;
color: var(--graphite-900);
margin: 0 0 var(--space-md);
}
.recycled-info__list {
margin: 0;
padding-left: 1.15rem;
max-width: 40rem;
}
.recycled-info__list li {
font-size: 1.0625rem;
line-height: 1.6;
color: var(--graphite-900);
margin-bottom: var(--space-2xs);
}
.recycled-info__aside {
padding: var(--space-lg);
background: rgba(47, 111, 94, 0.06);
border: var(--hairline) solid rgba(47, 111, 94, 0.22);
border-radius: var(--radius-md);
}
.recycled-info__aside-title {
font-size: 1.25rem;
}
.recycled-info__aside-body {
font-size: 1rem;
line-height: 1.6;
color: var(--graphite-900);
margin: 0 0 var(--space-sm);
}
.recycled-info__aside-note {
margin: 0;
font-size: var(--text-sm);
line-height: 1.55;
color: var(--graphite-700);
}
.recycled-cta__box {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-lg);
flex-wrap: wrap;
padding: var(--space-lg) var(--space-xl);
background: rgba(47, 111, 94, 0.06);
border: var(--hairline) solid var(--border-hairline);
border-radius: var(--radius-lg);
}
.recycled-cta__title {
margin: 0 0 var(--space-2xs);
font-size: clamp(1.375rem, 1.1rem + 1vw, 1.75rem);
line-height: var(--leading-snug);
}
.recycled-cta__body {
margin: 0;
max-width: 42rem;
font-size: 1rem;
line-height: 1.6;
color: var(--graphite-700);
}
.recycled-cta__box .btn {
flex: none;
}
@media (max-width: 1023px) {
.recycled-hero__inner,
.recycled-info__inner {
grid-template-columns: 1fr;
gap: var(--space-xl);
}
.recycled-hero__text {
max-width: none;
}
.recycled-hero__visual {
max-width: 560px;
}
.recycled-facts__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.recycled-hero {
padding-block: var(--space-sm) var(--space-xl);
}
.recycled-hero__title {
font-size: clamp(2.125rem, 8vw, 2.5rem);
}
.recycled-hero .cta-row,
.recycled-cta__box {
flex-wrap: wrap;
}
.recycled-hero .cta-row .btn {
min-height: 44px;
display: inline-flex;
align-items: center;
}
.recycled-facts__grid {
grid-template-columns: 1fr;
gap: var(--space-md);
}
.recycled-cta__box .btn {
width: 100%;
justify-content: center;
}
}
@media (min-width:1100px) and (max-width:1279px){
.site-header__bar{gap:16px}
.site-header__bar>.logo{flex-shrink:0;white-space:nowrap}
.primary-nav__list{gap:12px}
.header-actions--desktop{gap:8px;flex-shrink:0}
.header-actions--desktop>.btn{padding-inline:16px;font-size:13px}
}
html[lang="ru"] h1 {
overflow-wrap: normal;
word-break: normal;
hyphens: none;
}
html[lang="ru"] :is(.split, .hero-split, .cta-row) > * {
min-width: 0;
}
html[lang="ru"] .btn {
max-width: 100%;
white-space: normal;
}
html[lang="ru"] .header-actions--desktop .btn {
white-space: nowrap;
padding-inline: 1.25rem;
}
html[lang="ru"] .hero.section--dark .hero__content {
max-width: 56rem;
}
@media (min-width: 1100px) {
html[lang="ru"] .hero-split--company h1 {
font-size: clamp(2rem, 3.4vw + .1rem, 3.1rem);
}
}
@media (max-width: 767px) {
html[lang="ru"] h1,
html[lang="ru"] .hero.section--dark h1 {
font-size: clamp(1.75rem, 7vw + .3rem, 3.5rem);
line-height: 1.08;
}
}
