﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap&subset=cyrillic');

:root {
  --graphite: #20231d;
  --graphite-deep: #12140f;
  --graphite-soft: #34372a;
  --steel: #66717b;
  --paper: #f5f3ef;
  --line: #d8d3c9;
  --accent: #c9512d;
  --accent-dark: #8f3522;
  --warning: #c6a15b;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 18% 8%, rgba(201, 81, 45, .08), transparent 28rem),
    linear-gradient(180deg, #f6f4ef 0%, #ece8df 100%);
  color: var(--graphite);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

header {
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

header.sticky {
  backdrop-filter: blur(14px);
  background:
    linear-gradient(90deg, rgba(18, 20, 15, .96), rgba(36, 39, 29, .96)) !important;
}

section {
  position: relative;
}

section.bg-white,
section.bg-zinc-100,
section.bg-zinc-200 {
  background-color: var(--paper) !important;
}

section.bg-white::before,
section.bg-zinc-100::before,
section.bg-zinc-200::before {
  background: linear-gradient(90deg, var(--accent), transparent);
  content: "";
  height: 2px;
  left: 0;
  opacity: .28;
  position: absolute;
  right: 0;
  top: 0;
}

.bg-graphite,
.industrial-frame {
  background:
    linear-gradient(135deg, rgba(201, 81, 45, .10), transparent 28%),
    linear-gradient(180deg, #3a3b24 0%, #252615 100%) !important;
  background-color: var(--graphite-deep) !important;
}

.metal-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(135deg, rgba(201, 81, 45, .10), transparent 34%),
    linear-gradient(180deg, #3a3b24 0%, #252615 100%) !important;
  background-color: #252615 !important;
  background-size: 36px 36px, 36px 36px, auto, auto;
}

a,
button {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}

a.bg-accent,
button.bg-accent,
.bg-accent {
  background-color: var(--accent) !important;
  border-radius: 5px;
  position: relative;
}

a.bg-accent:hover,
button.bg-accent:hover {
  background-color: var(--accent-dark) !important;
  box-shadow: 0 14px 28px rgba(143, 53, 34, .24);
  transform: translateY(-1px);
}

a.border:hover {
  box-shadow: inset 0 0 0 1px currentColor;
  transform: translateY(-1px);
}

.hero-secondary-button:hover {
  color: var(--graphite) !important;
}

article,
form,
aside,
details,
.bg-white.p-6,
.bg-white.p-8,
.bg-zinc-100.p-6,
.bg-zinc-100.p-5,
.bg-zinc-100.p-4,
.bg-zinc-900.p-4,
.bg-zinc-900.p-6 {
  border-radius: 6px;
}

.industrial-frame > div {
  min-height: min(860px, calc(100vh - 72px));
}

.industrial-frame h1 {
  max-width: 780px;
  text-shadow: 0 2px 0 rgba(201, 81, 45, .38), 0 20px 44px rgba(0, 0, 0, .45);
}

.industrial-frame h1::after {
  background: linear-gradient(90deg, var(--accent), var(--warning), transparent);
  content: "";
  display: block;
  height: 4px;
  margin-top: 1.25rem;
  width: min(220px, 60vw);
}

.hero-machine-card {
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34), inset 0 0 0 1px rgba(255, 255, 255, .04);
  overflow: hidden;
  position: relative;
}

.hero-machine-card::before {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .28), transparent),
    linear-gradient(180deg, rgba(201, 81, 45, .32), transparent);
  content: "";
  height: 2px;
  left: 18px;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 1;
}

.hero-machine-card::after {
  background-image: url("../images/logo-vallmett.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  content: "";
  height: 72px;
  opacity: .16;
  position: absolute;
  right: 28px;
  top: 32px;
  width: 72px;
  z-index: 1;
}

.hero-visual-panel {
  position: relative;
}

.hero-visual-panel::before {
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, .16), transparent 8rem),
    linear-gradient(90deg, transparent 0 46%, rgba(201, 81, 45, .34) 46% 47%, transparent 47%),
    linear-gradient(0deg, rgba(0, 0, 0, .52), transparent 44%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-visual-panel > * {
  position: relative;
}

.service-band {
  overflow: hidden;
}

.service-band::after {
  color: rgba(32, 35, 29, .035);
  content: "METAL";
  font-size: clamp(5rem, 18vw, 16rem);
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: -1rem;
  top: 2rem;
  z-index: 0;
}

.service-band > div {
  position: relative;
  z-index: 1;
}

.service-grid {
  counter-reset: service;
}

.service-card {
  background:
    linear-gradient(180deg, #fffdfa, #f4f0e8) !important;
  border: 1px solid rgba(32, 35, 29, .14) !important;
  min-height: 285px;
  padding-top: 5.25rem !important;
  position: relative;
}

.service-card::before {
  border: 1px solid rgba(201, 81, 45, .32);
  color: var(--accent);
  content: "0" counter(service);
  counter-increment: service;
  font-size: .82rem;
  font-weight: 800;
  left: 1.5rem;
  letter-spacing: .06em;
  padding: .35rem .55rem;
  position: absolute;
  top: 1.5rem;
}

.service-card::after {
  background: linear-gradient(180deg, var(--accent), transparent);
  content: "";
  height: 86px;
  opacity: .85;
  position: absolute;
  right: 1.25rem;
  top: 0;
  width: 3px;
}

.service-card:hover {
  background:
    linear-gradient(135deg, rgba(201, 81, 45, .12), transparent 38%),
    linear-gradient(180deg, #fffdfa, #eee7da) !important;
}

.service-card a::after {
  content: " →";
}

.trust-band .bg-white {
  border-left: 4px solid rgba(201, 81, 45, .7);
  position: relative;
}

.trust-band .bg-white::after {
  background: rgba(32, 35, 29, .06);
  content: "";
  height: 34px;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transform: skewX(-16deg);
  width: 54px;
}

.lead-panel {
  background:
    linear-gradient(135deg, rgba(201, 81, 45, .08), transparent 32%),
    #fffdfa !important;
  border: 1px solid rgba(32, 35, 29, .16) !important;
  border-radius: 8px !important;
  box-shadow: 0 32px 80px rgba(32, 35, 29, .15);
  position: relative;
}

.lead-panel::before {
  background: linear-gradient(90deg, var(--accent), var(--warning));
  content: "";
  height: 5px;
  left: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 0;
}

article,
.bg-white.p-6,
.bg-white.p-8,
.bg-zinc-100.p-6,
.bg-zinc-100.p-5,
.bg-zinc-100.p-4,
form {
  border: 1px solid rgba(29, 34, 38, .12);
  box-shadow: 0 18px 44px rgba(29, 34, 38, .07);
}

article {
  overflow: hidden;
}

article:hover {
  box-shadow: 0 24px 56px rgba(29, 34, 38, .12);
  transform: translateY(-2px);
}

input,
textarea {
  background: #fffdfa;
  border-radius: 4px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

input:focus,
textarea:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px rgba(201, 81, 45, .16);
}

.text-steel {
  color: var(--steel) !important;
}

.text-accent {
  color: var(--accent) !important;
}

.industrial-visual,
.bg-zinc-800,
.bg-zinc-700,
.bg-zinc-600,
.bg-zinc-300 {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 38%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .045) 0 2px, transparent 2px 11px),
    linear-gradient(145deg, #424538, #20231d) !important;
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
}

.bg-zinc-300 {
  color: #fff !important;
}

.bg-zinc-300::after,
.bg-zinc-800::after {
  background: var(--accent);
  content: "";
  display: block;
  height: 3px;
  margin-top: 1rem;
  width: 48px;
}

dl > div,
.bg-zinc-800.px-3,
.bg-zinc-900.p-4,
.bg-zinc-800.p-4,
.bg-zinc-900.p-6 {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
}

.bg-graphite .bg-zinc-900,
.industrial-frame .bg-zinc-900 {
  background:
    linear-gradient(145deg, rgba(56, 58, 38, .82), rgba(25, 27, 17, .96)) !important;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .22);
}

.bg-graphite .bg-zinc-900:hover,
.industrial-frame .bg-zinc-900:hover {
  box-shadow: 0 28px 64px rgba(0, 0, 0, .28);
}

.bg-graphite .bg-zinc-700,
.bg-graphite .bg-zinc-600 {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 40%),
    linear-gradient(145deg, #4a4d3a, #2a2c1d) !important;
}

h1,
h2,
h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-weight: 800;
  text-wrap: balance;
}

p,
li,
dd,
input,
textarea {
  line-height: 1.65;
}

.page-content {
  color: var(--steel);
  font-size: 16px;
  line-height: 1.7;
}

.page-content h1 {
  color: var(--graphite);
  margin: 0 0 28px;
}

.entry-content {
  color: var(--steel);
  font-size: 16px;
  line-height: 1.72;
  max-width: 900px;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content h2 {
  color: var(--graphite);
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  line-height: 1.25;
  margin: 38px 0 14px;
}

.entry-content h3 {
  color: var(--graphite);
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 28px 0 12px;
}

.entry-content p {
  margin: 0 0 16px;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 22px 22px;
  padding: 0;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content li {
  margin: 0 0 8px;
  padding-left: 2px;
}

.entry-content a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.entry-content a:hover {
  color: var(--accent-dark);
  text-decoration: underline;
}

.entry-content strong {
  color: var(--graphite);
  font-weight: 800;
}

.home-contact-map iframe {
  display: block;
  min-height: 320px;
  width: 100%;
}

.reviews-band {
  background:
    linear-gradient(135deg, rgba(201, 81, 45, .06), transparent 34%),
    var(--paper) !important;
  overflow: hidden;
}

.reviews-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.review-card,
.reviews-yandex-panel {
  background:
    linear-gradient(180deg, #fffdfa, #f6f2ea) !important;
  border: 1px solid rgba(32, 35, 29, .14);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(29, 34, 38, .08);
}

.review-card {
  position: relative;
}

.review-card::before {
  background: var(--accent);
  content: "";
  height: 3px;
  left: 1.5rem;
  position: absolute;
  top: 0;
  width: 52px;
}

.reviews-yandex-panel {
  border-color: rgba(201, 81, 45, .28);
}

.review-card__header {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-bottom: 1.125rem;
}

.review-card__name {
  color: var(--graphite);
  display: block;
  font-weight: 800;
}

.review-card__company {
  color: var(--steel);
  display: block;
  font-size: .875rem;
  font-weight: 700;
  margin-top: .25rem;
}

.review-card__rating {
  align-items: center;
  display: flex;
  gap: .25rem;
  line-height: 1;
}

.review-card__star {
  color: #d7dde5;
  display: inline-flex;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .06));
  flex: 0 0 auto;
  height: 20px !important;
  line-height: 1;
  width: 20px !important;
}

.review-card__star--active {
  color: #f59e0b;
}

.review-card__star svg {
  display: block;
  fill: currentColor;
  height: 20px !important;
  max-height: 20px !important;
  max-width: 20px !important;
  width: 20px !important;
}

.review-card__text {
  color: var(--steel);
  line-height: 1.65;
  margin: 0;
}

.reviews-yandex-badge {
  background: #fff;
  border: 1px solid rgba(32, 35, 29, .12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
}

.reviews-yandex-panel iframe {
  display: block;
  max-width: 100%;
}

.reviews-yandex-link {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

nav,
button,
a.bg-accent,
a.border,
summary,
label,
.font-bold,
.font-black {
  letter-spacing: -.01em;
}

.wallmett-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wallmett-menu a {
  color: inherit;
  text-decoration: none;
}

.wallmett-menu .current-menu-item > a,
.wallmett-menu .current_page_item > a {
  color: #fff;
}

.site-logo {
  background: #383719;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
  height: 44px;
  object-fit: cover;
  object-position: center;
  width: 44px;
}

.site-logo--small {
  height: 38px;
  width: 38px;
}

.footer-contact-links {
  min-width: 0;
}

.footer-contact-links a {
  overflow-wrap: anywhere;
}

.footer-max-link {
  color: inherit;
  white-space: nowrap;
}

.footer-max-link:hover {
  color: var(--accent);
}

.footer-max-link__icon {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.footer-max-link__icon svg {
  display: block;
  height: 18px;
  width: 18px;
}

.wallmett-cover-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.wallmett-visual.is-image {
  overflow: hidden;
  position: relative;
}

.wallmett-visual.is-image > .wallmett-cover-image,
.wallmett-visual.is-image > img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.is-image.bg-zinc-800::after,
.is-image.bg-zinc-300::after,
.hero-machine-card.is-image::before,
.hero-machine-card.is-image::after,
.wallmett-visual.is-image::before,
.wallmett-visual.is-image::after {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cases-grid {
  grid-template-columns: 1fr;
}

.case-card {
  min-width: 0;
}

.case-card img {
  max-width: 100%;
}

.cases-grid.reveal,
.cases-grid .case-card.reveal {
  opacity: 1;
  transform: none;
}

@media (min-width: 768px) {
  .cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .cases-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.wallmett-cf7,
.wpcf7 {
  width: 100%;
}

.wallmett-cf7,
.wallmett-cf7 .wpcf7,
.wallmett-cf7 .wpcf7 form,
.wallmett-cf7 .wpcf7-form,
.wpcf7,
.wpcf7 form,
.wpcf7-form {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.wallmett-cf7 .wpcf7-form,
.wpcf7-form {
  margin: 0;
}

.wallmett-cf7 .cf7-grid,
.wpcf7-form .cf7-grid {
  display: grid;
  gap: 14px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: stretch;
  margin: 0 0 12px;
  max-width: none;
  width: 100%;
}

.wallmett-cf7 .cf7-grid > *,
.wpcf7-form .cf7-grid > * {
  margin: 0;
  min-width: 0;
  width: 100%;
}

.wallmett-cf7 .cf7-grid > p,
.wpcf7-form .cf7-grid > p {
  display: grid;
  gap: 14px 16px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: stretch;
  margin: 0;
  width: 100%;
}

.wallmett-cf7 .cf7-grid > p > span,
.wpcf7-form .cf7-grid > p > span,
.wallmett-cf7 .cf7-grid > p > .wpcf7-form-control-wrap,
.wpcf7-form .cf7-grid > p > .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
  width: 100% !important;
}

.wallmett-cf7 .cf7-grid .wpcf7-form-control-wrap,
.wpcf7-form .cf7-grid .wpcf7-form-control-wrap {
  display: block;
  flex: 1 1 0;
  inline-size: 100%;
  margin-top: 0;
  max-width: none;
  min-width: 0;
  width: 100% !important;
}

.wallmett-cf7 .cf7-grid .wpcf7-form-control,
.wpcf7-form .cf7-grid .wpcf7-form-control,
.wallmett-cf7 .cf7-grid input,
.wallmett-cf7 .cf7-grid select,
.wpcf7-form .cf7-grid input,
.wpcf7-form .cf7-grid select {
  display: block;
  inline-size: 100%;
  max-width: none !important;
  min-width: 0;
  width: 100% !important;
}

.wallmett-cf7 .wpcf7-form p,
.wpcf7-form p {
  margin: 0 0 12px;
}

.wallmett-cf7 .wpcf7-form p:last-of-type,
.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

.wallmett-cf7 .wpcf7-form br,
.wpcf7-form br {
  display: none;
}

.wallmett-cf7 .wpcf7-form label,
.wpcf7-form label {
  color: #1f2428;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.wallmett-cf7 .wpcf7-form-control-wrap,
.wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}

.wallmett-cf7 .wpcf7-form > .wpcf7-form-control-wrap,
.wpcf7-form > .wpcf7-form-control-wrap {
  margin-bottom: 12px;
}

.wallmett-cf7 .wpcf7-form > .wpcf7-form-control-wrap:has(select),
.wpcf7-form > .wpcf7-form-control-wrap:has(select) {
  margin-bottom: 16px;
}

.wallmett-cf7 .wpcf7-form input[type="text"],
.wallmett-cf7 .wpcf7-form input[type="tel"],
.wallmett-cf7 .wpcf7-form input[type="email"],
.wallmett-cf7 .wpcf7-form select,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form select {
  background: #faf9f6;
  border: 1px solid rgba(31, 36, 40, .16);
  border-radius: 2px;
  box-sizing: border-box;
  color: #1f2428;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  line-height: 1.2;
  min-height: auto;
  outline: none;
  padding: 10px 13px;
  width: 100%;
}

.wallmett-cf7 .wpcf7-form select,
.wpcf7-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #1f2428 50%),
    linear-gradient(135deg, #1f2428 50%, transparent 50%);
  background-color: #faf9f6;
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  cursor: pointer;
  padding-right: 42px;
}

.wallmett-cf7 .wpcf7-form select:hover,
.wpcf7-form select:hover {
  border-color: rgba(31, 36, 40, .34);
}

.wallmett-cf7 .wpcf7-form select:invalid,
.wpcf7-form select:invalid {
  color: #8d95a1;
}

.wallmett-cf7 .wpcf7-form select option[value=""],
.wpcf7-form select option[value=""] {
  color: #8d95a1;
}

.wallmett-cf7 .wpcf7-form input::placeholder,
.wallmett-cf7 .wpcf7-form textarea::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #8d95a1;
  opacity: 1;
}

.wallmett-cf7 .wpcf7-form textarea,
.wpcf7-form textarea {
  background: #faf9f6;
  border: 1px solid rgba(31, 36, 40, .16);
  border-radius: 2px;
  box-sizing: border-box;
  color: #1f2428;
  font-size: 14px;
  font-weight: 400;
  height: 112px;
  min-height: 108px;
  outline: none;
  padding: 10px 13px;
  resize: vertical;
  width: 100%;
}

.wallmett-cf7 .wpcf7-form input[type="file"],
.wpcf7-form input[type="file"] {
  border: 1px dashed rgba(31, 36, 40, .26);
  border-radius: 2px;
  box-sizing: border-box;
  color: #68727c;
  cursor: pointer;
  font-size: 12.5px;
  line-height: 1.35;
  max-width: 100%;
  padding: 8px 10px;
  width: 100%;
}

.wallmett-cf7 .wpcf7-form input[type="file"]::file-selector-button,
.wpcf7-form input[type="file"]::file-selector-button {
  background: #1f2428;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12.5px;
  font-weight: 700;
  margin-right: 10px;
  padding: 7px 11px;
}

.wallmett-cf7 .wpcf7-form input:focus,
.wallmett-cf7 .wpcf7-form textarea:focus,
.wallmett-cf7 .wpcf7-form select:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #e95519;
  box-shadow: 0 0 0 2px rgba(233, 85, 25, .14);
}

.wallmett-cf7 .wpcf7-submit,
.wpcf7-submit {
  align-self: start;
  background: #e95519;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  min-height: 48px;
  padding: 12px 22px;
  transition: background .2s ease, transform .2s ease;
}

.wallmett-cf7 .wpcf7-submit:hover,
.wpcf7-submit:hover {
  background: #b92318;
}

.wallmett-cf7 .wpcf7-submit:active,
.wpcf7-submit:active {
  transform: translateY(1px);
}

.wallmett-cf7 .wpcf7-acceptance,
.wpcf7-acceptance {
  color: #68727c;
  display: block;
  font-size: 12px;
  line-height: 1.35;
}

.wallmett-cf7 .cf7-acceptance,
.wpcf7-form .cf7-acceptance {
  margin: 2px 0 12px;
}

.wallmett-cf7 .wpcf7-list-item,
.wpcf7-list-item {
  margin: 0;
}

.wallmett-cf7 .wpcf7-acceptance label,
.wpcf7-acceptance label {
  align-items: flex-start;
  display: flex;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.wallmett-cf7 .cf7-acceptance a,
.wallmett-cf7 .wpcf7-acceptance a,
.wpcf7 form .cf7-acceptance a,
.wpcf7 .wpcf7-acceptance a {
  color: #e95519;
  font-weight: 700;
  text-decoration: none;
}

.wallmett-cf7 .cf7-acceptance a:hover,
.wallmett-cf7 .wpcf7-acceptance a:hover,
.wpcf7 form .cf7-acceptance a:hover,
.wpcf7 .wpcf7-acceptance a:hover {
  color: #b92318;
  text-decoration: underline;
}

.wallmett-cf7 input[type="checkbox"],
.wpcf7-form input[type="checkbox"] {
  accent-color: #e95519;
  flex: 0 0 auto;
  height: 14px;
  margin-top: 1px;
  width: 14px;
}

.wallmett-cf7 .wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
  border-color: #b92318 !important;
}

.wallmett-cf7 .wpcf7-not-valid-tip,
.wpcf7-not-valid-tip {
  color: #b92318;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}

.wallmett-cf7 .wpcf7-spinner,
.wpcf7-spinner {
  margin: 0 0 0 12px;
}

.wallmett-cf7 .wpcf7-response-output,
.wpcf7-response-output {
  border: 1px solid rgba(31, 36, 40, .18) !important;
  border-radius: 2px;
  color: #1f2428;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.45;
  margin: 12px 0 0 !important;
  padding: 12px 14px !important;
}

.wallmett-cf7 form.sent .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
  background: #f4f4f5;
  border-color: #68727c !important;
}

.wallmett-cf7 form.invalid .wpcf7-response-output,
.wallmett-cf7 form.unaccepted .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output {
  background: #fff7ed;
  border-color: #e95519 !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  .reveal {
    scroll-behavior: auto !important;
    transition: none !important;
    transform: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  header > .mx-auto {
    gap: 1rem;
    padding-bottom: .625rem !important;
    padding-top: .625rem !important;
  }

  header a[aria-label] {
    flex: 0 0 auto;
    gap: .625rem;
  }

  header a[aria-label] span span:first-child {
    font-size: 1rem;
    line-height: 1.1;
  }

  header a[aria-label] span span:last-child {
    font-size: .68rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  header .site-logo {
    height: 38px;
    width: 38px;
  }

  header .wallmett-menu.hidden {
    font-size: .78rem !important;
    gap: .875rem !important;
    white-space: nowrap;
  }

  header .hidden.items-center.gap-3.lg\:flex {
    flex-shrink: 0;
    gap: .5rem !important;
  }

  header .hidden.items-center.gap-3.lg\:flex > a:first-child {
    font-size: .875rem;
    white-space: nowrap;
  }

  header .hidden.items-center.gap-3.lg\:flex > a.bg-accent {
    font-size: .78rem !important;
    padding: .45rem .7rem !important;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  .industrial-frame {
    overflow: hidden;
  }

  .industrial-frame .inline-flex {
    display: inline-block;
    max-width: calc(100vw - 2rem);
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .industrial-frame h1,
  .industrial-frame p,
  .industrial-frame dl,
  .industrial-frame .flex {
    max-width: min(360px, calc(100vw - 2rem)) !important;
  }

  header .bg-accent {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .wallmett-cf7 .wpcf7-submit,
  .wpcf7-submit {
    width: 100%;
  }

  .wallmett-cf7 .cf7-grid,
  .wpcf7-form .cf7-grid {
    grid-template-columns: 1fr;
  }

  .wallmett-cf7 .cf7-grid > p,
  .wpcf7-form .cf7-grid > p {
    grid-template-columns: 1fr;
  }

  .wallmett-cf7 .cf7-grid > p > span,
  .wpcf7-form .cf7-grid > p > span,
  .wallmett-cf7 .cf7-grid > p > .wpcf7-form-control-wrap,
  .wpcf7-form .cf7-grid > p > .wpcf7-form-control-wrap {
    grid-column: 1 / -1;
  }

  h1 {
    font-size: 2rem !important;
    line-height: 1.08 !important;
    overflow-wrap: break-word;
  }

  h2 {
    line-height: 1.12 !important;
  }

  .industrial-frame > div {
    min-height: auto;
    padding-top: 4rem !important;
  }

  .industrial-frame h1::after {
    width: 160px;
  }

  .hero-machine-card {
    margin-top: .5rem;
  }

  .cases-grid {
    grid-template-columns: 1fr !important;
  }
}

