@font-face {
  font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url('assets/fonts/manrope-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap;
  src: url('assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  color-scheme: light;
  --paper: #f4f3ed;
  --ink: #173d35;
  --green: #006b53;
  --muted: #5a6860;
  --line: #d1d8ce;
  --dark: #153d33;
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 100%;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; font-weight: 450; overflow-wrap: break-word; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #b4651f; outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
::selection { color: var(--paper); background: var(--green); }
.wrap { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.icon, .service-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.skip { position: absolute; top: 12px; left: 12px; z-index: 10; padding: 16px 24px; color: #fff; background: var(--dark); transform: translateY(-160%); }
.skip:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: .75rem; line-height: 1.5; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* A quiet header gives the opening room to lead. */
.header { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 52px; min-height: 106px; padding-block: 22px; border-bottom: 1px solid var(--line); }
.brand { flex-shrink: 0; }
.logo-window { display: block; position: relative; overflow: hidden; width: 239px; height: 49px; mix-blend-mode: multiply; }
.header-logo { position: absolute; width: 278px; max-width: none; top: -29px; left: -19px; }
.header nav { display: flex; align-items: center; gap: 38px; margin-left: auto; }
.header nav a { display: block; padding-block: 12px; font-size: .8125rem; font-weight: 700; }
.header nav a:hover, .footer a:hover { text-decoration: underline; text-underline-offset: 6px; }

/* The image and title sit on different baselines, like an editorial spread. */
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); grid-template-rows: min-content min-content 1fr; grid-template-areas: 'title image' 'copy image' 'actions image'; column-gap: 64px; padding-block: 56px 72px; }
.hero-heading { grid-area: title; min-width: 0; }
.hero-heading .eyebrow { margin-bottom: 26px; }
.status-mark { display: block; width: 8px; height: 8px; background: var(--green); }
h1 { font-size: clamp(3.25rem, 1.2rem + 4.6vw, 5.5rem); line-height: 1.02; font-weight: 750; letter-spacing: -.065em; }
h1 > span { display: block; }
.hero-copy { grid-area: copy; min-width: 0; align-self: start; padding-top: 32px; }
.intro { max-width: 32rem; font-size: 1.0625rem; line-height: 1.75; color: var(--muted); }
.hero-actions { grid-area: actions; align-self: start; display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 58px; padding: 17px 22px; color: #fff; background: var(--green); font-size: .875rem; line-height: 1.5; font-weight: 650; transition: background .18s; }
.button:hover { background: var(--dark); }
.button > span { min-width: 0; }
.button .icon { width: 18px; height: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: .8125rem; font-weight: 700; }
.text-link .icon { width: 17px; height: 17px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 6px; }
.hero-figure { grid-area: image; min-width: 0; margin: 34px 0 0; align-self: start; }
.industrial-photo { width: 100%; aspect-ratio: 1.08; object-fit: cover; object-position: 17% center; }

/* An equipment index, with enough space to read the technical descriptions. */
.services { background: #fff; border-top: 1px solid var(--line); padding-block: 84px 88px; }
.services-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 2fr); gap: 70px; }
.section-heading, .service-grid { min-width: 0; }
.section-heading .eyebrow { color: var(--muted); margin-bottom: 20px; }
h2 { font-size: clamp(2.5rem, 1.7rem + 2.1vw, 3.5rem); line-height: 1.07; letter-spacing: -.055em; font-weight: 700; }
.period { color: var(--green); }
.section-note { max-width: 15rem; margin-top: 25px; color: var(--muted); font-size: .9375rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 46px; }
.service-grid article { min-width: 0; padding-block: 24px 32px; border-top: 1px solid var(--line); }
.service-icon { width: 28px; height: 28px; color: var(--green); margin-bottom: 18px; }
.service-grid h3 { max-width: 23rem; margin-bottom: 12px; font-size: 1.3125rem; line-height: 1.3; font-weight: 700; letter-spacing: -.035em; }
.service-grid p { max-width: 27rem; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.service-grid .service-wide { grid-column: 1 / -1; display: flex; gap: 24px; align-items: flex-start; padding: 30px 0 0; }
.service-wide .service-icon { margin: 2px 0 0; }
.service-wide h3 { max-width: none; }

/* A clear ending: one task, one phone number. */
.contact { background: var(--dark); color: var(--paper); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 100px; align-items: center; padding-block: 78px 72px; }
.contact-copy, .contact-details { min-width: 0; }
.contact .eyebrow { color: #bbd2bd; margin-bottom: 25px; }
.contact h2 { max-width: 35rem; font-size: clamp(2.375rem, 1.7rem + 1.5vw, 3.25rem); line-height: 1.12; }
.contact-intro { max-width: 29rem; margin-top: 24px; color: #c7d5c9; font-size: .9375rem; line-height: 1.75; }
.contact-label { color: #c7d5c9; font-size: .8125rem; margin-bottom: 18px; }
.big-phone { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 0 24px; border-bottom: 1px solid #547165; font-size: clamp(2rem, 1.3rem + 2vw, 3.375rem); font-weight: 650; line-height: 1.2; letter-spacing: -.045em; }
.big-phone > span { min-width: 0; }
.big-phone .icon { width: 27px; height: 27px; color: #c1dba7; }
.big-phone:hover > span { text-decoration: underline; text-underline-offset: 8px; }
.contact a:focus-visible { outline-color: #c1dba7; }
.call-hint { max-width: 29rem; margin-top: 22px; font-size: .8125rem; line-height: 1.75; color: #c7d5c9; }
.email-contact { margin-top: 24px; color: #c7d5c9; font-size: .8125rem; line-height: 1.75; }
.email-contact a { display: inline-block; min-height: 44px; max-width: 100%; padding-block: 8px; color: var(--paper); font-size: 1.125rem; font-weight: 650; line-height: 1.5; text-decoration: underline; text-underline-offset: 5px; overflow-wrap: anywhere; }
.email-contact a:hover { color: #c1dba7; }
.site-footer { background: var(--dark); }
.site-footer a:focus-visible { outline-color: #c1dba7; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 21px; border-top: 1px solid #426154; color: #c7d5c9; font-size: .75rem; }
.company { display: flex; flex-wrap: wrap; gap: 12px 30px; }
.footer a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; }
.footer .icon { width: 16px; height: 16px; }

@media (max-width: 70em) {
  .wrap { width: calc(100% - 72px); }
  .header { gap: 24px; }
  .header nav { gap: 26px; }
  .hero { column-gap: 38px; padding-block: 44px 56px; }
  h1 { font-size: clamp(3rem, 1rem + 4.8vw, 4.5rem); }
  .industrial-photo { aspect-ratio: .85; }
  .services { padding-block: 64px; }
  .services-layout { grid-template-columns: minmax(0, .7fr) minmax(0, 2fr); gap: 40px; }
  .service-grid { column-gap: 28px; }
  .contact-layout { gap: 48px; padding-block: 60px; }
}
@media (max-width: 53.125em) {
  .header { min-height: 92px; }
  .logo-window { width: 210px; height: 43px; }
  .header-logo { width: 244px; top: -26px; left: -17px; }
  .header nav { order: 3; width: 100%; margin: 0; justify-content: space-between; border-top: 1px solid var(--line); }
  .header { row-gap: 15px; padding-bottom: 0; }
  .hero { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); column-gap: 32px; }
  h1 { font-size: clamp(2.5rem, .8rem + 4.4vw, 3.5rem); }
  .hero-heading .eyebrow { font-size: .6875rem; margin-bottom: 22px; }
  .hero-figure { margin-top: 38px; }
  .hero-copy { grid-column: 1 / -1; padding-top: 30px; }
  .hero { grid-template-areas: 'title image' 'copy copy' 'actions actions'; }
  .intro { max-width: 37rem; }
  .hero-actions { margin-top: 24px; }
  .industrial-photo { aspect-ratio: 1.12; }
  .services-layout { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; align-items: end; }
  .section-heading .eyebrow { grid-column: 1 / -1; }
  .section-heading h2 br { display: none; }
  .section-note { margin: 0; max-width: 20rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .contact-intro { max-width: 34rem; }
  .contact-details { max-width: 36rem; width: 100%; }
  .big-phone { font-size: 3rem; }
}
@media (max-width: 37.5em) {
  .wrap { width: calc(100% - 40px); }
  .header { min-height: 78px; gap: 4px 12px; padding-block: 14px; }
  .brand { display: flex; align-items: center; min-height: 44px; }
  .logo-window { width: 155px; height: 32px; }
  .header-logo { width: 180px; top: -19px; left: -12px; }
  .header nav { order: initial; width: auto; max-width: 100%; margin-left: auto; gap: 20px; border: 0; }
  .header nav a { display: flex; align-items: center; min-height: 44px; padding-block: 10px; font-size: .75rem; }
  .hero { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto; grid-template-areas: 'title' 'copy' 'actions' 'image'; padding-block: 32px 36px; }
  .hero-heading .eyebrow { font-size: .6875rem; margin-bottom: 18px; }
  h1 { font-size: clamp(2.625rem, 1.45rem + 5.5vw, 3.75rem); line-height: 1.03; }
  .hero-figure { margin-top: 24px; }
  .industrial-photo { aspect-ratio: 2; object-position: center; }
  .hero-copy { padding-top: 20px; }
  .intro { font-size: 1rem; line-height: 1.65; }
  .hero-actions { margin-top: 24px; gap: 14px; }
  .hero-actions .text-link { display: none; }
  .button { width: 100%; min-height: 56px; padding-inline: 20px; font-size: .875rem; }
  .services { padding-block: 40px 44px; }
  .section-heading { display: block; }
  .section-heading .eyebrow { font-size: .6875rem; margin-bottom: 14px; }
  h2 { font-size: 2.5rem; }
  .section-note { margin-top: 14px; max-width: 23rem; }
  .services-layout { gap: 28px; }
  .service-grid { grid-template-columns: minmax(0, 1fr); }
  .service-grid article { display: grid; grid-template-columns: minmax(0, 1fr) 26px; gap: 12px 18px; align-items: start; padding-block: 24px; }
  .service-icon { grid-column: 2; grid-row: 1; width: 26px; height: 26px; margin: 0; }
  .service-grid h3 { grid-column: 1; grid-row: 1; max-width: none; font-size: 1.25rem; margin: 0; }
  .service-grid p { grid-column: 1 / -1; max-width: none; font-size: 1rem; line-height: 1.65; }
  .service-grid .service-wide { display: grid; gap: 12px 18px; padding-top: 24px; padding-bottom: 0; }
  .service-wide > div { display: contents; }
  .service-wide .service-icon { margin: 0; }
  .contact-layout { padding-block: 40px 32px; gap: 28px; }
  .contact .eyebrow { font-size: .6875rem; margin-bottom: 18px; }
  .contact h2 { font-size: clamp(2rem, 1.4rem + 3vw, 2.625rem); }
  .contact-intro { margin-top: 18px; font-size: 1rem; line-height: 1.65; }
  .big-phone { font-size: clamp(1.875rem, 1.25rem + 4vw, 2.75rem); min-height: 44px; padding-bottom: 16px; gap: 12px; }
  .big-phone .icon { width: 23px; height: 23px; }
  .contact-label { margin-bottom: 10px; }
  .call-hint { margin-top: 16px; font-size: .875rem; line-height: 1.65; }
  .email-contact { margin-top: 18px; font-size: .875rem; }
  .footer { align-items: flex-start; flex-wrap: wrap; padding-block: 18px; gap: 8px 16px; font-size: .75rem; }
  .company { display: grid; gap: 6px; }
  .footer a { min-height: 44px; gap: 8px; }
}
@media (max-width: 22.5em) {
  .logo-window { width: 143px; height: 30px; }
  .header-logo { width: 166px; top: -17px; left: -11px; }
  .header nav { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
