/* =========================

   BASE (global) - basado en tu GRAMPAS

   ========================= */

html{
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;

}

:root {

  --t-orange: #d98a2b;

  --t-dark: #2f2f34;

  --t-dark-2: #3a3a40;

  --t-text: #1c1c1f;

  --t-muted: #6b6b72;

  --t-border: #e7e7ea;

  --t-card: #ffffff;

  --t-bg: #ffffff;

  --t-bg-soft: #f6f6f8;

  --radius: 14px;

  --shadow: 0 14px 40px rgba(0, 0, 0, .10);

  --shadow-soft: 0 10px 28px rgba(0, 0, 0, .08);

  --maxw: 1300px;



  /* HERO defaults */

  --hero-overlay: linear-gradient(180deg, rgba(0, 0, 0, .10) 0%, rgba(0, 0, 0, .45) 35%, rgba(0, 0, 0, .90) 100%);

  --hero-img: url("img/grampas/grampas.png");

  /* fallback */

  --hero-size: cover;

  --hero-position: center;

}



/* Un wrapper genérico para cualquier sección/página de producto */

.product-page {

  background: var(--t-bg);

  color: var(--t-text);

  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

}



/* =========================

   HERO

   ========================= */

.product-hero {

  min-height: 360px;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 60px 20px;



  background: var(--hero-overlay), var(--hero-img);

  background-size: var(--hero-size);

  background-position: var(--hero-position);

}



.product-hero__inner {

  max-width: var(--maxw);

}



.product-hero__kicker {

  margin: 0 0 10px;

  font-size: 20px;

  letter-spacing: .2px;

  color: var(--t-orange);

  font-weight: 700;

  text-transform: none;

}



.product-hero__title {

  margin: 0;

  font-size: clamp(38px, 5vw, 64px);

  letter-spacing: 2px;

  font-weight: 700;

  color: #FFF;

}



/* =========================

   WRAP + GRID

   ========================= */

.product-wrap {

  max-width: var(--maxw);

  margin: 0 auto;

  padding: 42px 20px 70px;

}



.product-grid {

  display: grid;

  grid-template-columns: 1.05fr .95fr;

  gap: 26px;

  align-items: stretch;

}



/* =========================

   GALERÍA

   ========================= */

.product-gallery {

  background: var(--t-card);

  border: 1px solid var(--t-border);

  border-radius: var(--radius);

  box-shadow: var(--shadow-soft);

  padding: 16px;

}



.product-main {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  border-radius: calc(var(--radius) - 4px);
  overflow: hidden;
  cursor: pointer;
  height: 60vh;
}



.product-main img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}



.product-main__zoom {

  position: absolute;

  right: 12px;

  bottom: 12px;

  width: 40px;

  height: 40px;

  border-radius: 999px;

  background: rgba(47, 47, 52, .5);

  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);

  color: #FFF;

  line-height: 40px;

}



.product-thumbs {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 10px;

  margin-top: 12px;

}



.product-thumb {

  border: 1px solid var(--t-border);

  border-radius: 12px;

  overflow: hidden;

  background: #fff;

  padding: 0;

  cursor: pointer;

  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;

}



.product-thumb img {

  width: 100%;

  height: 68px;

  object-fit: cover;

  display: block;

}



.product-thumb:hover {

  transform: translateY(-1px);

  box-shadow: 0 10px 22px rgba(0, 0, 0, .08);

}



.product-thumb.is-active {

  border-color: rgba(217, 138, 43, .65);

  box-shadow: 0 0 0 3px rgba(217, 138, 43, .18);

}



/* =========================

   INFO

   ========================= */

.product-info {

  background: var(--t-card);

  border: 1px solid var(--t-border);

  border-radius: var(--radius);

  box-shadow: var(--shadow-soft);

  padding: 22px 40px;

  display: flex;

  flex-direction: column;

  justify-content: center;

}



.product-info__title {

  margin: 0 0 12px;

  font-size: 34px;

  line-height: 1.15;

  font-weight: 900;

  letter-spacing: 1.2px;

  text-transform: uppercase;

  text-align: center;

}



