.hogar-page {
  background: #f6f0e8;
  color: #3f342c;
}

.hogar-page .header {
  background: #fbf7f1;
  border-bottom-color: #e4d8c8;
}

.hogar-page .brand small,
.hogar-page .header nav a,
.hogar-page .nav-contact {
  color: #5c4e41;
}

.hogar-page .nav-contact {
  border-color: #d7c4b3;
}

.hogar-page .header nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.hogar-page .footer {
  background: #fbf7f1;
  border-top-color: #e4d8c8;
}

.hogar-page .footer-legal {
  border-top-color: #e4d8c8;
  color: #7a6a5c;
}

.hogar-eyebrow {
  font-size: 11px;
  letter-spacing: 1.4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a45a3a;
  margin-bottom: 16px;
}

.hogar-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  max-width: 1700px;
  margin: auto;
  padding: 40px 5.5% 28px;
}

.hogar-hero-copy {
  padding: 28px 0;
}

.hogar-hero h1 {
  font-size: clamp(40px, 4.8vw, 68px);
  line-height: 1.08;
  letter-spacing: -2.4px;
  color: #3a2c24;
  font-weight: 500;
  margin: 0 0 20px;
}

.hogar-lead {
  font-size: 17px;
  line-height: 1.7;
  max-width: 440px;
  color: #5c4e41;
}

.hogar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 26px;
  min-height: 48px;
  padding: 16px 22px;
  border-radius: 5px;
  background: #8b4a32;
  color: #fff8f2;
  font-size: 14px;
}

.hogar-cta:hover {
  transform: translateY(-2px);
  background: #7a3f2c;
}

.hogar-soft {
  margin-top: 22px;
  font-size: 14px;
  color: #7a6a5c;
}

.hogar-hero-photo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 420px;
  background: #d8c3ae;
}

.hogar-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hogar-section {
  max-width: 820px;
  margin: auto;
  padding: 72px 5.5%;
}

.hogar-section h2,
.hogar-close h2,
.hogar-principle h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.15;
  letter-spacing: -1.2px;
  color: #3a2c24;
  font-weight: 500;
  margin-bottom: 18px;
}

.hogar-section p,
.hogar-close p {
  font-size: 16px;
  line-height: 1.75;
  color: #5c4e41;
  margin-bottom: 14px;
}

.hogar-section-alt {
  background: #efe6db;
}

.hogar-quote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.45;
  color: #8b4a32;
  margin-top: 28px;
}

.hogar-aside {
  font-size: 14px;
  color: #7a6a5c;
}

.hogar-examples {
  margin: 20px 0 18px;
  padding-left: 18px;
  color: #5c4e41;
}

.hogar-examples li {
  margin-bottom: 8px;
  line-height: 1.55;
}

.hogar-modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 28px 0 8px;
}

.hogar-modes article {
  background: #fbf7f1;
  border: 1px solid #e4d8c8;
  border-radius: 8px;
  padding: 22px 20px;
}

.hogar-modes h3 {
  font-size: 20px;
  color: #3a2c24;
  margin-bottom: 8px;
}

.hogar-modes p {
  margin: 0;
  font-size: 15px;
}

.hogar-principle {
  text-align: center;
  padding: 84px 5.5%;
  background: #e8d5c4;
}

.hogar-principle h2 {
  max-width: 720px;
  margin: 0 auto 16px;
}

.hogar-principle p {
  font-size: 16px;
  color: #5c4e41;
}

.hogar-close {
  max-width: 760px;
  margin: auto;
  padding: 88px 5.5% 96px;
}

@media (max-width: 1100px) {
  .hogar-hero {
    gap: 24px;
    padding-right: 24px;
  }
  .hogar-hero-photo { min-height: 280px; }
}

@media (max-width: 760px) {
  .hogar-hero {
    display: flex;
    flex-direction: column;
    padding: 28px 6% 22px;
    gap: 22px;
  }
  .hogar-hero-copy { padding: 0; }
  .hogar-hero h1 {
    font-size: clamp(32px, 8.4vw, 46px);
    letter-spacing: -1.4px;
  }
  .hogar-cta { width: 100%; }
  .hogar-hero-photo {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .hogar-section,
  .hogar-close,
  .hogar-principle {
    padding-left: 6%;
    padding-right: 6%;
  }
  .hogar-section { padding-top: 56px; padding-bottom: 56px; }
  .hogar-modes { grid-template-columns: 1fr; }
  .hogar-quote { font-size: 20px; }
}

@media (max-width: 400px) {
  .hogar-hero h1 { font-size: 32px; }
}
