X@font-face {
  font-family: "Manrope Variable";
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Variable";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk Variable";
  src: url("../fonts/space-grotesk-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk Variable";
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ink: #111411;
  --muted: #606760;
  --line: #d9ded9;
  --paper: #f5f7f5;
  --white: #ffffff;
  --green: #55c748;
  --green-dark: #143c2e;
  --black: #0c100d;
  --font-body: "Manrope Variable", "Segoe UI", sans-serif;
  --font-display: "Space Grotesk Variable", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-variation-settings: "wght" 450;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(85, 199, 72, 0.8);
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
.brand,
.button,
.hero-spec-strip strong,
.model-card-head,
.model-size strong {
  font-family: var(--font-display);
}

svg {
  stroke-linecap: round;
  stroke-linejoin: round;
}

::selection {
  background: var(--green);
  color: var(--black);
}

.blueprint {
  background-image:
    linear-gradient(rgba(18, 28, 20, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 28, 20, 0.055) 1px, transparent 1px);
  background-size: 80px 80px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 82px;
  padding: 0 3vw 0 clamp(32px, 6.8vw, 112px);
  border-bottom: 1px solid var(--line);
  background: rgba(250, 251, 250, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.brand-logo {
  width: clamp(220px, 18vw, 270px);
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand .brand-logo {
  width: clamp(220px, 18vw, 260px);
  max-height: 52px;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 82px;
  margin-left: auto;
}

.main-nav-list {
  display: flex;
  height: 100%;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav-list li {
  display: flex;
  height: 100%;
}

.main-nav a {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 0 clamp(14px, 1.7vw, 32px);
  border-left: 1px solid var(--line);
  font-size: 0.86rem;
  font-weight: 560;
  transition: background 180ms ease, color 180ms ease;
}

.main-nav a:hover {
  background: var(--ink);
  color: var(--white);
}

.language {
  height: 38px;
  margin-left: 18px;
  padding: 0 13px;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  position: relative;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr);
  min-height: min(820px, calc(100vh - 82px));
  overflow: hidden;
  background-color: #fbfcfb;
  border-bottom: 1px solid var(--line);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.hero::before {
  right: 4%;
  bottom: 11%;
  width: 38%;
  height: 62%;
  border-top: 1px solid rgba(85, 199, 72, 0.34);
  border-right: 1px solid rgba(17, 20, 17, 0.14);
  transform: skewY(-7deg);
}

.hero::after {
  right: 8%;
  bottom: 7%;
  width: 20px;
  height: 20px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(68px, 7.2vw, 118px) clamp(28px, 3.8vw, 72px) clamp(42px, 5vw, 78px) clamp(32px, 6.8vw, 112px);
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 27px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 19px;
  height: 6px;
  border-left: 7px solid var(--green);
  border-right: 4px solid rgba(85, 199, 72, 0.25);
}

.hero-kicker i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ink);
}

.hero-kicker span:first-of-type {
  color: var(--green-dark);
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3.3rem, 4.65vw, 5.75rem);
  line-height: 0.94;
  letter-spacing: -0.052em;
  font-weight: 700;
}

.hero-copy > p {
  max-width: 550px;
  margin: 27px 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.15vw, 1.2rem);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  background: none;
  cursor: pointer;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button svg,
.model-card > a svg,
.monitor-panel > a svg,
.whatsapp-link svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--green);
  background: var(--green);
}

.button-primary:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.button-outline:hover {
  background: var(--white);
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 660px;
  margin-top: clamp(38px, 5vw, 66px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.proof-row > div {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  border-right: 1px solid var(--line);
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.35;
}

.proof-row > div:last-child {
  border-right: 0;
}

.proof-icon {
  display: grid;
  width: 33px;
  height: 33px;
  flex: 0 0 33px;
  place-items: center;
  border: 1px solid rgba(20, 60, 46, 0.28);
  border-radius: 50%;
  color: var(--green-dark);
  background: rgba(85, 199, 72, 0.07);
}

.proof-icon svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.65;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 100%;
  overflow: visible;
  background:
    radial-gradient(circle at 56% 47%, rgba(85, 199, 72, 0.12), transparent 44%),
    transparent;
}

.hero-visual::before {
  content: "";
  position: absolute;
  top: 11%;
  right: 8%;
  bottom: 7%;
  left: 6%;
  z-index: -1;
  border: 1px solid rgba(17, 20, 17, 0.08);
  border-radius: 48% 48% 8% 8%;
}

.hero-visual img {
  position: absolute;
  right: -2%;
  bottom: -1%;
  width: 100%;
  height: 97%;
  object-fit: contain;
  object-position: right bottom;
  filter: saturate(0.96) contrast(1.025);
  mix-blend-mode: multiply;
  transform: translateX(-8vw) scale(1.18);
  transform-origin: right center;
  transition: transform 900ms cubic-bezier(.2,.7,.2,1);
}

.hero-visual:hover img {
  transform: translateX(-8vw) translateY(-4px) scale(1.19);
}

.hero-measure {
  position: absolute;
  z-index: 4;
  color: rgba(20, 60, 46, 0.63);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.hero-measure::before {
  content: "";
  position: absolute;
  background: rgba(85, 199, 72, 0.7);
}

.hero-measure-top {
  top: 12%;
  right: 10%;
}

.hero-measure-top::before {
  right: calc(100% + 10px);
  bottom: 4px;
  width: 52px;
  height: 1px;
}

.hero-measure-side {
  right: 3.5%;
  bottom: 16%;
  writing-mode: vertical-rl;
}

.hero-measure-side::before {
  right: 4px;
  bottom: calc(100% + 10px);
  width: 1px;
  height: 42px;
}

.hero-spec-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(28px, 6vw, 105px);
  background: var(--black);
  color: var(--white);
}

.hero-spec-strip > div {
  display: flex;
  min-height: 126px;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(18px, 2.4vw, 40px);
  border-left: 1px solid #323934;
}

.hero-spec-strip > div:last-child {
  border-right: 1px solid #323934;
}

.hero-spec-strip strong {
  color: var(--green);
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
  letter-spacing: -0.045em;
}

.hero-spec-strip span {
  margin-top: 7px;
  color: #aeb8b1;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding: clamp(90px, 10vw, 170px) clamp(28px, 6vw, 105px);
}

.section-heading {
  max-width: 950px;
  margin-bottom: 70px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--green-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  background: var(--green);
}

.section-heading h2,
.technology-copy h2,
.monitor-panel h2,
.production-copy h2,
.sustainability-content h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2.65rem, 5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  font-weight: 680;
}

.section-heading > p:last-child,
.production-copy > p,
.contact-copy > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}

