.home-page .site-footer { margin-top: 0; }
.home-hero { position: relative; min-height: clamp(480px, 68vh, 620px); display: grid; align-items: center; overflow: hidden; color: #fff; background: #102f3c; }
.home-hero-image, .home-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero-image { object-fit: cover; object-position: center; }
.home-hero-shade { background: rgba(7, 35, 48, .62); }
.home-hero-content { position: relative; z-index: 1; padding-block: 72px; }
.home-eyebrow, .home-kicker { display: block; color: #39b6ae; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.home-hero h1 { max-width: 780px; margin: 12px 0 18px; color: #fff; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; overflow-wrap: anywhere; }
.home-hero p { max-width: 680px; margin: 0 0 30px; color: #e5f0ef; font-size: 20px; line-height: 1.6; }
.home-primary-action, .home-secondary-action, .home-card-action, .home-outline-action { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 18px; border-radius: 4px; font-weight: 850; text-decoration: none; cursor: pointer; }
.home-primary-action { color: #fff; border: 1px solid #08736d; background: #08736d; }
.home-primary-action:hover { color: #fff; background: #0b8981; }
.home-primary-action svg, .home-secondary-action svg, .home-card-action svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.home-section { padding: 72px 0; }
.home-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 30px; }
.home-section-heading h2, .home-about-layout h2, .home-owner-copy h2, .home-contact-copy h2 { margin: 6px 0 0; font-size: 36px; line-height: 1.12; }
.home-section-heading p { max-width: 580px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.home-property-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.home-property-card { min-width: 0; height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 10px 28px rgba(16, 47, 60, .08); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.home-property-card:hover { transform: translateY(-3px); border-color: #a6c5c2; box-shadow: 0 16px 36px rgba(16, 47, 60, .13); }
.home-card-media { position: relative; aspect-ratio: 4 / 3; display: block; overflow: hidden; background: var(--soft); }
.home-card-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.home-property-card:hover .home-card-media > img { transform: scale(1.025); }
.home-reference { position: absolute; right: 12px; bottom: 12px; padding: 5px 8px; color: #fff; border-radius: 3px; background: rgba(16, 47, 60, .88); font-size: 12px; font-weight: 800; }
.home-promo-labels { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.home-promo-label { padding: 6px 9px; color: #fff; border-radius: 3px; background: #075b57; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.promo-hot, .promo-discount { background: #c84c3a; }
.promo-luxury { background: #17313b; }
.promo-sea_view, .promo-first_line { background: #087d91; }
.promo-best_price { background: #23745c; }
.promo-new_offer { color: #15333d; background: #68d1c8; }
.promo-investment { color: #17313b; background: #e0b85c; }
.home-card-body { flex: 1; display: flex; flex-direction: column; padding: 19px; }
.home-card-body h3 { min-height: 52px; margin: 0 0 8px; font-size: 20px; line-height: 1.3; overflow-wrap: anywhere; }
.home-card-body h3 a { color: var(--ink); text-decoration: none; }
.home-card-location { min-height: 25px; display: flex; align-items: center; gap: 7px; margin: 0 0 14px; color: var(--muted); }
.home-card-location svg { flex: 0 0 auto; width: 19px; height: 19px; fill: none; stroke: var(--brand); stroke-width: 1.8; }
.home-card-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.home-card-facts > span { min-width: 0; display: grid; justify-items: center; gap: 3px; padding: 11px 5px; text-align: center; }
.home-card-facts > span + span { border-left: 1px solid var(--line); }
.home-card-facts svg { width: 19px; height: 19px; fill: none; stroke: var(--brand-dark); stroke-width: 1.7; }
.home-card-facts small { color: var(--muted); font-size: 11px; }
.home-card-facts strong { max-width: 100%; font-size: 13px; overflow-wrap: anywhere; }
.home-card-footer { margin-top: auto; padding-top: 17px; }
.home-price-wrap { min-height: 55px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; }
.home-previous-price { color: var(--muted); font-size: 14px; text-decoration: line-through; }
.home-price { color: #c84c3a; font-size: 25px; }
.home-discount { padding: 4px 7px; color: #fff; border-radius: 3px; background: #23745c; font-size: 12px; font-weight: 850; }
.home-card-action { width: 100%; color: #fff; background: var(--brand-dark); }
.home-card-action:hover { color: #fff; background: var(--brand); }
.home-section-action { margin-top: 30px; text-align: center; }
.home-secondary-action { color: var(--brand-dark); border: 1px solid var(--brand-dark); background: transparent; }
.home-secondary-action:hover { color: #fff; background: var(--brand-dark); }
.home-about-band { padding: 58px 0; border-block: 1px solid #d7e4e2; background: #edf5f3; }
.home-about-layout { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: 70px; align-items: start; }
.home-about-layout p { max-width: 860px; margin: 0; font-size: 20px; line-height: 1.75; }
.home-services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.home-service { min-width: 0; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; padding: 25px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.home-service-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--brand-dark); border-radius: 5px; background: #dff0ed; }
.home-service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.home-service h3 { margin: 0 0 8px; font-size: 20px; }
.home-service p { margin: 0; color: var(--muted); line-height: 1.65; }
.home-owner-band { padding: 72px 0; color: #fff; background: #17313b; }
.home-owner-layout { display: grid; grid-template-columns: minmax(260px, 390px) minmax(0, 1fr); gap: 64px; align-items: center; }
.home-owner-photo { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 6px; }
.home-owner-photo img { width: 100%; height: 100%; object-fit: cover; }
.home-owner-copy { max-width: 720px; }
.home-owner-copy h2 { color: #fff; }
.home-owner-copy h3 { margin: 27px 0 4px; color: #fff; font-size: 27px; }
.home-owner-role { color: #74d0c8; font-weight: 750; }
.home-owner-copy > p { color: #dce9e8; font-size: 17px; line-height: 1.75; }
.home-owner-languages strong { color: #fff; }
.home-owner-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.home-owner-actions a { min-width: 190px; min-height: 50px; display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: center; gap: 9px; padding: 7px 12px; color: #fff; text-decoration: none; border: 1px solid rgba(255, 255, 255, .28); border-radius: 4px; background: rgba(255, 255, 255, .06); transition: background-color .15s ease, border-color .15s ease; }
.home-owner-actions a:hover { color: #fff; border-color: #74d0c8; background: rgba(255, 255, 255, .11); }
.home-owner-actions a:focus-visible { outline: 3px solid rgba(116, 208, 200, .55); outline-offset: 2px; }
.home-owner-actions svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.home-owner-actions small, .home-owner-actions strong { display: block; }
.home-owner-actions small { color: #a9cecb; font-size: 11px; line-height: 1.2; }
.home-owner-actions strong { font-size: 14px; overflow-wrap: anywhere; }
.home-owner-whatsapp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.home-owner-whatsapp-actions a { min-width: 190px; min-height: 50px; display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: center; gap: 9px; padding: 7px 12px; color: #fff; text-decoration: none; border: 1px solid rgba(255, 255, 255, .28); border-radius: 4px; background: #1f7a59; transition: background-color .15s ease, border-color .15s ease; }
.home-owner-whatsapp-actions a:hover { color: #fff; border-color: #8ee0b9; background: #276f58; }
.home-owner-whatsapp-actions a:focus-visible { outline: 3px solid rgba(116, 208, 200, .55); outline-offset: 2px; }
.home-owner-whatsapp-actions svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.home-owner-whatsapp-actions small, .home-owner-whatsapp-actions strong { display: block; }
.home-owner-whatsapp-actions small { color: #cce9dc; font-size: 11px; line-height: 1.2; }
.home-owner-whatsapp-actions strong { font-size: 14px; overflow-wrap: anywhere; }
.home-contact-band { padding: 72px 0; background: #eaf3f1; }
.home-contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 520px); gap: 70px; align-items: start; }
.home-contact-copy { padding-top: 16px; }
.home-contact-copy p { max-width: 630px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.home-contact-actions { margin: 23px 0; }
.home-contact-actions .contact-method-list { max-width: 410px; }
.home-outline-action { color: var(--brand-dark); border: 1px solid var(--brand-dark); }
.home-contact-form { display: grid; gap: 14px; padding: 26px; border: 1px solid var(--line); border-top: 4px solid var(--brand); border-radius: 6px; background: #fff; box-shadow: 0 12px 30px rgba(16, 47, 60, .08); }
.home-field label { display: block; margin-bottom: 5px; font-weight: 750; }
.home-input { width: 100%; min-height: 46px; padding: 10px 11px; color: var(--ink); border: 1px solid #9fb2b4; border-radius: 4px; background: #fff; }
textarea.home-input { min-height: 120px; resize: vertical; }
.home-properties-empty { grid-column: 1 / -1; padding: 40px; border: 1px dashed var(--line); text-align: center; }
.policy-page { max-width: 900px; padding-block: 34px 70px; }
.policy-page article { padding: 30px 0; }
.policy-page h1 { margin: 0 0 22px; font-size: 40px; }
.policy-page p { font-size: 17px; line-height: 1.75; }

@media (max-width: 1024px) {
    .home-property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-about-layout, .home-contact-layout { gap: 38px; }
}

@media (max-width: 768px) {
    .home-hero { min-height: 500px; }
    .home-hero-content { padding-block: 54px; }
    .home-hero h1 { font-size: 45px; }
    .home-hero p { font-size: 18px; }
    .home-section { padding: 52px 0; }
    .home-section-heading { display: block; }
    .home-section-heading p { margin-top: 12px; }
    .home-about-layout, .home-owner-layout, .home-contact-layout { grid-template-columns: 1fr; gap: 32px; }
    .home-owner-photo { width: min(100%, 380px); }
    .home-services-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .home-hero { min-height: 480px; }
    .home-hero h1 { font-size: 38px; }
    .home-primary-action, .home-secondary-action, .home-outline-action { width: 100%; }
    .home-property-grid { grid-template-columns: 1fr; }
    .home-card-body h3 { min-height: 0; }
    .home-about-layout p { font-size: 18px; }
    .home-service { grid-template-columns: 48px minmax(0, 1fr); padding: 20px; }
    .home-service-icon { width: 46px; height: 46px; }
    .home-owner-whatsapp-actions { display: grid; }
    .home-owner-actions { display: grid; }
    .home-owner-actions a { width: 100%; min-width: 0; }
    .home-owner-whatsapp-actions a { width: 100%; min-width: 0; }
    .home-contact-form { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-property-card, .home-card-media > img { transition: none; }
}
