:root {
  --green-950: #0d2318;
  --green-900: #123322;
  --green-800: #1f4d34;
  --green-700: #2f6a44;
  --green-100: #e7efe7;
  --cream: #f4f0e6;
  --orange: #dd5f22;
  --orange-dark: #b84a18;
  --yellow: #d9a735;
  --ink: #18231c;
  --muted: #69756d;
  --line: #d9e0d9;
  --surface: #ffffff;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(13, 35, 24, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #f4f6f0;
  color: var(--ink);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.top-bar {
  align-items: center;
  background: var(--green-950);
  color: #eaf0e7;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  gap: 8px 24px;
  justify-content: center;
  min-height: 38px;
  padding: 8px 5vw;
  overflow-wrap: anywhere;
}

.site-header {
  align-items: center;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 86px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  display: inline-flex;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  width: auto;
}

.brand img {
  background: var(--green-800);
  max-height: 58px;
  object-fit: contain;
  padding: 8px 12px;
}

.main-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 0.95rem;
  font-weight: 800;
  padding-top: 0;
}

.main-nav a {
  color: #263229;
}

.main-nav .nav-cta {
  background: var(--orange);
  color: var(--white);
  padding: 14px 18px;
}

.header-search {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding-top: 16px;
}

.header-search label {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.header-search input,
.quote-form input,
.quote-form textarea {
  border: 1px solid #bdc9be;
  border-radius: 14px;
  min-height: 44px;
  padding: 11px 12px;
  width: 100%;
}

.hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(13, 35, 24, 0.88), rgba(13, 35, 24, 0.56), rgba(13, 35, 24, 0.1)),
    url("assets/catalogo/page-01-image-00.webp") center / cover;
  color: var(--white);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr);
  min-height: 560px;
  padding: 80px 5vw;
  position: relative;
}

.hero::before {
  background: rgba(13, 35, 24, 0.06);
  content: "";
  inset: 0;
  position: absolute;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 860px;
}