.step-card {
  min-height: 390px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.step-card:hover {
  z-index: 1;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-8px);
}

.step-number {
  font-size: 0.72rem;
  font-weight: 800;
}

.step-symbol {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  margin: 60px 0 45px;
  border: 1px solid rgba(85, 199, 72, 0.7);
  border-radius: 50%;
  background: rgba(85, 199, 72, 0.075);
  color: var(--green-dark);
}

.step-symbol svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5;
}

.step-card:hover .step-symbol {
  border-color: var(--green);
  background: rgba(85, 199, 72, 0.14);
  color: var(--green);
}

.step-card h3 {
  margin: 0 0 18px;
  font-size: 1.65rem;
  letter-spacing: -0.03em;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.step-card:hover p {
  color: #b9c2bb;
}

.technology-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 8vw, 140px);
  align-items: center;
  background: var(--white);
}

.technology-visual {
  position: relative;
  padding: 20px 0 40px 20px;
}

.image-frame {
  position: relative;
  height: min(760px, 75vw);
  min-height: 590px;
  overflow: hidden;
  background: #dfe5df;
}

.image-frame::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 35%;
  height: 35%;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  z-index: 2;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tech-stamp {
  position: absolute;
  right: -26px;
  bottom: 0;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  padding: 20px 24px;
  background: var(--green);
}

.tech-stamp span {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  font-weight: 800;
}

