@charset "UTF-8";
/* CSS Document */

/* ==========================
   NOSOTROS
========================== */
.about-page{
	background-color: #f6f2eb;
}

/* Rincón del Conocimiento, Razas y Eventos */
.content-hub, .content-detail { background: #f6f2eb; min-height: 60vh; }
.content-hero { max-width: 1240px; margin: 0 auto; padding: 72px 24px 48px; text-align: center; }
.content-hero p, .article-header > span, .content-card__category { color: var(--primary); font-weight: 700; letter-spacing: .8px; text-transform: uppercase; font-size: .86rem; }
.content-hero h1 { margin: 2px 0 10px; font-size: clamp(2.35rem, 5vw, 4.2rem); line-height: 1.15; }
.content-hero > span { display: block; max-width: 680px; margin: 0 auto; color: #565656; font-size: 1.22rem; }
.content-section, .content-detail > article { max-width: 1240px; margin: 0 auto; padding: 12px 24px 80px; }
.content-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 auto 34px; }
.filter-pill { border: 1px solid #d7cec6; border-radius: 99px; color: #4d4a49; padding: 8px 16px; font-weight: 700; transition: .2s ease; }
.filter-pill:hover, .filter-pill.is-active { background: var(--primary); border-color: var(--primary); color: #fff; }
.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.content-card { min-width: 0; background: #fff; border: 1px solid #e0d8d0; border-radius: 18px; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.content-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(48, 31, 38, .12); }
.content-card__link { display: block; height: 100%; color: inherit; }
.content-card__image, .content-card__placeholder { width: 100%; height: 220px; display: block; object-fit: cover; }
.content-card__placeholder { display: grid; place-items: center; background: #d9cdc4; color: #fff; font-family: var(--font-title); font-size: 1.35rem; }
.content-card__body { padding: 22px; }
.content-card__body h2 { margin: 5px 0 9px; font-size: 1.48rem; line-height: 1.25; }
.content-card__body p { color: #666; margin: 0 0 17px; line-height: 1.45; }
.content-card__more { color: var(--primary); font-weight: 700; }
.content-empty { grid-column: 1 / -1; text-align: center; padding: 38px; background: #fff; border-radius: 16px; color: #666; }
.content-empty a, .back-link { color: var(--primary); font-weight: 700; }
.back-link { display: inline-block; margin-bottom: 26px; }
.article-header { max-width: 850px; margin: 0 auto 30px; text-align: center; }
.article-header h1 { margin: 5px 0 12px; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.18; }
.article-header p { color: #5b5755; font-size: 1.22rem; margin: 0 auto 12px; }
.article-header small { color: #6d6763; }
.article-cover { width: 100%; max-height: 560px; object-fit: cover; border-radius: 20px; display: block; margin: 0 auto 36px; }
.article-content { max-width: 780px; margin: 0 auto; color: #393634; font-size: 1.14rem; }
.article-content p { margin: 0 0 1.3em; }
.article-inline-media { margin: 30px 0; }
.article-inline-media img { display: block; width: 100%; height: auto; border-radius: 16px; box-shadow: 0 10px 24px rgba(48, 31, 38, .10); }
.article-video { width: 100%; aspect-ratio: 16 / 9; margin: 30px 0; border-radius: 16px; overflow: hidden; background: #211c1f; box-shadow: 0 10px 24px rgba(48, 31, 38, .10); }
.article-video iframe, .article-inline-video { width: 100%; height: 100%; border: 0; display: block; }
.article-inline-video { height: auto; margin: 30px 0; border-radius: 16px; background: #211c1f; }
.article-facebook-video { width: min(100%, calc(var(--facebook-width) * 1px)); aspect-ratio: var(--facebook-width) / var(--facebook-height); margin: 30px auto; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 10px 24px rgba(48, 31, 38, .10); }
.article-facebook-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.tag-list { max-width: 780px; margin: 28px auto 0; display: flex; gap: 8px; flex-wrap: wrap; }
.tag-list span { background: #e8dfd8; color: #574e49; border-radius: 99px; padding: 4px 12px; font-size: .9rem; }
.breed-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 780px; margin: 0 auto; }
.breed-specs div { padding: 14px 16px; background: #fff; border: 1px solid #dfd6cf; border-radius: 10px; }
.breed-specs dt { font-weight: 700; color: var(--primary); }.breed-specs dd { margin: 2px 0 0; }
.content-button { display: inline-block; background: var(--primary); color: #fff; border-radius: 8px; padding: 10px 18px; font-weight: 700; }

/* Promociones */
.promotions-page { background: #f6f2eb; min-height: 60vh; }
.promotions-hero { padding-bottom: 34px; }
.promotions-section { max-width: 1240px; margin: 0 auto; padding: 0 24px 84px; text-align: center; }
.promotions-intro { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 18px; margin: 0 auto 28px; text-align: center; }
.promotions-intro h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); margin: 0 0 8px; }
.promotions-intro p { margin: 0; color: #5d5754; font-size: 1.08rem; max-width: 620px; }
.promotions-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; }
.promotion-card { width: min(100%, 420px); background: #fff; border: 1px solid #e0d8d0; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 24px rgba(48, 31, 38, .08); transition: transform .22s ease, box-shadow .22s ease; }
.promotion-card:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(48, 31, 38, .14); }
.promotion-card__button { display: grid; place-items: center; width: 100%; min-height: 360px; border: 0; padding: 0; background: #fff; cursor: zoom-in; }
.promotion-card img { width: 100%; height: 100%; max-height: 520px; object-fit: contain; display: block; }
.promotions-note { margin: 24px 0 0; color: #706965; text-align: center; font-size: .98rem; }
.promotion-lightbox { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(22, 16, 19, .82); }
.promotion-lightbox.is-open { display: flex; }
.promotion-lightbox img { max-width: min(94vw, 980px); max-height: 88vh; border-radius: 18px; box-shadow: 0 24px 70px rgba(0, 0, 0, .35); background: #fff; }
.promotion-lightbox__close { position: fixed; top: 18px; right: 22px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #fff; color: var(--primary-dark); font-size: 2rem; line-height: 1; cursor: pointer; }

/* Contacto */
.contact-page { background: #f6f2eb; min-height: 60vh; }
.contact-hero { padding-bottom: 34px; }
.contact-section, .contact-form-section, .contact-social { max-width: 1240px; margin: 0 auto; padding: 0 24px 70px; }
.contact-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 22px; }
.contact-card { background: #fff; border: 1px solid #e0d8d0; border-radius: 22px; padding: 28px; box-shadow: 0 10px 24px rgba(48, 31, 38, .08); }
.contact-card--main { background: var(--primary-dark); color: #fff; grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
.contact-eyebrow { color: var(--primary); display: inline-block; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; font-size: .86rem; margin-bottom: 8px; }
.contact-card--main .contact-eyebrow { color: #f0dbe4; }
.contact-card h2, .contact-form-copy h2, .contact-social h2 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.15; margin: 0 0 12px; }
.contact-card h3 { margin: 10px 0 8px; font-size: 1.35rem; }
.contact-card p { margin: 0; color: #5f5955; }
.contact-card--main p { color: rgba(255, 255, 255, .86); font-size: 1.14rem; }
.contact-card a { color: var(--primary-dark); font-weight: 700; overflow-wrap: anywhere; }
.contact-icon { color: var(--primary); font-size: 1.45rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 99px; padding: 11px 18px; font-weight: 700; }
.contact-button--whatsapp { background: #25D366; color: #102115; }
.contact-button--light { background: #fff; color: var(--primary-dark); }
.contact-form-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 32px; align-items: start; }
.contact-form-copy p, .contact-social p { color: #5f5955; font-size: 1.08rem; margin: 0; }
.contact-form { background: #fff; border: 1px solid #e0d8d0; border-radius: 24px; padding: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; box-shadow: 0 10px 24px rgba(48, 31, 38, .08); }
.contact-form label { color: #3c3836; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { box-sizing: border-box; width: 100%; margin-top: 7px; border: 1px solid #d8cec6; border-radius: 14px; padding: 12px 14px; font: inherit; color: #2f2b29; background: #fbfaf8; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid rgba(159, 54, 97, .22); border-color: var(--primary); }
.contact-form__full, .contact-submit { grid-column: 1 / -1; }
.contact-submit { border: 0; border-radius: 99px; background: var(--primary); color: #fff; padding: 13px 22px; font: inherit; font-weight: 700; cursor: pointer; }
.contact-social { text-align: center; }
.contact-social__icons { display: flex; justify-content: center; gap: 14px; margin-top: 18px; }
.contact-social__icons a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--primary-dark); color: #fff; font-size: 1.1rem; transition: transform .2s ease, background .2s ease; }
.contact-social__icons a:hover { transform: translateY(-3px); background: var(--primary); }

@media (max-width: 850px) { .content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 850px) { .promotions-intro { align-items: center; flex-direction: column; } }
@media (max-width: 980px) { .contact-grid, .contact-form-section { grid-template-columns: 1fr; }.contact-card--main { grid-row: auto; }.contact-form-copy { text-align: center; } }
@media (max-width: 560px) { .content-hero { padding-top: 48px; }.content-grid, .breed-specs { grid-template-columns: 1fr; }.content-card__image, .content-card__placeholder { height: 205px; }.content-section, .content-detail > article, .promotions-section, .contact-section, .contact-form-section, .contact-social { padding-left: 16px; padding-right: 16px; }.promotion-card { width: 100%; }.promotion-card__button { min-height: 300px; }.contact-form { grid-template-columns: 1fr; padding: 22px; }.contact-actions { flex-direction: column; } }

.about-hero{
    padding:10px 20px;
    text-align:center;
	background-color: #f6f2eb;
}

.about-hero h1{
    font-family:var(--font-title);
    font-size:clamp(2rem,4vw,3.2rem);
    color:#000;
}

.about-hero p{
    max-width:800px;
    margin:auto;
}

/* Timeline */

.timeline-section {
	background-color: #f6f2eb;
}

.clean-timeline {
  max-width: 1240px;
  margin: 40px auto 0;
  display: flex;
  gap: 28px;
  overflow-x: auto;
  padding: 45px 10px 65px;
  position: relative;
  scroll-snap-type: x mandatory;
}

/* Línea Suecia */
.clean-timeline::before {
  content: "";
  position: absolute;
  top: 103px;
  left: 10px;
  width: calc((180px + 28px) * 6);
  height: 3px;
  background: var(--primary-dark);
}

/* Línea México */
.clean-timeline::after {
  content: "";
  position: absolute;
  top: 103px;
  left: calc(10px + ((180px + 28px) * 6));
  width: calc((180px + 28px) * 4);
  height: 3px;
  background: var(--primary-green);
}

.clean-timeline-item {
  min-width: 180px;
  position: relative;
  text-align: center;
  scroll-snap-align: start;
  padding-top: 75px;
  z-index: 2;
}

.clean-timeline-item::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 4px solid var(--primary-dark);
  background: #f6f2eb;
  border-radius: 50%;
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.clean-timeline-item span {
  display: block;
  font-family: var(--font-title);
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 12px;
}

.clean-timeline-item p {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

/* México */
.clean-timeline-item.mexico::before {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 8px rgba(86,134,113,.15);
}

.clean-timeline-item.mexico span {
  color: var(--primary-green);
}

/* Hito México */
.timeline-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 34px;
  background: white;
  border: 2px solid var(--primary-green);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Scrollbar */
.clean-timeline::-webkit-scrollbar {
  height: 8px;
}

.clean-timeline::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 20px;
}

.clean-timeline::-webkit-scrollbar-track {
  background: var(--husse-beigedark);
}

/* Responsive */
@media(max-width:768px){
  .clean-timeline {
    padding-bottom: 45px;
  }

  .clean-timeline-item {
    min-width: 210px;
  }

  .clean-timeline::before {
    width: calc((210px + 28px) * 6);
  }

  .clean-timeline::after {
    left: calc(10px + ((210px + 28px) * 6));
    width: calc((210px + 28px) * 4);
  }
}

.clean-timeline-item.future::before{
  border-color: var(--primary);
  box-shadow: 0 0 0 8px rgba(159,54,97,.15);
}

.clean-timeline-item.future span{
  color: var(--primary);
}

.clean-timeline-item.future .timeline-badge{
  border-color: var(--primary);
}

/* Historia */

.history-section{
  background:#f6f2eb;
  padding:60px 8%;
}

.history-cards{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

.history-card{
  background:#fff;
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
}

.history-card img{
  width:100%;
  height:280px;
  object-fit:cover;
  border-radius:14px;
  margin-bottom:20px;
}

.history-card h3{
  font-family:var(--font-title);
  color:#2d2d2d;
  font-size:22px;
  line-height:1.25;
}

.history-card p{
  color:#444;
  font-size:17px;
}

@media(max-width:900px){
  .history-cards{
    grid-template-columns:1fr;
  }
}

.video-container{
    max-width:1100px;
    margin:0 auto;
}

.video-container iframe{
    width:100%;
    aspect-ratio:16/9;
    border:none;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

/* Beneficios */

.husse-benefits{
    padding:80px 20px;
    background:#fff;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
    text-align:center;
}

/*CTA*/

.interna-cta {
  background: var(--primary-green);
  color: white;
  text-align: center;
  padding: 20px 8%;
}

.interna-cta h2 {
  font-size: 40px;
  margin-bottom: 14px;
}

.interna-cta p {
  font-size: 19px;
  margin-bottom: 28px;
}

/* Responsive */

@media(max-width:992px){

    .history-cards{
        grid-template-columns:1fr;
    }

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

}

@media(max-width:768px){

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

}
/* FORMULARIOS GOOGLE */
.google-form{
  background:white;
  padding:20px;
  border-radius:24px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.google-form iframe{
  border:none;
  border-radius:16px;
}

.clinic-showcase {
  padding: 70px 8%;
  background: var(--husse-beigedark);
}

.clinic-carousel {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.clinic-carousel__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.clinic-carousel__track::-webkit-scrollbar { display: none; }

.clinic-carousel__track img {
  flex: 0 0 calc((100% - 40px) / 3);
  aspect-ratio: 8 / 5;
  object-fit: cover;
  border-radius: 18px;
  scroll-snap-align: start;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.clinic-carousel__button {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  cursor: pointer;
}

@media (max-width: 700px) {
  .clinic-showcase { padding: 56px 24px; }
  .clinic-carousel { gap: 10px; }
  .clinic-carousel__track img { flex-basis: 82%; }
  .clinic-carousel__button { flex-basis: 36px; width: 36px; height: 36px; }
}

.vet-form-section {
  padding: 80px 8%;
  background: var(--husse-beigedark);
}

.vet-form-section .section-title {
  max-width: 820px;
  margin: 0 auto 36px;
}

.vet-form-section .section-title h1 {
  color: var(--primary-dark);
}

.google-form-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid var(--husse-beige);
}

.google-form-wrapper iframe {
  display: block;
  background: white;
}

@media (max-width: 700px) {
  .vet-form-section { padding: 56px 24px; }
  .google-form-wrapper { padding: 8px; }
}

/* ==========================
  PRODUCTOS
========================== */

.product-page{
  background:#f6f2eb;
  padding:70px 8%;
}

.product-page .section-title{
  text-align:center;
  margin-bottom:50px;
}

.product-grid{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:30px;
}

.product-card{
  background:white;
  border-radius:28px;
  padding:28px;
  text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.07);
}

.product-image{
  height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f8f8f8;
  border-radius:20px;
  margin-bottom:24px;
}

.product-image img{
  max-width:80%;
  max-height:220px;
  object-fit:contain;
}

.product-line{
  display:block;
  color:#222;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:10px;
}

.product-content h3{
  font-family:var(--font-title);
  font-size:28px;
  margin:10px 0 18px;
}

.product-content p{
  max-height:115px;
  overflow:hidden;
  color:#333;
}

.product-meta{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0;
}

.product-meta span{
  background:#eae4dc;
  padding:8px 14px;
  border-radius:30px;
  font-weight:700;
  font-size:14px;
}
/* ==========================
   PRODUCTO DETALLE
========================== */

.product-detail-page{
  background:#f6f2eb;
  padding:70px 8%;
}

.product-detail{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:420px 1fr;
  gap:50px;
  align-items:start;
}

.product-detail-image{
  background:white;
  border-radius:28px;
  padding:40px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:520px;
}

.product-detail-image img{
  display:block;
  width:100%;
  max-width:340px;
  height:auto;
  object-fit:contain;
}

.product-detail-content{
  background:white;
  border-radius:28px;
  padding:42px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.product-detail-content h1{
  font-family:var(--font-title);
  font-size:clamp(2.3rem,4vw,3.8rem);
  color:#222;
  margin:10px 0 20px;
}

.product-description{
  font-size:19px;
  color:#444;
  line-height:1.7;
}

.product-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:25px 0;
}

.product-tags span{
  background:#eae4dc;
  color:#65203B;
  padding:8px 15px;
  border-radius:30px;
  font-weight:700;
}

.product-detail-content h3{
  font-family:var(--font-title);
  margin-top:28px;
  color:#65203B;
}

.product-detail-content ul{
  padding-left:22px;
}

.product-detail-content li{
  margin-bottom:8px;
}

.analisis-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
  margin:20px 0 30px;
}

.analisis-grid div{
  background:#eae4dc;
  border-radius:18px;
  padding:18px;
  text-align:center;
}

.analisis-grid strong{
  display:block;
  font-size:14px;
  color:#65203B;
  text-transform:uppercase;
}

.analisis-grid span{
  display:block;
  font-size:24px;
  font-weight:800;
  margin-top:6px;
}

.product-line{
  display:inline-block;
  color:#568671;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1px;
}

/* Responsive */

@media(max-width:900px){
  .product-detail-page{
    padding:50px 24px;
  }

  .product-detail{
    grid-template-columns:1fr;
  }

  .product-detail-content{
    padding:30px;
  }

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

.product-extra-image{
    max-width:1400px;
    margin:60px auto;
}

.product-extra-image img{
    width:100%;
    display:block;
    border-radius:24px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}
.related-products{
    max-width:1400px;
    margin:80px auto;
}

.related-products h2{
    text-align:center;
    margin-bottom:40px;
    color:#65203B;
}

.related-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.related-card{
    background:white;
    border-radius:24px;
    padding:25px;
    text-align:center;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.related-card img{
    max-height:220px;
    width:auto;
    max-width:100%;
    object-fit:contain;
}

.related-card h3{
    margin:20px 0;
}

.related-card a{
    color:#65203B;
    font-weight:700;
}