.product-info__text {

  margin: 0 0 12px;

  color: var(--t-text);

  font-size: 18px;

  line-height: 1.65;

  font-weight: 400;
}

  .product-info__text strong{
    font-weight: 600;
  }


.product-info__text strong {

  color: var(--t-text);

}



.product-badges {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px 12px;

  margin-top: 16px;

  padding-top: 14px;

  border-top: 1px solid var(--t-border);

}



.product-badge {

  display: flex;

  align-items: flex-start;

  gap: 10px;

  font-weight: 650;

  color: var(--t-dark);

  font-size: 16.5px;

}



.product-check {

  width: 21px;

  height: 21px;

  border-radius: 999px;

  background: rgba(217, 138, 43, .18);

  position: relative;

  margin-top: 4px;

  flex: 0 0 18px;

}



.product-check:before {

  content: "";

  position: absolute;

  left: 5px;

  top: 6px;

  width: 8px;

  height: 4px;

  border-left: 2px solid var(--t-orange);

  border-bottom: 2px solid var(--t-orange);

  transform: rotate(-45deg);

}



/* =========================

   TITULOS DE SECCIÓN

   ========================= */

.product-section-title {

  margin: 44px 0 16px;

  text-align: center;

  font-weight: 900;

  letter-spacing: 2px;

  text-transform: uppercase;

  font-size: 18px;

  color: var(--t-dark);

}



/* =========================

   APLICACIONES

   ========================= */

.product-apps {

  margin-top: 12px;

  background: var(--t-bg-soft);

  border: 1px solid var(--t-border);

  border-radius: var(--radius);

  padding: 18px 16px 26px;

  box-shadow: var(--shadow-soft);

}



.product-apps__grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 14px;

  margin-top: 8px;

}

  .product-apps__grid--single {
    display: flex;
    justify-content: center;
  }

.product-app {

  background: #fff;

  border: 1px solid var(--t-border);

  border-radius: 14px;

  padding: 14px 12px;

  text-align: center;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

}
  .product-apps__grid--single .product-app{
    width: 25%;
  }


.product-app__label {

  margin-top: 10px;

  font-weight: 800;

  color: var(--t-dark);

  font-size: 14.5px;

}



.product-app__icon {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 36px;

  height: 36px;

  border-radius: 16px;

  position: relative;

  padding: 10px;

  border: 1px solid var(--t-orange);

  box-shadow: var(--shadow-soft);

}



.product-app__icon i {

  font-size: 28px;

  color: var(--t-orange);

}



/* Si usás <img> adentro del icono */

.product-app__icon img {

  width: 38px;

  height: 38px;

  object-fit: contain;

  display: block;

}



/* =========================

   SPECS

   ========================= */

.product-specs__card {

  background: #fff;

  border: 1px solid var(--t-border);

  border-radius: var(--radius);

  box-shadow: var(--shadow-soft);

  overflow: hidden;

}



.product-specs__row {

  display: grid;

  grid-template-columns: 260px 1fr;

  gap: 0;

  border-top: 1px solid var(--t-border);

}



.product-specs__row:first-child {

  border-top: 0;

}



.product-specs__k {

  background: var(--t-bg-soft);

  padding: 16px 18px;

  font-weight: 900;

  color: var(--t-dark);

  display: flex;

  align-items: center;

  gap: 12px;

}



.product-specs__v {

  padding: 16px 18px;

  color: var(--t-muted);

  font-weight: 650;

}



.product-specs__icon {

  width: 26px;

  height: 26px;

  border-radius: 10px;

  background: rgba(217, 138, 43, .15);

  color: var(--t-orange);

  display: flex;

  align-items: center;

  justify-content: center;

}



/* =========================

   CTA

   ========================= */

.product-cta {

  text-align: center;

  margin-top: 46px;

  padding: 26px 18px 0;

}



.product-cta__title {

  margin: 0 0 16px;

  font-size: 22px;

  font-weight: 900;

  color: var(--t-dark);

}