.tech-stamp strong {
  margin-top: 5px;
  font-size: 1.8rem;
}

.technology-copy .lead {
  max-width: 650px;
  margin: 28px 0 55px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.technology-list {
  border-top: 1px solid var(--ink);
}

.technology-list article {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.technology-list .technology-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(20, 60, 46, 0.14);
  border-radius: 50%;
  background: rgba(85, 199, 72, 0.075);
  color: var(--green-dark);
}

.technology-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.6;
}

.technology-list h3 {
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.technology-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.technology-list i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-style: normal;
  transition: transform 180ms ease;
}

.technology-list i svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.7;
}

.technology-list article:hover i {
  transform: translate(4px, -4px);
}

.models-section {
  border-top: 1px solid var(--line);
}

.models-heading {
  margin-bottom: 58px;
}

.models-heading > p {
  max-width: 590px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.models-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.model-card {
  display: flex;
  min-width: 0;
  min-height: 580px;
  flex-direction: column;
  padding: clamp(24px, 2.4vw, 38px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.model-card:hover {
  transform: translateY(-6px);
  border-color: var(--ink);
  box-shadow: 0 20px 50px rgba(17, 20, 17, 0.08);
}

.model-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.model-card-head span {
  color: var(--green-dark);
}

.model-card-head small {
  color: var(--muted);
  font-size: inherit;
  text-transform: uppercase;
}

.model-card h3 {
  margin: 34px 0 30px;
  font-size: clamp(2.05rem, 3vw, 3.25rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.model-size {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
  padding: 16px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.model-size span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.model-size strong {
  font-size: 0.93rem;
}

.capacity-table {
  font-size: 0.74rem;
}

.capacity-table > div {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid var(--line);
}

.capacity-table .capacity-head {
  min-height: 30px;
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.capacity-table > div > span {
  text-align: right;
}

.model-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 28px;
  border-bottom: 2px solid var(--green);
  padding-bottom: 10px;
  font-size: 0.84rem;
  font-weight: 800;
}

.monitor-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 740px;
  background: var(--black);
  color: var(--white);
}

.monitor-image {
  min-height: 620px;
  background:
    linear-gradient(90deg, transparent 65%, rgba(12, 16, 13, 0.9)),
    var(--monitor-image) center / cover;
}

.monitor-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px) clamp(35px, 6vw, 105px);
}

.eyebrow.light {
  color: #c6d2c9;
}

.monitor-panel > p:nth-of-type(2) {
  margin: 28px 0 45px;
  color: #aeb8b1;
  line-height: 1.75;
}

.monitor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #343b35;
  border-left: 1px solid #343b35;
}

.monitor-grid > div {
  position: relative;
  min-height: 110px;
  padding: 18px;
  border-right: 1px solid #343b35;
  border-bottom: 1px solid #343b35;
}

.monitor-item-icon {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  color: var(--green);
  stroke-width: 1.55;
  vertical-align: middle;
}

.monitor-grid small {
  color: #768078;
}

.monitor-grid strong {
  display: block;
  margin-top: 23px;
  font-size: 0.9rem;
}

.monitor-panel > a {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  font-weight: 750;
}

.section-heading.horizontal {
  display: grid;
  max-width: none;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: end;
}

.section-heading.horizontal > p {
  margin: 0 0 5px;
}

.uses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.uses-grid article {
  position: relative;
  min-height: 285px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.85);
  transition: background 220ms ease;
}

.uses-grid article:hover {
  background: var(--green);
}

.uses-grid article > span {
  font-size: 0.68rem;
  font-weight: 800;
}

.use-icon {
  position: absolute;
  top: 29px;
  right: 31px;
  width: 32px;
  height: 32px;
  color: var(--green-dark);
  stroke-width: 1.45;
  transition: transform 220ms ease;
}

.uses-grid article:hover .use-icon {
  transform: translateY(-3px);
}

.uses-grid h3 {
  max-width: 420px;
  margin: 75px 0 14px;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  letter-spacing: -0.04em;
}

.uses-grid p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.uses-grid i {
  position: absolute;
  right: 32px;
  bottom: 30px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(17, 20, 17, 0.18);
  border-radius: 50%;
  font-style: normal;
}

.uses-grid i svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.7;
}