.eyebrow {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.button,
.main-nav,
.category-button span,
.filter-block label,
.text-button {
  font-family: "Montserrat", "Inter", Arial, Helvetica, sans-serif;
}

h1 {
  font-size: clamp(4.2rem, 12vw, 9.4rem);
  letter-spacing: 0;
  line-height: 0.86;
  margin-bottom: 26px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 0;
}

h3 {
  font-size: 1.04rem;
  line-height: 1.22;
  margin-bottom: 8px;
}

.hero-copy p:not(.eyebrow) {
  color: #edf3ec;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  font-weight: 500;
  max-width: 760px;
}

.page-hero {
  background: var(--green-950);
  color: var(--white);
  padding: 58px 5vw;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  margin-bottom: 16px;
}

.page-hero p:not(.eyebrow) {
  color: #dfe9df;
  font-size: 1.08rem;
  max-width: 820px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
}

.button.primary,
.button.small {
  background: var(--orange);
  color: var(--white);
}

.button.primary:hover,
.button.small:hover {
  background: var(--orange-dark);
}

.button.ghost {
  background: rgba(13, 35, 24, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.category-showcase {
  background: #f4f6f0;
  padding: 64px 5vw 76px;
}

.category-showcase h2 {
  color: var(--ink);
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 0.98;
  max-width: 820px;
}

.category-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.category-card {
  background: var(--white);
  border: 1px solid #d6ddd2;
  color: var(--ink);
  display: grid;
  grid-template-rows: 210px 1fr;
  min-height: 410px;
  overflow: hidden;
}

.category-card img {
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.category-card div {
  background: var(--white);
  grid-column: 1;
  grid-row: 2;
  padding: 22px;
  position: relative;
  z-index: 1;
}

.category-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.category-card p {
  color: #46534b;
  font-size: 1rem;
  margin: 0;
}

.button.outline {
  background: var(--white);
  border: 1px solid var(--green-800);
  color: var(--green-800);
}

.button.small {
  min-height: 40px;
  padding: 9px 14px;
}

.category-menu {
  background: var(--green-900);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.category-button {
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  color: var(--white);
  cursor: pointer;
  min-height: 132px;
  padding: 22px;
  text-align: left;
}

.category-button span,
.category-button strong {
  display: block;
}

.category-button span {
  color: var(--yellow);
  font-size: 1.02rem;
  font-weight: 900;
  margin-bottom: 7px;
}

.category-button strong {
  color: #dbe5dc;
  font-size: 0.9rem;
  font-weight: 700;
}

.category-button.active,
.category-button:hover {
  background: var(--orange);
}

.category-button.active span,
.category-button:hover span {
  color: var(--white);
}

.assisted-section {
  align-items: stretch;
  background: #2f6878;
  color: var(--white);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(320px, 1.1fr);
  padding: 78px 5vw 84px;
}

.assisted-copy {
  align-content: center;
  display: grid;
  justify-items: start;
}

.assisted-copy h2 {
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 0.98;
  max-width: 780px;
}

.assisted-copy p:not(.eyebrow) {
  color: var(--white);
  font-size: 1.06rem;
  margin: 10px 0 0;
  max-width: 700px;
}

.assisted-copy .button {
  display: none;
}

.use-cases {
  align-content: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.use-cases article {
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  border-left: 4px solid var(--yellow);
  border-radius: 0;
  color: var(--white);
  display: grid;
  min-height: 60px;
  padding: 18px 20px;
}

.use-cases article:nth-child(2) {
  background: rgba(255, 255, 255, 0.14);
}

.use-cases article:nth-child(3) {
  background: rgba(255, 255, 255, 0.14);
}

.use-cases article:nth-child(4) {
  background: rgba(255, 255, 255, 0.14);
}

.use-cases span {
  display: none;
}

.use-cases strong {
  align-self: center;
  font-family: "Montserrat", "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  line-height: 1.12;
}

.brands-band {
  align-items: center;
  background: var(--green-800);
  color: var(--white);
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(260px, 0.8fr) 1.2fr;
  padding: 56px 5vw;
}

.brand-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
}

.brand-strip img {
  align-self: center;
  background: rgba(255, 255, 255, 0.09);
  height: 86px;
  object-fit: contain;
  padding: 18px;
  width: 100%;
}

.catalog-section {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  padding: 64px 5vw 84px;
}

.filters-panel {
  align-items: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  padding: 24px;
}

.filters-heading {
  grid-column: 1 / -1;
}

.filters-heading p:not(.eyebrow) {
  color: var(--muted);
  margin: 10px 0 0;
}

.filter-block {
  display: grid;
  gap: 8px;
}

.filter-block label {
  color: var(--green-900);
  font-size: 0.86rem;
  font-weight: 900;
}

.filter-block select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--green-800) 50%) calc(100% - 18px) 52% / 7px 7px no-repeat,
    linear-gradient(135deg, var(--green-800) 50%, transparent 50%) calc(100% - 13px) 52% / 7px 7px no-repeat,
    #f8faf5;
  border: 1px solid #c9d3c9;
  border-radius: 14px;
  color: #2c372f;
  cursor: pointer;
  font-weight: 800;
  min-height: 46px;
  padding: 10px 38px 10px 12px;
  width: 100%;
}

.ideal-filter {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  padding-top: 18px;
}

.ideal-filter strong {
  color: var(--green-900);
}

.ideal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ideal-chip {
  background: #f2f5ef;
  border: 1px solid #c8d3c8;
  border-radius: 999px;
  color: var(--green-900);
  cursor: pointer;
  font-weight: 800;
  padding: 8px 12px;
}

.ideal-chip.active {
  background: var(--green-800);
  border-color: var(--green-800);
  color: var(--white);
}

.catalog-content {
  min-width: 0;
}

.catalog-toolbar {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 18px 20px;
}

.toolbar-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.empty-results {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  margin-bottom: 18px;
  padding: 28px;
}

.empty-results p {
  color: var(--muted);
}

.catalog-toolbar p {
  color: var(--muted);
  margin-bottom: 2px;
}

.text-button {
  background: transparent;
  border: 0;
  color: var(--green-800);
  cursor: pointer;
  font-weight: 900;
  padding: 0;
}

.product-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  grid-template-rows: 240px 1fr;
  min-height: 560px;
  overflow: hidden;
}

.product-media {
  align-items: center;
  background: var(--white);
  display: flex;
  justify-content: center;
  padding: 16px;
}

.product-media img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.product-info p {
  color: var(--muted);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-meta span,
.spec-list span {
  background: var(--green-100);
  border-radius: 999px;
  color: var(--green-900);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 5px 8px;
}

.spec-list {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.product-facts {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.product-facts span {
  color: #38433c;
  font-size: 0.9rem;
  font-weight: 800;
}

.stock {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.stock::before {
  background: var(--orange);
  border-radius: 50%;
  content: "";
  height: 9px;
  width: 9px;
}

.stock.available::before {
  background: #25a55b;
}

.product-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.quote-section {
  align-items: start;
  background: var(--green-950);
  color: var(--white);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  padding: 76px 5vw;
}

.product-page {
  padding: 42px 5vw 82px;
}

.back-link {
  color: var(--green-800);
  display: inline-flex;
  font-weight: 900;
  margin-bottom: 22px;
}

.product-detail {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
}

.detail-gallery {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  display: flex;
  min-height: 560px;
  padding: 32px;
}

.detail-gallery img {
  max-height: 500px;
  object-fit: contain;
  width: 100%;
}

.detail-info {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 32px;
}

.detail-info h1 {
  color: var(--green-950);
  font-size: clamp(2rem, 4.4vw, 4.2rem);
  margin-top: 18px;
}

.detail-info p {
  color: var(--muted);
  font-size: 1.08rem;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.detail-specs {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.detail-specs h2 {
  font-size: 1.35rem;
  margin-bottom: 16px;
}

.detail-specs dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.detail-specs dl div {
  align-items: center;
  background: #f4f6f1;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
}

.detail-specs dt {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-specs dd {
  font-weight: 900;
  margin: 0;
  text-align: right;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-tags span {
  background: var(--green-100);
  border-radius: 999px;
  color: var(--green-900);
  font-size: 0.86rem;
  font-weight: 900;
  padding: 7px 10px;
}

.empty-detail {
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow);
  grid-column: 1 / -1;
  padding: 40px;
}

.quote-copy p:not(.eyebrow) {
  color: #dce7dd;
  font-size: 1.05rem;
}

.quote-form {
  background: var(--white);
  border-radius: 18px;
  color: var(--ink);
  display: grid;
  gap: 15px;
  padding: 26px;
}

.quote-form label {
  color: #2c372f;
  display: grid;
  font-size: 0.92rem;
  font-weight: 900;
  gap: 8px;
}

.quote-form textarea {
  resize: vertical;
}

.form-note {
  color: var(--green-800);
  font-weight: 900;
  margin: 0;
}

.form-note a {
  color: var(--orange-dark);
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: #dfe7df;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  justify-content: space-between;
  padding: 28px 5vw;
}

.site-footer img {
  background: var(--green-800);
  max-height: 58px;
  object-fit: contain;
  padding: 10px 16px;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  box-shadow: 0 14px 34px rgba(13, 35, 24, 0.26);
  color: var(--white);
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  min-height: 58px;
  padding: 10px 18px 10px 10px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  border-radius: 999px;
  z-index: 30;
}

.whatsapp-float span {
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: #128c46;
  display: inline-flex;
  font-size: 1.2rem;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.whatsapp-float span::before {
  content: none;
  line-height: 1;
}

.whatsapp-float svg {
  display: block;
  fill: currentColor;
  height: 25px;
  width: 25px;
}

.whatsapp-float:hover {
  background: #1fb85a;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .header-search {
    grid-column: auto;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filters-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header,
  .hero,
  .assisted-section,
  .brands-band,
  .catalog-section,
  .product-detail,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 18px;
    padding-top: 18px;
    position: static;
  }

  .brand {
    justify-self: start;
    min-height: auto;
    width: 100%;
  }

  .main-nav {
    gap: 14px;
  }

  .main-nav .nav-cta {
    padding: 10px 14px;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(13, 35, 24, 0.94), rgba(13, 35, 24, 0.78), rgba(13, 35, 24, 0.38)),
      url("assets/catalogo/page-01-image-00.webp") 58% center / cover;
    min-height: 500px;
    padding: 56px 5vw;
  }

  h1 {
    font-size: clamp(2.9rem, 15vw, 4.2rem);
    overflow-wrap: normal;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 1.08rem;
    max-width: 34rem;
  }

  .category-showcase h2,
  .assisted-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
  }

  .category-menu,
  .category-cards,
  .use-cases,
  .brand-strip,
  .product-grid,
  .filters-panel {
    grid-template-columns: 1fr;
  }

  .category-card {
    display: block;
    min-height: 0;
  }

  .category-card img {
    display: block;
    height: 230px;
  }

  .category-card div {
    display: block;
    min-height: 0;
    padding: 22px;
  }

  .catalog-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .product-card {
    min-height: auto;
  }

  .detail-gallery {
    min-height: 340px;
  }
}

@media (max-width: 520px) {
  .top-bar {
    justify-content: flex-start;
    gap: 4px 14px;
  }

  .site-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-nav {
    width: 100%;
  }

  .main-nav a {
    font-size: 0.86rem;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(13, 35, 24, 0.96), rgba(13, 35, 24, 0.84), rgba(13, 35, 24, 0.52)),
      url("assets/catalogo/page-01-image-00.webp") 62% center / cover;
    min-height: 480px;
    padding: 48px 18px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14.6vw, 3.8rem);
    line-height: 0.9;
    white-space: nowrap;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 1rem;
  }

  .category-showcase,
  .assisted-section,
  .brands-band,
  .quote-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-card img {
    height: 220px;
  }

  .hero-actions,
  .product-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .whatsapp-float {
    bottom: 16px;
    min-height: 58px;
    padding: 8px;
    right: 16px;
  }

  .whatsapp-float span {
    font-size: 0;
    height: 42px;
    width: 42px;
  }

  .whatsapp-float span::before {
    content: none;
  }

  .whatsapp-float strong {
    display: none;
  }
}