.product-btn {

  display: inline-block;

  padding: 14px 28px;

  border-radius: 10px;

  background: var(--t-orange);

  color: #fff;

  font-weight: 900;

  letter-spacing: 1px;

  text-decoration: none;

  transition: transform .3s ease, box-shadow .3s ease, filter .3s ease, background .3s ease;

  box-shadow: 0 14px 28px rgba(217, 138, 43, .28);

}



.product-btn:hover {

  transform: translateY(-1px);

  box-shadow: 0 18px 38px rgba(217, 138, 43, .30);

  filter: brightness(0.98);

}



.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.product-lightbox__content {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-lightbox__img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(0,0,0,.35);
}

.product-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-lightbox__close:hover {
  background: #d88c2a;
  color: #fff;
}

.no-scroll,
.no-scroll body {
  overflow: hidden;
}



.no-scroll {

  overflow: hidden;

}



/* =========================

   RESPONSIVE

   ========================= */

@media (max-width: 980px) {

  .product-grid {

    grid-template-columns: 1fr;

  }



  .product-specs__row {

    grid-template-columns: 1fr;

  }



  .product-specs__k {

    border-bottom: 1px solid var(--t-border);

  }



  .product-apps__grid {

    grid-template-columns: repeat(2, 1fr);

  }

  .product-apps__grid--single .product-app{
    width: 100%;
  }

}



@media (max-width: 520px) {

  .product-hero {

    min-height: 100px;

    margin-top: 100px;

  }



  .product-thumb img {

    height: 56px;

  }



  .product-info {

    padding: 16px;

  }

}



/* =========================

   MODIFIERS (solo cambian el HERO)

   ========================= */



/* Grampas */

.product-page--grampas {

  --hero-img: url("img/grampas/grampas.png");

  --hero-size: cover;

  --hero-position: center;

}



/* Nosotros (si querés mantenerlo como hero especial) */

.product-page--nosotros {

  --hero-img: url("nosotros.png");

  --hero-size: 100%;

  --hero-position: 80% 20%;

}



/* Clavos en rollo */

.product-page--rollo {

  --hero-img: url("img/rollo/clavos-rollo.png");

  --hero-size: cover;

  --hero-position: center;

}



/* Clavadoras neumaticas */

.product-page--clavadoras {

  --hero-img: url("img/clavadoras/clavadoras-03.png");

  /* tu hero */

  --hero-size: cover;

  --hero-position: center;

}



/* PUNTA PARIS */

.product-page--punta-paris {

  --hero-img: url("img/punta-paris/punta-paris-01.png");

  /* tu hero */

  --hero-size: cover;

  --hero-position: center;

}



/* HEBILLAS */

.product-page--hebillas {

  --hero-img: url("img/hebillas/hebillas-hero.webp");

  /* tu hero */
  --hero-size: cover;
  --hero-position: center 40%;
}





/* =========================

   NOSOTROS (TXN) - integrado al sistema unificado

   (no redefine html/body ni :root global)

   ========================= */



/* Variables específicas del bloque Nosotros (fallback a tus tokens base) */

