/* Home page: full-screen video hero, then product rows */
.hm-body { background: var(--sf-page); }
.hm-hero { position: relative; height: calc(100svh - var(--sf-header-h)); min-height: 520px; max-height: 960px; background: #1f2a24; overflow: hidden; display: flex; align-items: flex-end; }
.hm-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.hm-hero-video.is-ready { opacity: 1; }
.hm-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 26, 22, .15) 0%, rgba(20, 26, 22, .05) 35%, rgba(20, 26, 22, .72) 100%); }
.hm-hero-content { position: relative; z-index: 1; width: min(1240px, 100% - 32px); margin: 0 auto; padding: 0 0 clamp(56px, 9vh, 110px); color: #fff; }
.hm-eyebrow { display: inline-block; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; color: rgba(255, 255, 255, .85); margin-bottom: 14px; }
.hm-hero-content h1 { margin: 0 0 14px; font-size: clamp(2.2rem, 1.4rem + 3.6vw, 4.2rem); line-height: 1.02; font-weight: 600; letter-spacing: -.02em; text-shadow: 0 2px 24px rgba(0, 0, 0, .25); }
.hm-hero-content p { margin: 0 0 22px; max-width: 46ch; font-size: clamp(.95rem, .9rem + .3vw, 1.1rem); color: rgba(255, 255, 255, .88); }
.hm-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hm-btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 500; font-size: .98rem; }
.hm-btn.is-light { background: #fff; color: var(--sf-ink); }
.hm-btn.is-light:hover { background: var(--sf-brand-soft); color: var(--sf-brand-dark); }
.hm-btn.is-ghost { border-color: rgba(255, 255, 255, .7); color: #fff; }
.hm-btn.is-ghost:hover { background: rgba(255, 255, 255, .14); }
.hm-btn.is-outline { border-color: var(--sf-brand); color: var(--sf-brand-dark); background: #fff; }
.hm-btn.is-outline:hover { background: var(--sf-brand); color: #fff; }
.hm-btn.is-whatsapp { background: #25d366; color: #fff; }
.hm-btn.is-whatsapp:hover { background: #1fbd5b; color: #fff; }
.hm-btn svg { width: 20px; height: 20px; }
.hm-scroll { position: absolute; right: 24px; bottom: 26px; z-index: 1; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .5); color: #fff; display: none; align-items: center; justify-content: center; animation: hm-bob 2.2s ease-in-out infinite; }
.hm-scroll svg { width: 18px; height: 18px; }
@media (min-width: 900px) { .hm-scroll { display: inline-flex; } }
@keyframes hm-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

.hm-section { padding: 52px 0 8px; }
.hm-section-last { padding-bottom: 8px; }
.hm-section-head { text-align: center; max-width: 620px; margin: 0 auto 26px; }
.hm-kicker { display: inline-block; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--sf-brand-dark); font-weight: 600; margin-bottom: 8px; }
.hm-section-head h2 { margin: 0; font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.2rem); font-weight: 600; color: var(--sf-ink); letter-spacing: -.015em; line-height: 1.15; }
.hm-section-head h2::after { content: ''; display: block; width: 48px; height: 2px; background: var(--sf-brand); margin: 14px auto 0; border-radius: 2px; }
.hm-section-head p { margin: 12px 0 0; color: var(--sf-muted); font-size: .95rem; }
.hm-section-foot { text-align: center; margin-top: 22px; }
.hm-btn.is-outline { border-color: var(--sf-brand); color: var(--sf-brand-dark); background: #fff; }
.hm-btn.is-outline:hover { background: var(--sf-brand); color: #fff; }
.hm-tiles { justify-content: center; }
.hm-tiles { display: flex; flex-wrap: wrap; gap: 10px; }
.hm-tile { padding: 10px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--sf-line); color: var(--sf-ink); font-size: .92rem; }
.hm-tile:hover { border-color: var(--sf-brand); background: var(--sf-brand-soft); color: var(--sf-brand-dark); }

.hm-contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 26px 28px; border-radius: var(--sf-radius); background: var(--sf-brand-soft); border: 1px solid #d9e3dc; margin-top: 10px; }
.hm-contact h2 { margin: 0 0 6px; font-size: 1.2rem; font-weight: 600; color: var(--sf-ink); }
.hm-contact p { margin: 0; color: var(--sf-text); max-width: 52ch; }
.hm-body .sf-footer { margin-top: 40px; }