.production-section {
  background: var(--white);
}

.production-copy {
  display: grid;
  grid-template-columns: 0.85fr 1.6fr 0.9fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 75px;
}

.production-copy .eyebrow {
  padding-top: 8px;
}

.production-copy > p {
  margin-top: 8px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-list span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  font-size: 0.7rem;
  font-weight: 700;
}

.production-gallery {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 14px;
}

.production-gallery figure {
  position: relative;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  background: #dfe5df;
}

.production-gallery .gallery-main {
  grid-row: 1 / 3;
  min-height: 640px;
}

.production-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.2,.7,.2,1);
}

.production-gallery figure:hover img {
  transform: scale(1.025);
}

.production-gallery figcaption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 8px 10px;
  background: var(--white);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.sustainability-section {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  background: #dceadc;
}

.sustainability-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sustainability-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 249, 246, 0.97) 0%, rgba(246, 249, 246, 0.88) 42%, rgba(246, 249, 246, 0.06) 72%);
}

.sustainability-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 670px;
  max-width: 760px;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(28px, 7vw, 120px);
}

.sustainability-content p:last-child {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(60px, 9vw, 150px);
  padding: clamp(90px, 10vw, 170px) clamp(28px, 7vw, 120px);
}

.contact-copy > p {
  max-width: 630px;
}

.direct-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.direct-contact small {
  margin-bottom: 14px;
  color: var(--muted);
  font-weight: 700;
}

.direct-contact a {
  margin: 4px 0;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 800;
}

.whatsapp-link {
  display: flex;
  max-width: 340px;
  justify-content: space-between;
  margin-top: 35px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--green);
  font-weight: 800;
}

.quote-form {
  align-self: start;
  padding: clamp(28px, 4vw, 55px);
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: 18px 18px 0 var(--green);
}

.quote-form h3 {
  margin: 0 0 35px;
  font-size: 1.65rem;
  letter-spacing: -0.04em;
}

.quote-form label {
  display: block;
  margin-bottom: 22px;
}

.quote-form label span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  background: transparent;
  resize: vertical;
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-bottom-color: var(--green);
}

.quote-form .button {
  width: 100%;
  margin-top: 12px;
}

.orvm-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-notice {
  margin: -12px 0 24px;
  padding: 12px 14px;
  border-left: 3px solid var(--green);
  background: rgba(85, 199, 72, 0.1);
  color: var(--green-dark);
  font-size: 0.86rem;
  line-height: 1.55;
}

