:root {
  --ink: #17191a;
  --muted: #66696b;
  --orange: #d86d00;
  --orange-dark: #9b4800;
  --paper: #fbfbfd;
  --soft: #f1f1f3;
  --line: #ddd5ce;
  --charcoal: #292c2e;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hanken Grotesk", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
.section-shell {
  width: min(1280px, calc(100% - 64px));
  margin: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 251, 253, 0.94);
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  width: min(1280px, calc(100% - 64px));
  height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.brand img {
  height: 38px;
  width: 80px;
  object-fit: cover;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 600;
}
.main-nav a:not(.nav-cta) {
  padding: 28px 0 24px;
  border-bottom: 2px solid transparent;
}
.main-nav a.active,
.main-nav a:hover {
  color: var(--orange-dark);
  border-color: var(--orange);
}
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s ease;
}
.nav-cta {
  color: #fff;
  background: var(--orange);
  padding: 13px 22px;
}
.nav-cta:hover,
.button-primary:hover {
  background: #b75600;
  transform: translateY(-2px);
}
.menu-toggle {
  display: none;
  background: 0;
  border: 0;
  font-size: 24px;
}
.hero {
  min-height: 650px;
  padding-top: 80px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 48px;
  align-items: center;
}
.eyebrow,
.card-index,
.footer-label,
.step-label,
.field-label {
  font:
    600 11px/1.3 "JetBrains Mono",
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--orange-dark);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  letter-spacing: -0.055em;
  line-height: 0.98;
}
h1 {
  font-size: clamp(48px, 6vw, 80px);
  max-width: 680px;
  margin: 22px 0 28px;
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--orange);
}
.hero-lede {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 34px 0;
}
.button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 3px;
}
.button-primary {
  background: var(--orange);
  color: #fff;
}
.button-quiet {
  border-color: #a69d95;
  color: var(--ink);
}
.button-quiet:hover,
.button-outline:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.button-dark {
  background: var(--charcoal);
  color: white;
}
.button-dark:hover {
  background: var(--orange);
}
.hero-note {
  font:
    500 11px "JetBrains Mono",
    monospace;
  color: var(--muted);
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  margin-right: 8px;
}
.hero-visual {
  position: relative;
  height: 520px;
  background: #eeeae5;
  overflow: hidden;
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(120, 90, 60, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 90, 60, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
}
.hero-image {
  position: absolute;
  box-shadow: 0 20px 36px rgba(30, 20, 10, 0.18);
  background: #fff;
  animation: float 7s ease-in-out infinite;
}
.hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image-back {
  width: 220px;
  height: 250px;
  right: 54px;
  top: 60px;
  transform: rotate(8deg);
  animation-delay: -2s;
}
.hero-image-main {
  width: 310px;
  height: 400px;
  left: 100px;
  top: 75px;
  transform: rotate(-4deg);
  z-index: 2;
}
.hero-image-small {
  width: 178px;
  height: 190px;
  right: 76px;
  bottom: 44px;
  transform: rotate(5deg);
  z-index: 3;
  animation-delay: -4s;
}
.hero-stamp {
  position: absolute;
  right: 28px;
  top: 25px;
  font: 600 12px "JetBrains Mono";
  color: var(--orange-dark);
  letter-spacing: 0.1em;
  z-index: 4;
}
.hero-stamp small {
  color: var(--muted);
  font-size: 9px;
}
@keyframes float {
  50% {
    translate: 0 -8px;
  }
}
.category-section {
  padding: 60px 0 120px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 44px;
}
.section-heading.compact {
  display: block;
  margin-bottom: 30px;
}
.section-heading h2,
.finder h2,
.trust-section h2,
.contact-banner h2 {
  font-size: clamp(38px, 4vw, 58px);
  margin: 12px 0 0;
}
.section-heading > p {
  max-width: 380px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.category-card {
  min-height: 330px;
  padding: 34px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.category-card > div {
  position: relative;
  z-index: 1;
  width: 52%;
}
.category-card h3 {
  font-size: 31px;
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin: 18px 0;
}
.category-card p:not(.card-index) {
  color: var(--muted);
  line-height: 1.5;
}
.category-card img {
  width: 47%;
  object-fit: cover;
  align-self: end;
  height: 260px;
  margin-right: -34px;
  margin-bottom: -34px;
}
.text-link {
  display: block;
  margin-top: 36px;
  color: var(--orange-dark);
  font-weight: 600;
}
.text-link b {
  font-size: 20px;
  margin-left: 6px;
}
.dark-card {
  background: var(--charcoal);
  color: #fff;
  border-color: var(--charcoal);
}
.dark-card p:not(.card-index) {
  color: #babbbb;
}
.dark-card .card-index {
  color: #ef9551;
}
.machine-illustration {
  position: relative;
  align-self: end;
  width: 43%;
  height: 215px;
  background: linear-gradient(135deg, #dee3e5, #899297);
  border: 7px solid #a7b1b4;
  box-shadow:
    inset 0 0 0 10px #d7ddde,
    0 15px 25px #1115;
  transform: perspective(400px) rotateY(-15deg);
  margin: 0 -34px -34px 0;
}
.machine-screen {
  position: absolute;
  right: 13px;
  top: 30px;
  width: 55px;
  height: 44px;
  background: #9be0e7;
  border: 4px solid #59676b;
}
.machine-arm {
  position: absolute;
  left: 40px;
  top: 26px;
  width: 65px;
  height: 105px;
  border: 12px solid #647073;
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
}
.machine-body {
  position: absolute;
  left: 18px;
  bottom: 27px;
  width: 100px;
  height: 48px;
  background: #6f7c80;
}
.machine-base {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  height: 22px;
  background: #4f595c;
}
.pouch-section {
  background: var(--soft);
  padding: 100px 0;
}
.filter-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.filter {
  border: 1px solid #c8c2bd;
  background: transparent;
  padding: 11px 16px;
  border-radius: 3px;
  color: var(--muted);
  cursor: pointer;
}
.filter.active,
.filter:hover {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  background: #fff;
  border: 1px solid #e1ddda;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.product-card-image {
  height: 250px;
  background: #e9e8e7;
  position: relative;
  overflow: hidden;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.product-card:hover img {
  transform: scale(1.05);
}
.badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--orange);
  color: #fff;
  font: 600 10px "JetBrains Mono";
  padding: 6px 8px;
}
.product-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card h3 {
  font-size: 21px;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}
.product-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.product-card .button {
  margin-top: auto;
  width: 100%;
  min-height: 40px;
  font-size: 13px;
}
.card-secondary {
  border-color: #bbb;
  color: #555;
  background: #fff;
  margin-bottom: 8px;
}
.center-action {
  text-align: center;
  margin-top: 38px;
}
.finder {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.finder-copy > p:last-child {
  max-width: 340px;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 28px;
}
.finder-form {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.step-label {
  color: var(--ink);
  margin: 22px 0 14px;
}
.step-label span {
  color: var(--orange);
  margin-right: 10px;
}
.choice-grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.choice-grid label {
  cursor: pointer;
}
.choice-grid input {
  position: absolute;
  opacity: 0;
}
.choice-grid span {
  display: block;
  padding: 10px 13px;
  border: 1px solid #cfc8c1;
  color: var(--muted);
  font-size: 14px;
}
.choice-grid input:checked + span {
  background: #f7e1cf;
  border-color: var(--orange-dark);
  color: var(--orange-dark);
}
.field-label {
  display: block;
  margin-top: 30px;
  color: var(--ink);
}
.finder-form > input {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #aaa29b;
  background: transparent;
  padding: 14px 0;
  outline: 0;
}
.finder-form > input:focus {
  border-color: var(--orange);
}
.finder-form > .button {
  margin-top: 30px;
}
.equipment-section {
  background: #e9eaeb;
  padding: 100px 0;
}
.equipment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.equipment-card {
  background: #fff;
  border: 1px solid #d7d7d5;
}
.equipment-art {
  height: 260px;
  margin: 20px;
  background: #edf0f1;
  position: relative;
  overflow: hidden;
}
.equipment-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#9ba2a3 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.18;
}
.coating-art > *,
.sheeter-art > * {
  position: absolute;
  z-index: 1;
}
.drum {
  width: 145px;
  height: 108px;
  border-radius: 50%;
  background: linear-gradient(135deg, #879499, #dfe5e5 55%, #596669);
  left: 95px;
  top: 78px;
  transform: rotate(-18deg);
  border: 10px solid #657174;
}
.hopper {
  width: 55px;
  height: 60px;
  border: 10px solid #717d80;
  border-bottom: 0;
  left: 145px;
  top: 28px;
  transform: skew(-15deg);
}
.leg {
  height: 80px;
  width: 12px;
  background: #596568;
  top: 160px;
}
.leg.one {
  left: 120px;
  transform: rotate(12deg);
}
.leg.two {
  left: 235px;
  transform: rotate(-12deg);
}
.sheeter-art .belt {
  width: 280px;
  height: 42px;
  background: #626d70;
  left: 36px;
  top: 135px;
  box-shadow: 0 10px #aab2b3;
}
.sheeter-art .roller {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #cbd3d4;
  border: 9px solid #687477;
  top: 82px;
}
.r1 {
  left: 70px;
}
.r2 {
  right: 62px;
}
.sheeter-top {
  width: 108px;
  height: 70px;
  background: #aeb9bb;
  border: 10px solid #647174;
  left: 125px;
  top: 58px;
}
.equipment-info {
  padding: 4px 28px 28px;
}
.equipment-info h3 {
  font-size: 24px;
  margin: 12px 0;
}
.equipment-info > p:not(.card-index) {
  color: var(--muted);
  line-height: 1.5;
}
.equipment-info ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid #e7e2df;
  margin: 24px 0;
  padding-top: 18px;
  color: #5f6263;
  font-size: 13px;
  line-height: 2;
}
.equipment-info li:before {
  content: "+";
  color: var(--orange);
  margin-right: 8px;
}
.button-outline {
  border-color: #a69d95;
  color: #4f5252;
}
.trust-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.trust-intro > p:last-child {
  color: var(--muted);
  line-height: 1.6;
  max-width: 330px;
  margin-top: 28px;
}
.trust-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}
.trust-list > div {
  padding: 24px 20px 24px 0;
  border-bottom: 1px solid var(--line);
}
.trust-list > div:nth-child(odd) {
  border-right: 1px solid var(--line);
  padding-right: 30px;
}
.trust-list > div:nth-child(even) {
  padding-left: 30px;
}
.trust-list span {
  font: 600 11px "JetBrains Mono";
  color: var(--orange);
}
.trust-list h3 {
  font-size: 20px;
  margin: 20px 0 8px;
}
.trust-list p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}
.contact-banner {
  background: #dfd0c5;
  padding: 90px 0;
}
.contact-banner .section-shell {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.contact-banner h2 {
  margin-bottom: 0;
}
.contact-banner .section-shell > div {
  max-width: 300px;
}
.contact-banner p:not(.eyebrow) {
  color: #6d655f;
  line-height: 1.5;
}
.site-footer {
  background: var(--charcoal);
  color: #fff;
  padding-top: 70px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 55px;
}
.footer-brand {
  font-size: 26px;
  font-weight: 700;
}
.footer-grid > div > p:not(.footer-label) {
  color: #b8baba;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
.footer-label {
  color: #ef9551;
}
.footer-grid > div > a:not(.footer-brand) {
  display: block;
  color: #d0d0d0;
  margin: 14px 0;
  font-size: 14px;
}
.footer-grid > div > a:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid #454849;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  color: #929596;
  font: 500 10px "JetBrains Mono";
  letter-spacing: 0.04em;
}
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #20c76a;
  color: #fff;
  font-size: 28px;
  z-index: 9;
  box-shadow: 0 4px 12px #0003;
}
.product-modal {
  border: 0;
  padding: 0;
  background: transparent;
  max-width: min(720px, calc(100% - 32px));
  width: 100%;
}
.product-modal::backdrop {
  background: #121313aa;
  backdrop-filter: blur(4px);
}
.modal-close {
  position: absolute;
  right: 14px;
  top: 8px;
  border: 0;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
  z-index: 2;
}
.modal-inner {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.modal-inner img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.modal-copy {
  padding: 42px 30px;
}
.modal-copy h2 {
  font-size: 36px;
  margin: 14px 0;
}
.modal-copy p {
  color: var(--muted);
  line-height: 1.6;
}
.modal-copy .button {
  margin-top: 16px;
  width: 100%;
}
@media (max-width: 900px) {
  .section-shell,
  .nav-wrap {
    width: min(100% - 32px, 680px);
  }
  .main-nav {
    gap: 16px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }
  .hero-visual {
    height: 420px;
  }
  .category-grid,
  .equipment-grid,
  .finder,
  .trust-section {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .finder {
    padding: 80px 0;
  }
  .trust-section {
    padding: 80px 0;
  }
  .contact-banner .section-shell {
    display: block;
  }
  .contact-banner .section-shell > div {
    margin-top: 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 640px) {
  .site-header {
    position: sticky;
  }
  .nav-wrap {
    height: 64px;
  }
  .brand {
    font-size: 18px;
  }
  .brand img {
    height: 31px;
    width: 65px;
  }
  .menu-toggle {
    display: block;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 12px 16px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a:not(.nav-cta) {
    padding: 13px 0;
  }
  .nav-cta {
    text-align: center;
    margin-top: 8px;
  }
  .hero {
    padding-top: 45px;
    padding-bottom: 65px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-lede {
    font-size: 16px;
  }
  .hero-visual {
    height: 330px;
  }
  .hero-image-main {
    width: 200px;
    height: 260px;
    left: 45px;
    top: 45px;
  }
  .hero-image-back {
    width: 150px;
    height: 170px;
    right: 20px;
    top: 30px;
  }
  .hero-image-small {
    width: 120px;
    height: 130px;
    right: 22px;
    bottom: 25px;
  }
  .category-section,
  .pouch-section,
  .equipment-section {
    padding: 70px 0;
  }
  .category-card {
    padding: 24px;
    min-height: 330px;
  }
  .category-card > div {
    width: 65%;
  }
  .category-card img {
    width: 55%;
    margin-right: -24px;
    margin-bottom: -24px;
  }
  .machine-illustration {
    width: 47%;
    margin-right: -24px;
    margin-bottom: -24px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 22px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card-image {
    height: 290px;
  }
  .finder {
    padding: 70px 0;
  }
  .equipment-art {
    height: 210px;
  }
  .equipment-info {
    padding: 4px 20px 24px;
  }
  .trust-list {
    grid-template-columns: 1fr;
  }
  .trust-list > div:nth-child(odd) {
    border-right: 0;
    padding-right: 0;
  }
  .trust-list > div:nth-child(even) {
    padding-left: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
  .footer-bottom {
    display: block;
    line-height: 2;
  }
  .footer-bottom span {
    display: block;
  }
  .modal-inner {
    grid-template-columns: 1fr;
  }
  .modal-inner img {
    min-height: 250px;
    max-height: 320px;
  }
  .modal-copy {
    padding: 28px;
  }
  .modal-copy h2 {
    font-size: 30px;
  }
}
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  fill: currentColor;
  flex: none;
}
.float-icon {
  width: 27px;
  height: 27px;
  fill: currentColor;
}
.inline-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: -2px;
  fill: currentColor;
  margin-right: 5px;
}
.social-links {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.social-links a {
  width: 36px;
  height: 36px;
  border: 1px solid #626566;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  transition: 0.2s ease;
}
.social-links a:hover {
  background: var(--orange);
  border-color: var(--orange);
  transform: translateY(-2px);
}
.social-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.whatsapp-float {
  display: grid;
  place-items: center;
}
.category-machine-image {
  width: 47%;
  height: 260px;
  object-fit: contain;
  align-self: end;
  margin-right: -34px;
  margin-bottom: -34px;
  mix-blend-mode: multiply;
}
.social-links img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.whatsapp-float img {
  width: 30px;
  height: 30px;
}
.catalog-hero {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  padding: 90px 0;
}
.catalog-hero h1,
.equipment-page-hero h1 {
  font-size: clamp(48px, 6vw, 76px);
  margin: 18px 0;
}
.catalog-hero p:last-child,
.equipment-page-hero > div > p:not(.eyebrow) {
  font-size: 18px;
  color: var(--muted);
  max-width: 570px;
  line-height: 1.55;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 52px;
  padding-top: 60px;
  padding-bottom: 100px;
}
.catalog-sidebar {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.catalog-sidebar h2 {
  font-size: 27px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 15px;
  margin: 12px 0 20px;
}
.catalog-sidebar .filter {
  border: 0;
  border-bottom: 1px solid #e7e0da;
  border-radius: 0;
  text-align: left;
  background: transparent;
  padding: 13px 12px;
}
.catalog-sidebar .filter.active,
.catalog-sidebar .filter:hover {
  background: #f4e3d4;
  color: var(--orange-dark);
  border-color: transparent;
}
.catalog-toolbar {
  display: flex;
  gap: 15px;
  align-items: center;
  font:
    500 11px "JetBrains Mono",
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
  margin-bottom: 22px;
}
.catalog-rule {
  height: 1px;
  background: var(--line);
  flex: 1;
}
.equipment-page-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 90px;
}
.equipment-page-hero > div > p:last-of-type {
  margin-bottom: 30px;
}
.equipment-hero-image {
  height: 400px;
  background: #e8ebec;
  overflow: hidden;
}
.equipment-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.machines-catalog {
  background: var(--soft);
  padding: 90px 0 110px;
}
.machine-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.machine-card {
  background: #fff;
  border: 1px solid var(--line);
}
.machine-image {
  height: 290px;
  background: #eef0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.machine-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.35s;
}
.machine-card:hover .machine-image img {
  transform: scale(1.04);
}
.machine-copy {
  padding: 24px 28px 30px;
}
.machine-copy h3 {
  font-size: 25px;
  margin: 12px 0;
}
.machine-copy p:not(.card-index) {
  color: var(--muted);
  line-height: 1.55;
  min-height: 48px;
}
.machine-copy .button {
  margin-top: 12px;
}
.icon-sprite {
  pointer-events: none;
}
@media (max-width: 900px) {
  .catalog-layout,
  .equipment-page-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .catalog-sidebar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .catalog-sidebar .eyebrow,
  .catalog-sidebar h2 {
    grid-column: 1/-1;
  }
  .equipment-hero-image {
    height: 330px;
  }
  .machine-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .catalog-hero,
  .machines-catalog {
    padding: 65px 0;
  }
  .catalog-hero h1,
  .equipment-page-hero h1 {
    font-size: 48px;
  }
  .catalog-layout {
    padding-top: 40px;
  }
  .catalog-sidebar {
    display: flex;
  }
  .equipment-page-hero {
    padding-top: 45px;
    padding-bottom: 65px;
    gap: 38px;
  }
  .equipment-hero-image {
    height: 260px;
  }
  .machine-image {
    height: 240px;
  }
  .catalog-toolbar {
    display: block;
    line-height: 2;
  }
  .catalog-rule {
    display: block;
    margin: 5px 0;
  }
  .social-links a {
    width: 34px;
    height: 34px;
  }
}
.hero-copy > *,
.catalog-hero .section-shell > *,
.equipment-page-hero > div:first-child > * {
  opacity: 0;
  animation: hero-text-in 0.7s cubic-bezier(0.22, 0.8, 0.3, 1) forwards;
}
.hero-copy .eyebrow,
.catalog-hero .eyebrow,
.equipment-page-hero .eyebrow {
  animation-delay: 0.08s;
}
.hero-copy h1,
.catalog-hero h1,
.equipment-page-hero h1 {
  animation-delay: 0.18s;
}
.hero-copy .hero-lede,
.catalog-hero p:last-child,
.equipment-page-hero > div:first-child > p:last-of-type {
  animation-delay: 0.3s;
}
.hero-copy .hero-actions,
.equipment-page-hero .button {
  animation-delay: 0.42s;
}
.hero-copy .hero-note {
  animation-delay: 0.54s;
}
@keyframes hero-text-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-copy > *,
  .catalog-hero .section-shell > *,
  .equipment-page-hero > div:first-child > * {
    opacity: 1;
    animation: none;
  }
}
.hero-copy h1,
.catalog-hero h1,
.equipment-page-hero h1 {
  animation:
    hero-text-in 0.7s cubic-bezier(0.22, 0.8, 0.3, 1) forwards,
    hero-title-pulse 5.2s 1.15s ease-in-out infinite;
}
.hero-copy h1 em,
.catalog-hero h1 em,
.equipment-page-hero h1 em {
  display: inline-block;
  animation: hero-accent-pulse 5.2s 1.15s ease-in-out infinite;
}
@keyframes hero-title-pulse {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  48% {
    opacity: 0.78;
    transform: translateY(-2px);
  }
  58% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero-accent-pulse {
  0%,
  100% {
    text-shadow: 0 0 0 transparent;
  }
  50% {
    text-shadow: 0 0 22px rgba(216, 109, 0, 0.34);
  }
}
.nav-cta .icon,
.button .icon {
  background: url("assets/icons/icons8-whatsapp-48.png") center/contain
    no-repeat;
  fill: none;
}
.nav-cta .icon use,
.button .icon use {
  display: none;
}
.whatsapp-float .float-icon {
  background: url("assets/icons/icons8-whatsapp-48.png") center/contain
    no-repeat;
  fill: none;
}
.whatsapp-float .float-icon use {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .hero-copy > *,
  .catalog-hero .section-shell > *,
  .equipment-page-hero > div:first-child > *,
  .hero-copy h1,
  .catalog-hero h1,
  .equipment-page-hero h1,
  .hero-copy h1 em,
  .catalog-hero h1 em,
  .equipment-page-hero h1 em {
    opacity: 1;
    animation: none !important;
  }
}
.hero-copy h1,
.catalog-hero h1,
.equipment-page-hero h1 {
  opacity: 1 !important;
  animation: hero-statement-loop 3.6s ease-in-out infinite !important;
}
.hero-copy h1 em,
.catalog-hero h1 em,
.equipment-page-hero h1 em {
  animation: hero-accent-loop 3.6s ease-in-out infinite !important;
}
@keyframes hero-statement-loop {
  0%,
  100% {
    opacity: 0.88;
    transform: translateY(0);
    filter: drop-shadow(0 0 0 transparent);
  }
  50% {
    opacity: 1;
    transform: translateY(-4px);
    filter: drop-shadow(0 12px 18px rgba(28, 24, 20, 0.12));
  }
}
@keyframes hero-accent-loop {
  0%,
  100% {
    text-shadow: 0 0 0 transparent;
    transform: translateX(0);
  }
  50% {
    text-shadow: 0 0 24px rgba(216, 109, 0, 0.48);
    transform: translateX(3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-copy h1,
  .catalog-hero h1,
  .equipment-page-hero h1,
  .hero-copy h1 em,
  .catalog-hero h1 em,
  .equipment-page-hero h1 em {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
.equipment-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.45s ease;
}
.equipment-card:hover .equipment-card-image {
  transform: scale(1.04);
}
.equipment-hero-image img {
  content: url("assets/products/machines/ground%20nut%20machine.webp");
}
.brand span {
  display: none;
}

/* Reveal the emphasized phrase in each page hero as a typewriter animation. */
.hero h1 em,
.catalog-hero h1 em,
.equipment-page-hero h1 em {
  width: 0;
  max-width: max-content;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  border-right: 2px solid currentColor;
  animation: hero-typewriter var(--typewriter-duration, 1.3s) steps(var(--typewriter-steps, 20), end) 0.8s forwards,
    hero-caret-blink 0.75s step-end 0.8s 5 !important;
}

@keyframes hero-typewriter {
  from { width: 0; }
  to { width: var(--typewriter-width, 100%); }
}

@keyframes hero-caret-blink {
  0%, 100% { border-color: currentColor; }
  50% { border-color: transparent; }
}

@media (prefers-reduced-motion: reduce) {
  .hero h1 em,
  .catalog-hero h1 em,
  .equipment-page-hero h1 em {
    width: auto;
    max-width: none;
    border-right: 0;
    animation: none !important;
  }
}

/* Continue the homepage hero emphasis with a rotating value proposition. */
.hero h1 em.word-rotating {
  width: var(--rotation-width);
  max-width: none;
  animation: none !important;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero h1 em.word-exiting {
  opacity: 0;
  transform: translateY(-0.45em);
}

@media (prefers-reduced-motion: reduce) {
  .hero h1 em.word-rotating {
    width: auto;
    max-width: max-content;
    transition: none;
  }
}
