:root {
color-scheme: light;
--ink: #111817;
--muted: #5d6763;
--line: #dfe5df;
--panel: #f6f7f3;
--white: #ffffff;
--forest: #18392f;
--forest-2: #0c241d;
--accent: #c7432f;
--steel: #2e3a40;
--shadow: 0 20px 55px rgba(17, 24, 23, 0.14);
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
background: var(--white);
color: var(--ink);
font-family:
Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
sans-serif;
letter-spacing: 0;
}
a {
color: inherit;
text-decoration: none;
}
.site-header {
position: fixed;
z-index: 20;
top: 0;
left: 0;
right: 0;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 24px;
min-height: 72px;
padding: 14px clamp(18px, 4vw, 56px);
color: var(--white);
background: rgba(10, 21, 18, 0.74);
backdrop-filter: blur(18px);
border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.brand,
.nav,
.hero-actions,
.proof-strip {
display: flex;
align-items: center;
}
.brand {
gap: 10px;
font-weight: 800;
font-size: 1.08rem;
}
.brand img {
display: block;
width: clamp(160px, 16vw, 230px);
height: auto;
max-height: 48px;
object-fit: contain;
}
.nav {
justify-content: center;
gap: clamp(14px, 3vw, 34px);
color: rgba(255, 255, 255, 0.84);
font-size: 0.95rem;
}
.nav a,
.header-action {
min-height: 40px;
display: inline-flex;
align-items: center;
}
.nav a:hover,
.header-action:hover {
color: var(--white);
}
.header-action {
padding: 0 18px;
background: var(--white);
color: var(--forest-2);
font-weight: 750;
}
.hero {
position: relative;
min-height: 84vh;
display: grid;
align-items: end;
overflow: hidden;
background: var(--forest-2);
}
.hero > img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: 55% 100%;
}
.hero-overlay {
position: absolute;
inset: 0;
background:
linear-gradient(90deg, rgba(7, 18, 15, 0.9) 0%, rgba(7, 18, 15, 0.5) 38%, rgba(7, 18, 15, 0.12) 70%, rgba(7, 18, 15, 0) 100%),
linear-gradient(0deg, rgba(7, 18, 15, 0.46) 0%, rgba(7, 18, 15, 0) 42%);
}
.hero-content {
position: relative;
z-index: 2;
width: min(1160px, calc(100% - 36px));
margin: 0 auto;
padding: 96px 0 74px;
color: var(--white);
}
.eyebrow,
.section-kicker,
.tag {
margin: 0;
color: var(--accent);
font-size: 0.78rem;
font-weight: 850;
letter-spacing: 0;
text-transform: uppercase;
}
.hero-brand {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 58px;
margin-bottom: 18px;
padding: 8px 18px;
color: var(--white);
background: rgba(8, 18, 15, 0.72);
border: 1px solid rgba(255, 255, 255, 0.22);
backdrop-filter: blur(10px);
}
.hero-brand img {
position: static;
width: min(220px, 54vw);
height: auto;
display: block;
}
h1,
h2,
h3,
p {
margin-top: 0;
}
h1 {
max-width: 820px;
margin-bottom: 16px;
font-size: clamp(2.45rem, 5.15vw, 5rem);
line-height: 1;
letter-spacing: 0;
}
.lead {
max-width: 610px;
margin-bottom: 22px;
color: rgba(255, 255, 255, 0.84);
font-size: clamp(1.04rem, 1.72vw, 1.22rem);
line-height: 1.55;
}
.hero-actions {
gap: 12px;
flex-wrap: wrap;
}
.button {
min-height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 22px;
font-weight: 800;
border: 1px solid transparent;
}
.button.primary {
background: var(--accent);
color: var(--white);
}
.button.secondary {
background: rgba(255, 255, 255, 0.12);
color: var(--white);
border-color: rgba(255, 255, 255, 0.34);
}
.proof-strip {
max-width: 960px;
gap: 0;
flex-wrap: wrap;
margin-top: 28px;
border: 1px solid rgba(255, 255, 255, 0.18);
background: rgba(255, 255, 255, 0.08);
}
.proof-strip a {
flex: 1 1 220px;
min-height: 62px;
display: flex;
align-items: center;
padding: 14px 18px;
color: rgba(255, 255, 255, 0.86);
border-right: 1px solid rgba(255, 255, 255, 0.16);
font-weight: 700;
text-decoration: none;
transition: background 180ms ease, color 180ms ease;
}
.proof-strip a:hover {
background: rgba(255, 255, 255, 0.12);
color: var(--white);
}
.proof-strip a:last-child {
border-right: 0;
}
.section,
.contact {
width: min(1160px, calc(100% - 36px));
margin: 0 auto;
padding: clamp(56px, 8vw, 96px) 0;
}
.intro,
.split,
.highlight,
.contact {
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
gap: clamp(28px, 6vw, 72px);
align-items: start;
}
.section h2,
.contact h2 {
margin-bottom: 0;
font-size: clamp(2rem, 4vw, 3.5rem);
line-height: 1.06;
letter-spacing: 0;
}
.intro p,
.highlight p,
.contact-panel p {
color: var(--muted);
font-size: 1.06rem;
line-height: 1.7;
}
.section-heading {
display: flex;
align-items: end;
justify-content: space-between;
gap: 24px;
margin-bottom: 26px;
}
.product-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
border-top: 1px solid var(--line);
border-left: 1px solid var(--line);
}
.product-card {
min-height: 230px;
padding: 24px;
background: var(--white);
border-right: 1px solid var(--line);
border-bottom: 1px solid var(--line);
color: inherit;
text-decoration: none;
transition: background 180ms ease, border-color 180ms ease;
}
.product-card:hover {
background: #fbfafa;
}
.product-card.featured {
grid-column: span 2;
background: var(--forest);
color: var(--white);
}
.product-card.featured:hover {
background: var(--forest);
}
.product-card h3,
.service-list h3 {
margin-bottom: 12px;
font-size: 1.34rem;
line-height: 1.18;
}
.product-card p,
.service-list p {
color: var(--muted);
line-height: 1.62;
}
.product-card.featured p {
color: rgba(255, 255, 255, 0.78);
}
.equipment-feature {
padding-top: clamp(18px, 4vw, 46px);
}
.equipment-layout {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.equipment-layout.single-feature {
grid-template-columns: 1fr;
}
.equipment-main,
.equipment-side {
display: grid;
overflow: hidden;
background: var(--panel);
border: 1px solid var(--line);
}
.equipment-main {
min-height: 360px;
}
.equipment-side {
min-height: 360px;
}
.equipment-main img,
.equipment-side img {
width: 100%;
height: 100%;
min-height: 260px;
display: block;
object-fit: cover;
}
.equipment-main img {
object-position: center;
background: #111817;
}
.equipment-side img {
height: 100%;
object-position: center;
}
.equipment-main > div,
.equipment-side > div {
padding: 26px;
}
.equipment-main h3,
.equipment-side h3 {
margin: 10px 0 12px;
font-size: clamp(1.5rem, 2.4vw, 2.4rem);
line-height: 1.08;
}
.brand-name {
font-size: 1.16em;
}
.equipment-side h3 {
font-size: clamp(1.5rem, 2.4vw, 2.4rem);
}
.equipment-main p,
.equipment-side p {
color: var(--muted);
line-height: 1.62;
}
.text-link {
display: inline-flex;
width: fit-content;
margin-top: 16px;
color: var(--accent);
font-weight: 850;
text-decoration: none;
border-bottom: 2px solid currentColor;
}
.text-link:hover {
color: var(--forest);
}
.text-link.light {
color: var(--white);
}
.text-link.light:hover {
color: rgba(255, 255, 255, 0.78);
}
.used-equipment {
padding-top: clamp(18px, 4vw, 46px);
}
.used-equipment-panel {
display: grid;
grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
gap: 14px;
background: var(--panel);
border: 1px solid var(--line);
}
.used-equipment-panel > div {
padding: 26px;
}
.used-equipment-panel h3 {
margin-bottom: 12px;
font-size: clamp(1.45rem, 2.2vw, 2.2rem);
line-height: 1.1;
}
.used-equipment-panel p {
color: var(--muted);
line-height: 1.62;
}
.used-equipment-note {
border-left: 1px solid var(--line);
background: var(--white);
}
.support-gallery {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
margin-top: 14px;
}
.support-gallery img {
width: 100%;
height: 210px;
display: block;
object-fit: cover;
background: var(--panel);
border: 1px solid var(--line);
}
.service-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}
.service-list div,
.contact-panel {
padding: 24px;
background: var(--panel);
border: 1px solid var(--line);
}
.highlight {
width: 100%;
max-width: none;
padding-top: clamp(30px, 4vw, 52px);
padding-bottom: clamp(28px, 4vw, 46px);
padding-inline: max(18px, calc((100vw - 1160px) / 2));
background: var(--steel);
color: var(--white);
scroll-margin-top: 86px;
}
.highlight p {
color: rgba(255, 255, 255, 0.76);
}
.medal-badge {
position: relative;
display: inline-grid;
place-items: center;
width: 0.98em;
height: 0.98em;
margin-right: 0.18em;
transform: translateY(-0.03em);
border-radius: 999px;
color: #1b261f;
background:
radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.82), transparent 18%),
linear-gradient(145deg, #ffe493 0%, #e9b536 45%, #b77712 100%);
box-shadow:
inset 0 0 0 0.08em rgba(255, 255, 255, 0.42),
inset 0 -0.12em 0 rgba(101, 58, 0, 0.22),
0 0.12em 0.22em rgba(0, 0, 0, 0.22);
font-size: 0.82em;
font-weight: 950;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.38);
isolation: isolate;
}
.medal-badge::before,
.medal-badge::after {
content: "";
position: absolute;
z-index: -1;
top: 72%;
width: 0.28em;
height: 0.42em;
background: #d84331;
border-radius: 0 0 0.08em 0.08em;
}
.medal-badge::before {
left: 25%;
transform: rotate(14deg);
}
.medal-badge::after {
right: 25%;
transform: rotate(-14deg);
}
.gallery-section {
padding-top: clamp(30px, 4vw, 52px);
}
.product-photo-section {
padding-top: clamp(22px, 4vw, 44px);
}
.product-photo-section .section-heading > p {
max-width: 520px;
color: var(--muted);
line-height: 1.6;
}
.product-photo-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.photo-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
}
.photo-card {
position: relative;
min-height: 310px;
margin: 0;
overflow: hidden;
background: var(--panel);
border: 1px solid var(--line);
}
.photo-card.large {
grid-column: span 2;
}
.photo-card img {
width: 100%;
height: 100%;
min-height: inherit;
display: block;
object-fit: cover;
}
.photo-card.large img {
object-position: 55% center;
}
.product-photo-grid .photo-card {
min-height: 300px;
background: #f5f6f3;
}
.product-photo-grid .photo-card img {
padding: 10px;
object-fit: contain;
background: #f5f6f3;
}
.photo-card figcaption {
position: absolute;
left: 14px;
right: 14px;
bottom: 14px;
padding: 10px 12px;
color: var(--white);
background: rgba(12, 36, 29, 0.82);
font-size: 0.92rem;
font-weight: 750;
}
.contact-panel {
box-shadow: var(--shadow);
}
.contact-logo-wrap {
width: min(100%, 360px);
margin: 0 0 24px;
padding: 8px 10px;
background: #050606;
border: 1px solid rgba(255, 255, 255, 0.08);
}
.contact-logo {
display: block;
width: 100%;
height: auto;
}
.contact-person {
margin-bottom: 22px;
}
.contact-person h3 {
margin-bottom: 10px;
font-size: 1.5rem;
}
.contact-person a {
display: block;
width: fit-content;
margin-bottom: 6px;
color: var(--forest);
font-size: 1.08rem;
font-weight: 800;
}
.contact-actions {
margin-bottom: 18px;
}
.contact-panel .button {
margin: 0 10px 16px 0;
}
.contact-panel .button.secondary {
color: var(--forest);
background: var(--white);
border-color: var(--line);
}
.location-details,
.partner-details {
padding: 18px 0;
border-top: 1px solid var(--line);
}
.location-details h3 {
margin: 8px 0 8px;
font-size: 1.32rem;
}
.location-details p,
.partner-details p {
margin-bottom: 6px;
color: var(--muted);
}
.location-details .text-link {
margin-top: 8px;
}
.coordinates {
font-size: 0.92rem;
}
.company-details {
padding-top: 18px;
border-top: 1px solid var(--line);
color: var(--muted);
font-size: 0.94rem;
}
.company-details p {
margin-bottom: 4px;
}
@media (max-width: 920px) {
.site-header {
grid-template-columns: 1fr auto;
gap: 10px 18px;
}
.brand img {
width: clamp(138px, 42vw, 190px);
}
.nav {
grid-column: 1 / -1;
width: 100%;
display: flex;
justify-content: flex-start;
gap: 8px;
overflow-x: auto;
padding-bottom: 2px;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.nav::-webkit-scrollbar {
display: none;
}
.nav a {
flex: 0 0 auto;
min-height: 34px;
padding: 0 12px;
border: 1px solid rgba(255, 255, 255, 0.18);
background: rgba(255, 255, 255, 0.08);
font-size: 0.9rem;
}
.intro,
.split,
.highlight,
.contact {
grid-template-columns: 1fr;
}
.product-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.equipment-layout,
.equipment-main,
.used-equipment-panel,
.support-gallery {
grid-template-columns: 1fr;
}
.used-equipment-note {
border-left: 0;
border-top: 1px solid var(--line);
}
.photo-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 620px) {
.site-header {
grid-template-columns: 1fr;
min-height: 64px;
padding: 12px 16px;
}
.brand img {
width: clamp(150px, 58vw, 210px);
}
.header-action {
display: none;
}
.nav {
grid-column: 1 / -1;
margin-inline: -2px;
padding-right: 0;
}
.nav a {
min-height: 32px;
padding: 0 10px;
font-size: 0.84rem;
}
.hero {
min-height: 780px;
}
.hero > img {
top: 0;
height: 100%;
object-position: 64% 68%;
}
.hero-content {
width: min(100% - 28px, 1160px);
padding-bottom: 26px;
}
.hero-brand {
min-height: 0;
margin-bottom: 10px;
padding: 3px 0 0;
background: transparent;
border: 0;
backdrop-filter: none;
overflow: visible;
}
.hero-brand img {
width: min(185px, 52vw);
filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.44));
}
h1 {
margin-bottom: 12px;
font-size: clamp(2rem, 12.35vw, 3.23rem);
line-height: 0.98;
}
.lead {
margin-bottom: 12px;
font-size: 0.96rem;
line-height: 1.42;
}
.hero-actions {
gap: 7px;
}
.hero-actions .button.secondary {
background: var(--accent);
color: var(--white);
border-color: var(--accent);
}
.proof-strip {
margin-top: 18px;
}
.proof-strip a {
flex-basis: 100%;
min-height: 48px;
padding: 10px 14px;
font-size: 0.95rem;
border-right: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.product-grid,
.service-list,
.equipment-layout,
.equipment-main,
.used-equipment-panel,
.support-gallery,
.photo-grid {
grid-template-columns: 1fr;
}
.equipment-main,
.equipment-side {
min-height: 0;
}
.equipment-main img,
.equipment-side img {
height: auto;
min-height: 0;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.equipment-main > div,
.equipment-side > div {
position: relative;
z-index: 1;
padding: 22px;
background: var(--panel);
}
.product-card.featured,
.photo-card.large {
grid-column: auto;
}
.button {
width: auto;
min-height: 36px;
padding: 0 12px;
font-size: 0.86rem;
}
}