.form-notice-error {
  border-left-color: #c4423a;
  background: rgba(196, 66, 58, 0.08);
  color: #7d2924;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.screen-reader-text:focus {
  top: 12px;
  left: 12px;
  z-index: 100000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  clip: auto;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.content-shell {
  min-height: 65vh;
  padding: clamp(80px, 9vw, 150px) clamp(24px, 7vw, 120px);
  background: var(--paper);
}

.content-shell-inner {
  max-width: 900px;
  margin: 0 auto;
}

.content-shell h1 {
  margin: 0 0 35px;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.entry-content {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.entry-content img {
  height: auto;
}

.entry-card {
  margin-bottom: 18px;
  padding: clamp(24px, 4vw, 45px);
  border: 1px solid var(--line);
  background: var(--white);
}

.entry-card h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.pagination {
  margin-top: 40px;
}

.admin-bar .site-header {
  top: 32px;
}

footer {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  gap: 40px;
  align-items: end;
  padding: 55px 4vw;
  border-top: 1px solid #303632;
  background: var(--black);
  color: var(--white);
}

footer > div {
  font-size: 0.75rem;
  line-height: 1.5;
}

footer > div p {
  margin: 7px 0 0;
  color: #8f9991;
}

footer > p {
  margin: 0;
  color: #8f9991;
  font-size: 0.72rem;
  text-align: right;
}

@media (max-width: 1100px) {
  .main-nav a {
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 650px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-visual {
    min-height: 680px;
  }

  .hero-visual img {
    right: 4%;
    width: 92%;
    transform: none;
  }

  .hero-visual:hover img {
    transform: translateY(-4px);
  }

  .models-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .model-card:last-child {
    grid-column: 1 / -1;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .technology-section,
  .monitor-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .technology-visual {
    max-width: 760px;
  }

  .monitor-panel {
    min-height: 660px;
  }

  .production-copy {
    grid-template-columns: 1fr;
  }

  .production-copy > p {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    min-height: 70px;
    padding: 0 20px 0 24px;
  }

  .menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 20px;
    height: 1px;
    background: var(--ink);
  }

  .main-nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    height: auto;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--ink);
    background: var(--paper);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav-list {
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .main-nav-list li {
    display: block;
    height: auto;
  }

  .main-nav a {
    display: flex;
    height: 52px;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    border-left: 0;
    padding: 0 22px;
  }

  .language {
    margin-left: 2px;
  }

  .brand-logo {
    width: 175px;
    max-height: 40px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    min-height: auto;
    padding: 80px 24px 65px;
  }

  .hero-kicker {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  .hero h1 {
    font-size: clamp(3rem, 13.2vw, 4.8rem);
  }

  .hero-actions {
    align-items: flex-start;
  }

  .button {
    width: 100%;
  }

  .proof-row {
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: 42px;
  }

  .proof-row > div {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-row > div:last-child {
    border-bottom: 0;
  }

  .hero-visual {
    min-height: 540px;
  }

  .hero-visual img {
    right: 0;
    width: 100%;
    height: 95%;
  }

  .hero::before,
  .hero::after,
  .hero-measure {
    display: none;
  }

  .hero-spec-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
  }

  .hero-spec-strip > div {
    min-height: 105px;
    padding: 20px 16px;
    border-bottom: 1px solid #323934;
  }

  .hero-spec-strip > div:nth-child(2) {
    border-right: 1px solid #323934;
  }

  .models-grid {
    grid-template-columns: 1fr;
  }

  .model-card,
  .model-card:last-child {
    grid-column: auto;
    min-height: 530px;
  }

  .section {
    padding: 90px 24px;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .steps-grid,
  .uses-grid,
  .monitor-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 325px;
  }

  .step-symbol {
    margin: 42px 0 32px;
  }

  .technology-section {
    padding: 90px 24px;
  }

  .technology-visual {
    padding-left: 0;
  }

  .image-frame {
    min-height: 540px;
  }

  .tech-stamp {
    right: -8px;
  }

  .monitor-image {
    min-height: 520px;
  }

  .monitor-panel {
    padding: 80px 24px;
  }

  .section-heading.horizontal {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .production-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .production-gallery .gallery-main {
    grid-row: auto;
    min-height: 430px;
  }

  .sustainability-section,
  .sustainability-content {
    min-height: 640px;
  }

  .sustainability-section::after {
    background: linear-gradient(90deg, rgba(246, 249, 246, 0.98), rgba(246, 249, 246, 0.74));
  }

  .contact-section {
    padding: 90px 24px 110px;
  }

  .quote-form {
    box-shadow: 10px 10px 0 var(--green);
  }

  footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 50px 24px;
  }

  footer > p {
    text-align: left;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}


/* NetSEO footer credit */
footer {
  position: relative;
  padding-bottom: 92px;
}

.netseo-credit {
  position: absolute;
  right: 4vw;
  bottom: 24px;
  display: block;
  width: clamp(132px, 11vw, 176px);
  line-height: 0;
  opacity: 0.92;
  transition: opacity 180ms ease;
}

.netseo-credit:hover,
.netseo-credit:focus-visible {
  opacity: 1;
}

.netseo-credit img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1) brightness(0) invert(1);
}

@media (max-width: 960px) {
  footer {
    padding-bottom: 92px;
  }

  .netseo-credit {
    right: 24px;
    bottom: 24px;
    width: 142px;
  }
}