.home-page .home-hero { position: relative; isolation: isolate; height: min(500px,calc(100svh - 180px)); min-height: 390px; padding: 46px 6%; display: flex; align-items: center; background: #ede9e3; overflow: hidden; }
.home-hero-image { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: contain; object-position: right center; }
.home-hero-copy { width: 38%; max-width: 530px; }
.home-page .home-hero h1 { font-size: 58px; margin: 12px 0 18px; white-space: nowrap; }
.home-page .home-hero p { font-family: Georgia,serif; font-size: 26px; line-height: 1.3; color: #232723; margin: 0 0 12px; }
.home-hero-sub { display: block; font-size: 15px; line-height: 1.65; max-width: 380px; color: #465348; }
.home-hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 24px; }
.home-hero-actions .text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; }
.home-image-disclosure { position: absolute; bottom: 12px; right: 18px; padding: 5px 8px; background: #ffffffed; font-size: 10px; color: #4b5550; }
body[data-market="us"] .home-hero { background: #e5e6e8; }
body[data-market="br"] .home-hero { background: #dbced0; }
.home-page .home-install { background: #f0f5f1; }
.home-install article > .lucide { color: #32644c; margin-bottom: 8px; }
.home-page .home-install p, .home-fit p, .home-services p { font-size: 15px; }
.home-page .home-install article, .home-fit article, .home-services article { border-top: 1px solid #bacbbf; padding-top: 20px; }
.home-page .section-head { align-items: center; gap: 20px; }
.home-page .section-head .text-link { display: inline-flex; gap: 8px; align-items: center; font-size: 14px; flex-shrink: 0; }
.home-section-heading .eyebrow { display: block; margin-bottom: 8px; }
.home-section-heading h2 { margin: 0; }
.texture-image { position: relative; aspect-ratio: 1/1; background: #edefeb; overflow: hidden; border-radius: 4px; }
.texture-image > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-texture > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.home-page .home-caption { font-size: 12px; margin-top: 16px; color: #627067; }
.home-page .home-fit { background: #edf3f4; }
.home-fit > .text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; }
.home-services { border-top: 1px solid #dce2de; }
.home-featured .grid-3 { align-items: start; }
@media (min-width: 1700px) {
  .home-hero-copy { margin-left: max(0px,calc((100vw - 1600px)/2)); }
  .home-hero-image { object-position: 85% center; }
}
@media (max-width: 1100px) and (min-width: 761px) {
  .home-page .home-hero h1 { font-size: 44px; }
  .home-page .home-hero { padding-left: 4%; }
  .home-hero-copy { width: 42%; }
  .home-hero-image { width: 60%; left: auto; }
}
@media (max-width: 760px) {
  .home-page .home-hero { height: auto; min-height: 0; padding: 255px 20px 24px; display: block; background: #f3f1ec; }
  .home-hero-image { top: 0; width: 100%; height: 245px; object-position: center; }
  .home-hero-copy { width: 100%; max-width: none; }
  .home-page .home-hero h1 { font-size: 38px; margin: 8px 0 10px; }
  .home-page .home-hero p { font-size: 21px; margin-bottom: 8px; }
  .home-hero-sub { font-size: 14px; line-height: 1.5; }
  .home-hero-copy .eyebrow { font-size: 10px; }
  .home-hero-actions { margin-top: 16px; gap: 12px; }
  .home-image-disclosure { top: 221px; bottom: auto; right: 10px; font-size: 9px; }
  .home-page .section-head { align-items: flex-start; flex-direction: column; gap: 12px; }
  .home-page .grid-3 { grid-template-columns: 1fr; }
  .home-page .home-textures .grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
  .home-texture h3 { font-size: 14px; }
  .home-texture > div:last-child .lucide { display: none; }
  .home-texture .texture-image { aspect-ratio: 1/1; }
  .home-texture .image-note { font-size: 8px; bottom: 4px; left: 3px; padding: 3px; }
  .home-page .home-featured .grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 14px; }
  .home-page .home-featured .catalog-product:last-child { grid-column: auto; }
}
@media (max-height: 760px) and (max-width: 760px) {
  .home-page .home-hero { padding-top: 185px; padding-bottom: 20px; }
  .home-hero-image { height: 175px; }
  .home-image-disclosure { top: 151px; }
  .home-hero-sub { display: none; }
}