.txn {

  --tx-orange: var(--t-orange, #d98a2b);

  --tx-text: var(--t-text, #2f2f34);

  --tx-muted: var(--t-muted, #6b6b72);

  --tx-line: var(--t-border, #e7e7ea);

  --tx-bg: var(--t-bg, #ffffff);

  --tx-max: 980px;



  background: var(--tx-bg);

  color: var(--tx-text);

  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

}



/* Si querés el mismo hero “oscuro” que venís usando, NO uses .grampas-hero acá.

   Recomendado: usar el hero unificado con .product-page--nosotros (ya lo tenés).

   Igual, si querés un hero propio SOLO para Nosotros, usá .txn-hero (abajo).

*/



/* Imagen superior full-width */

.txn-hero {

  width: 100%;

  height: 360px;

  /* ajustá según tu home */

  overflow: hidden;

  background: #111;

}



.txn-hero img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

}



/* Contenedor blanco */

.txn-wrap {

  max-width: var(--tx-max);

  margin: 0 auto;

  padding: 46px 20px 56px;

}



.txn-head {

  text-align: center;

}



.txn-title {

  margin: 0 0 14px;

  font-weight: 900;

  letter-spacing: 4px;

  font-size: 26px;

  color: var(--tx-text);

}



/* Intro centrado */

.txn-intro {

  margin: 0 auto;

  max-width: 820px;

  color: var(--tx-muted);

  line-height: 1.9;

  font-size: 16px;

}



.txn-intro strong {

  color: var(--tx-text);

  font-weight: 800;

}



/* Separadores finos */

.txn-sep {

  border: 0;

  height: 1px;

  background: var(--tx-line);

  margin: 28px 0;

}



/* Items */

.txn-item {

  display: grid;

  grid-template-columns: 40px 1fr;

  gap: 14px;

  align-items: start;

}



.txn-item__icon {

  width: 34px;

  height: 34px;

  color: var(--tx-orange);

  margin-top: 2px;

}



.txn-item__icon i {

  font-size: 26px;

}



.txn-item__title {

  margin: 0 0 8px;

  color: var(--tx-orange);

  font-weight: 900;

  font-size: 20px;

  letter-spacing: .2px;

}



.txn-item__text {

  margin: 0;

  color: var(--tx-muted);

  font-size: 15.5px;

  line-height: 1.85;

}



.txn-item__text strong {

  color: var(--tx-text);

  font-weight: 800;

}



/* Responsive */

@media (max-width: 720px) {

  .txn-hero {

    height: 260px;

  }



  .txn-title {

    font-size: 22px;

    letter-spacing: 3px;

  }



  .txn-item {

    grid-template-columns: 34px 1fr;

  }



  .txn-item__title {

    font-size: 18px;

  }

}



/* =========================

   HOME PAGE (index.html)

   ========================= */



/* --- HEADER --- */

.site-header {

  background: var(--t-bg);

  border-bottom: 1px solid var(--t-border);

  position: fixed;

  width: 100%;

  top: 0;

  z-index: 100;

  transition: padding 0.3s ease, box-shadow 0.3s ease;

}



.site-header--shrink {

  padding: 0;

  background: rgba(255, 255, 255, 0.7);

  backdrop-filter: blur(10px);

  box-shadow: var(--shadow-soft);

}



.site-header__inner {

  max-width: var(--maxw);

  margin: 0 auto;

  padding: 16px 20px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  transition: padding 0.3s ease;

}



.site-header--shrink .site-header__inner {

  padding: 8px 20px;

}



.site-header__logo img {

  height: 48px;

  width: auto;

  display: block;

  transition: height 0.3s ease;

}



.site-header--shrink .site-header__logo img {

  height: 36px;

}



.site-nav__list {

  list-style: none;

  margin: 0;

  padding: 0;

  display: flex;

  gap: 32px;

}



.site-nav__link {

  text-decoration: none;

  color: var(--t-text);

  font-weight: 700;

  font-size: 14px;

  letter-spacing: 1px;

  transition: color 0.3s ease;

}



.site-nav__link:hover,

.site-nav__link.is-active {

  color: var(--t-orange);

}



/* --- HERO --- */

.home-hero {

  min-height: 85vh;

  /* Or 600px */

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 80px 20px;

  position: relative;



  /* Fallback/Overlay */

  background:

    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),

    url("img/hero-home.webp") center/cover no-repeat;

}



.home-hero__inner {

  max-width: 900px;

  display: flex;

  flex-direction: column;

  align-items: center;

}



.home-hero__title {

  color: #fff;

  font-size: clamp(40px, 6vw, 62px);

  /* Responsive font size */

  font-weight: 800;

  line-height: 1.2;

  letter-spacing: 4px;

  margin: 0 0 40px;

  text-transform: uppercase;

}
  .home-hero__title small{
    display: block;
    font-size: 60%;
    margin-top: 25px;
  }



.home-hero__title .text-orange {

  position: relative;

}



.home-hero__title .text-orange::before {

  content: "";

  position: absolute;

  bottom: 10px;

  left: 0;

  width: 100%;

  height: 25px;

  background-color: var(--t-orange);

  z-index: 1;

}



.home-hero__title .text-orange span {

  position: relative;

  z-index: 2;

}



/* Base button style for home */

.home-btn {

  display: inline-block;

  background: var(--t-orange);

  color: #fff;

  font-weight: 800;

  letter-spacing: 1.5px;

  padding: 18px 40px;

  font-size: 16px;

  text-decoration: none;

  border: none;

  cursor: pointer;

  transition: all 0.3s ease;

  text-transform: uppercase;

  border-radius: 2px;

}



.home-btn:hover {

  background: #c27822;

  /* Darker orange */

  transform: translateY(-2px);

}



.home-btn--sm {

  padding: 12px 24px;

  font-size: 14px;

}



.home-btn--submit {

  width: 100%;

  /* Full width form button */

}



/* --- SECTIONS BASE --- */

.home-section {

  padding: 80px 0;

}



.home-section__title {

  text-align: center;

  font-size: 32px;

  font-weight: 900;

  letter-spacing: 4px;

  margin: 0;

  color: var(--t-dark);

}



#contacto .home-section__title {

  margin: 75px 0;

}



.home-section__subtitle {

  text-align: center;

  font-size: 15px;

  font-weight: 300;

  letter-spacing: 4px;

  margin: 0 0 50px;

  color: var(--t-dark);

}



/* --- CATALOGO --- */

.home-catalog {

  background: var(--t-bg);

}



.home-catalog__grid {

  max-width: var(--maxw);

  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  /* 3 columns by default */

  gap: 24px;

}



/* Base style for a catalog card */

.home-cat-card {

  position: relative;

  background-size: cover;

  background-position: center;

  aspect-ratio: 1 / 1;

  /* Make it square */

  overflow: hidden;

  text-decoration: none;

  display: flex;

  color: #fff;

}



/* Gradient overlay to make text readable */

.home-cat-card__overlay {

  position: absolute;

  inset: 0;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: flex-end;

  border: 3px solid #D9D9D9;

  /* Align content to bottom */

  padding: 30px 20px;

  transition: all 0.3s ease;

}



.home-cat-card:hover .home-cat-card__overlay {

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 100%);

}



.home-cat-card__title {

  margin: 0 0 15px;

  font-size: 32px;

  font-weight: 800;

  text-align: center;

  line-height: 1.2;

  letter-spacing: 3px;

}



/* Spanning/Centering row 2 logic */

/* In a 3 col grid, if we want the last 2 items to be centered, we can use flexbox on the parent or grid positioning.

   Using grid positioning: */

.home-cat-card:nth-child(4) {

  grid-column: 1 / span 2;

  /* We'll adjust this with flex / specific span later for perfect centering, but let's try a different wrapper layout if we need true center. */

}



/* A better approach for 3 top, 2 bottom centered in CSS grid is to make it a 6-col grid */



.home-catalog__grid {

  grid-template-columns: repeat(6, 1fr);

}



.home-cat-card {

  grid-column: span 2;

  /* 3 items row 1 */

}



.home-cat-card--center:nth-child(4) {

  grid-column: 2 / span 2;

  /* Starts at col 2, spans 2 (item 1 of row 2) */

}



.home-cat-card--center:nth-child(5) {

  grid-column: 4 / span 2;

  /* Starts at col 4, spans 2 (item 2 of row 2) */

}





/* --- FEATURES --- */

.home-features {

  background: var(--t-dark-2);

  color: #fff;

}



.home-features__inner {

  max-width: var(--maxw);

  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

}



.home-feat-item {

  padding: 60px 40px;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  /* Align left */

  border-right: 1px solid rgba(255, 255, 255, 0.1);

}



.home-feat-item:last-child {

  border-right: none;

}



.home-feat-item__icon {

  color: var(--t-orange);

  margin-bottom: 25px;

}



.home-feat-item__title {

  color: var(--t-orange);

  font-size: 20px;

  font-weight: 900;

  margin: 0 0 15px;

  line-height: 1.3;

  letter-spacing: 1px;

}



.home-feat-item__text {

  margin: 0;

  color: rgba(255, 255, 255, 0.7);

  font-size: 16px;

  line-height: 1.6;

}



/* --- CONTACTO --- */

.home-contact-section {

  background: var(--t-bg-soft);

  padding-bottom: 0;

  /* Map will span full width at bottom */

}



.home-contact-box {

  background: var(--t-dark-2);

  max-width: 100%;

  margin: 0;

  /* Space above map */

}



.home-contact-box__inner {

  display: grid;

  grid-template-columns: 1fr 1.2fr;

  padding: 60px;

  gap: 60px;

}



/* Contact Info Column */

.home-contact-info {

  display: flex;

  flex-direction: column;

  gap: 30px;

}



.contact-block__title {

  color: var(--t-orange);

  font-size: 16px;

  font-weight: 900;

  margin: 0 0 8px;

  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 5px;
}



.contact-block__text {

  color: #fff;

  margin: 0;

  font-size: 16px;

  line-height: 1.6;

}



/* Form Column */

.home-contact-form .form-group {

  margin-bottom: 20px;

}

.home-contact-form .form-group--hidden {

  position: absolute;

  left: -9999px;

  width: 1px;

  height: 1px;

  overflow: hidden;

}



.home-contact-form input,

.home-contact-form textarea {

  width: 100%;

  background: #fff;

  border: none;

  padding: 16px 20px;

  font-family: inherit;

  font-size: 16px;

  color: var(--t-text);

  box-sizing: border-box;

  /* Important for inputs */

  outline: none;

}



.home-contact-form input::placeholder,

.home-contact-form textarea::placeholder {

  color: var(--t-muted);

}



.home-contact-form input:focus,

.home-contact-form textarea:focus {

  box-shadow: 0 0 0 2px var(--t-orange) inset;

}



.form-submit {

  text-align: right;

  /* Align button to right per design */

}

.contact-form-status {

  margin: 0 0 18px;

  padding: 14px 18px;

  border-radius: 14px;

  font-size: 14px;

  font-weight: 500;

  background: rgba(58, 58, 64, 0.08);

  color: var(--t-text);

}

.contact-form-status.is-success {

  background: rgba(54, 122, 78, 0.14);

  color: #45a473;

}

.contact-form-status.is-error {

  background: rgba(180, 58, 58, 0.14);

  color: #e2a7a7;

}



.home-btn--submit {

  width: auto;

  padding: 16px 50px;

}

.home-btn--submit:disabled {

  opacity: 0.7;

  cursor: wait;

}



/* MAP */

.home-map {

  width: 100%;

  display: block;

}



.home-map iframe {

  display: block;

  /* Removes bottom space */

}





/* --- RESPONSIVE --- */

@media (max-width: 1024px) {



  /* Features */

  .home-features__inner {

    grid-template-columns: 1fr;

  }



  .home-feat-item {

    border-right: none;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    align-items: center;

    /* Center on mobile */

    text-align: center;

  }



  .home-feat-item:last-child {

    border-bottom: none;

  }



  /* Contact Box */

  .home-contact-box__inner {

    grid-template-columns: 1fr;

    padding: 40px 20px;

    gap: 40px;

  }

}



@media (max-width: 768px) {



  /* Header */

  .site-header__inner {

    flex-direction: column;

    gap: 15px;

    padding-bottom: 20px;

  }



  .site-nav__list {

    gap: 12px;

    flex-wrap: wrap;

    /* allow wrap if really needed but try to fit */

    justify-content: center;

  }



  .site-nav__link {

    font-size: 13px;

    /* Slightly smaller font */

  }



  /* Hero */

  .home-hero__title {

    font-size: clamp(18px, 5vw, 36px);

  }
    .home-hero__title .text-orange::before{
      bottom: 0;
      height: 10px;
    }



  /* Catalog Grid */

  .home-catalog__grid {

    grid-template-columns: 1fr;

    /* 1 column on mobile */

    max-width: 400px;

    /* Optional: limit width on mobile */

  }



  .home-cat-card,

  .home-cat-card--center:nth-child(4),

  .home-cat-card--center:nth-child(5) {

    grid-column: 1 / -1;

    /* Reset explicit spanning */

    aspect-ratio: auto;

    min-height: 300px;

  }

}



/* =========================

   OTROS PRODUCTOS

   ========================= */

.other-products {

  margin-top: 50px;

  padding: 30px 0 10px;

  border-top: 1px solid var(--t-border);

}



.other-products__track {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

}



.other-products__card {

  background: var(--t-card);

  border: 1px solid var(--t-border);

  border-radius: var(--radius);

  overflow: hidden;

  text-decoration: none;

  color: var(--t-text);

  box-shadow: var(--shadow-soft);

  transition: transform .35s ease, box-shadow .35s ease;

  display: flex;

  flex-direction: column;

}



.other-products__card:hover {

  transform: translateY(-6px);

  box-shadow: 0 18px 44px rgba(0, 0, 0, .13);

}



.other-products__img {

  width: 100%;

  aspect-ratio: 1 / 1;

  object-fit: cover;

  display: block;

  background: var(--t-bg-soft);

}



.other-products__body {

  padding: 16px 14px 18px;

  text-align: center;

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 10px;

  flex: 1;

}



.other-products__name {

  margin: 0;

  font-size: 15px;

  font-weight: 900;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: var(--t-dark);

  line-height: 1.3;

}



.other-products__link {

  display: inline-block;

  padding: 8px 20px;

  border-radius: 8px;

  background: var(--t-orange);

  color: #fff;

  font-size: 12px;

  font-weight: 800;

  letter-spacing: 1px;

  text-decoration: none;

  transition: background .3s ease, transform .3s ease;

  margin-top: auto;

}



.other-products__link:hover {

  background: #c27822;

  transform: translateY(-1px);

}



/* Arrows & dots hidden on desktop */

.other-products__arrows,

.other-products__dots {

  display: none;

}



/* --- Mobile carousel --- */

@media (max-width: 768px) {

  .other-products__track {

    display: flex;

    overflow-x: auto;

    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;

    gap: 16px;

    padding-bottom: 6px;

    scrollbar-width: none;

  }



  .other-products__track::-webkit-scrollbar {

    display: none;

  }



  .other-products__card {

    flex: 0 0 75%;

    scroll-snap-align: center;

  }



  /* Arrows */

  .other-products__arrows {

    display: flex;

    justify-content: center;

    gap: 12px;

    margin-top: 14px;

  }



  .other-products__arrow {

    width: 40px;

    height: 40px;

    border-radius: 999px;

    border: 2px solid var(--t-border);

    background: #fff;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 16px;

    color: var(--t-dark);

    transition: border-color .3s ease, color .3s ease, background .3s ease;

  }



  .other-products__arrow:hover {

    border-color: var(--t-orange);

    color: var(--t-orange);

  }



  /* Dots */

  .other-products__dots {

    display: flex;

    justify-content: center;

    gap: 8px;

    margin-top: 12px;

  }



  .other-products__dot {

    width: 10px;

    height: 10px;

    border-radius: 999px;

    border: none;

    background: var(--t-border);

    cursor: pointer;

    padding: 0;

    transition: background .3s ease, transform .3s ease;

  }



  .other-products__dot.is-active {

    background: var(--t-orange);

    transform: scale(1.25);

  }

}

.whatsapp-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}

/* BOTÓN */
.whatsapp-float {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--t-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  position: relative;
  animation: whatsapp-entry 0.6s ease;
}

/* ICONO */
.whatsapp-icon{
  display: flex;
}
.whatsapp-icon svg {
  width: 26px;
  height: 26px;
  fill: #FFF;
  transition: all 0.3s ease;
}

/* HOVER */
.whatsapp-float:hover {
  background: var(--t-dark);
  transform: translateY(-3px);
}

.whatsapp-float:hover svg {
  fill: #fff;
}

/* TOOLTIP */
.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  bottom: 50%;
  transform: translateY(50%);
  background: #2b2b2b;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* Flechita */
.whatsapp-tooltip::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #2b2b2b;
}

/* Mostrar tooltip */
.whatsapp-container:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateY(50%) translateX(-5px);
}

/* Animación entrada */
@keyframes whatsapp-entry {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Pulso suave */
.whatsapp-float::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(216, 140, 42, 0.4);
  animation: pulse 2s infinite;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .whatsapp-tooltip {
    display: none;
  }
}
