.hp-page{--hp-teal: #0f5f56;--hp-teal-mid: #1a7a6e;--hp-teal-light: #2a9d8f;--hp-gold: #c9a227;--hp-ink: #0c1222;--hp-muted: #64748b;--hp-surface: #f4f6f5;--hp-white: #ffffff;--hp-radius: 1rem;--hp-radius-lg: 1.5rem;color:var(--hp-ink)}.hp-page h1,.hp-page h2,.hp-page h3,.hp-page h4{color:inherit}.hp-page p,.hp-page li,.hp-page span:not(.hp-badge){color:inherit}.hp-hero{position:relative;min-height:min(92vh,900px);display:flex;align-items:center;overflow:hidden;background:var(--hp-ink)}.hp-hero__bg{position:absolute;inset:0;z-index:0}.hp-hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.55;transform:scale(1.02);animation:hp-kenburns 24s ease-in-out infinite alternate}@keyframes hp-kenburns{0%{transform:scale(1.02)}to{transform:scale(1.08)}}.hp-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0c1222eb,#0f5f56bf 45%,#0f5f5659);z-index:1}.hp-hero__grid{position:absolute;inset:0;z-index:2;opacity:.04;background-image:linear-gradient(rgba(255,255,255,.8) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.8) 1px,transparent 1px);background-size:48px 48px}.hp-hero__content{position:relative;z-index:10;width:100%;max-width:80rem;margin:0 auto;padding:6rem 1.5rem 8rem}.hp-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff!important;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hp-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--hp-gold)}.hp-hero__title{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.2;color:#fff!important;margin-bottom:1.25rem;max-width:18ch}.hp-hero__title .text-brand-gold{color:var(--hp-gold)!important}.hp-hero__subtitle{font-size:1.125rem;line-height:1.75;color:#ffffffe0!important;max-width:42rem;margin-bottom:2.5rem;font-weight:400}.hp-search{background:var(--hp-white);border-radius:var(--hp-radius-lg);padding:.5rem;box-shadow:0 25px 50px -12px #00000059;display:flex;flex-direction:column;gap:.5rem;max-width:52rem}@media(min-width:768px){.hp-search{flex-direction:row;align-items:stretch}}.hp-search__field{flex:1;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--hp-radius)}.hp-search__field+.hp-search__field{border-top:1px solid #e2e8f0}@media(min-width:768px){.hp-search__field+.hp-search__field{border-top:none;border-inline-start:1px solid #e2e8f0}}.hp-search__label{display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--hp-teal-mid)!important;margin-bottom:.25rem}.hp-search__input,.hp-search__select{width:100%;border:none;padding:0;font-size:.95rem;font-weight:600;color:var(--hp-ink)!important;background:transparent;outline:none;box-shadow:none}.hp-search__input::-moz-placeholder{color:#94a3b8!important}.hp-search__input::placeholder{color:#94a3b8!important}.hp-search__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:var(--hp-teal-mid);color:#fff!important;font-weight:700;font-size:.875rem;border:none;border-radius:var(--hp-radius);cursor:pointer;text-decoration:none;transition:background .2s,transform .2s;white-space:nowrap}.hp-search__btn:hover{background:var(--hp-teal);transform:translateY(-1px)}.hp-stats{margin-top:-3rem;position:relative;z-index:20;padding:0 1.5rem 4rem}.hp-stats__inner{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;background:var(--hp-white);border-radius:var(--hp-radius-lg);padding:1.5rem;box-shadow:0 20px 40px -15px #0c12221f;border:1px solid rgba(15,95,86,.08)}@media(min-width:768px){.hp-stats__inner{grid-template-columns:repeat(4,1fr);padding:2rem 2.5rem}}.hp-stat{text-align:center;padding:.5rem}.hp-stat__value{font-size:1.75rem;font-weight:800;color:var(--hp-teal-mid)!important;line-height:1.2;margin-bottom:.25rem}.hp-stat__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--hp-muted)!important}.hp-section{padding:5rem 1.5rem}.hp-section--alt{background:var(--hp-surface)}.hp-section__head{max-width:80rem;margin:0 auto 3rem;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem}.hp-eyebrow{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--hp-teal-mid)!important;margin-bottom:.5rem}.hp-section__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.25;color:var(--hp-ink)!important}.hp-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:var(--hp-teal-mid)!important;text-decoration:none;transition:gap .2s}.hp-link:hover{gap:.75rem;color:var(--hp-teal)!important}.hp-grid{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.hp-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hp-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.hp-card{background:var(--hp-white);border-radius:var(--hp-radius-lg);overflow:hidden;border:1px solid #e8eeec;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.hp-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px -12px #0f5f562e}.hp-card__media{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#e8eeec}.hp-card__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.hp-card:hover .hp-card__media img{transform:scale(1.05)}.hp-card__badges{position:absolute;top:1rem;inset-inline-start:1rem;display:flex;flex-wrap:wrap;gap:.5rem;z-index:2}.hp-card__badge{padding:.35rem .75rem;border-radius:.5rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff!important;background:#0f5f56e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hp-card__badge--gold{background:#c9a227f2!important}.hp-card__body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.hp-card__category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--hp-teal-mid)!important;margin-bottom:.35rem}.hp-card__title{font-size:1.125rem;font-weight:700;color:var(--hp-ink)!important;margin-bottom:.5rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-card__location{display:flex;align-items:center;gap:.35rem;font-size:.875rem;color:var(--hp-muted)!important;margin-bottom:1rem}.hp-card__price{font-size:1.375rem;font-weight:800;color:var(--hp-teal-mid)!important;margin-bottom:1rem}.hp-card__meta{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top:1px solid #eef2f1;font-size:.75rem;font-weight:600;color:var(--hp-muted)!important;margin-bottom:1.25rem}.hp-card__meta i{color:var(--hp-teal-light);margin-inline-end:.25rem}.hp-card__cta{margin-top:auto;display:block;text-align:center;padding:.875rem 1rem;background:var(--hp-ink);color:#fff!important;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--hp-radius);text-decoration:none;transition:background .2s}.hp-card__cta:hover{background:var(--hp-teal-mid)}.hp-empty{grid-column:1 / -1;text-align:center;padding:4rem 2rem;background:var(--hp-white);border-radius:var(--hp-radius-lg);border:2px dashed #d1ddd9}.hp-empty i{font-size:3rem;color:#cbd5e1;margin-bottom:1rem}.hp-empty p{color:var(--hp-muted)!important;font-weight:600}.hp-categories{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.hp-categories{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.hp-categories{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.hp-cat{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.75rem 1rem;background:var(--hp-white);border-radius:var(--hp-radius-lg);border:1px solid #e8eeec;text-decoration:none;transition:all .25s ease}.hp-cat:hover{border-color:var(--hp-teal-mid);box-shadow:0 12px 32px -8px #1a7a6e26;transform:translateY(-4px)}.hp-cat__icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:linear-gradient(135deg,#e8f5f3,#d4ebe8);color:var(--hp-teal-mid);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1rem;transition:all .25s}.hp-cat:hover .hp-cat__icon{background:var(--hp-teal-mid);color:#fff}.hp-cat__name{font-size:1rem;font-weight:700;color:var(--hp-ink)!important;margin-bottom:.25rem}.hp-cat__count{font-size:.75rem;color:var(--hp-muted)!important}.hp-cities{max-width:80rem;margin:0 auto;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.hp-city{padding:.75rem 1.25rem;background:var(--hp-white);border:1px solid #e8eeec;border-radius:9999px;font-size:.875rem;font-weight:600;color:var(--hp-ink)!important;text-decoration:none;transition:all .2s}.hp-city:hover{background:var(--hp-teal-mid);border-color:var(--hp-teal-mid);color:#fff!important}.hp-city span{color:var(--hp-muted)!important;font-weight:500;margin-inline-start:.35rem}.hp-city:hover span{color:#fffc!important}.hp-about{max-width:80rem;margin:0 auto;display:grid;gap:3rem;align-items:center}@media(min-width:1024px){.hp-about{grid-template-columns:1fr 1fr;gap:4rem}}.hp-about__visual{position:relative;border-radius:var(--hp-radius-lg);overflow:hidden;aspect-ratio:4 / 3;background:var(--hp-teal-mid)}.hp-about__visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hp-about__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(12,18,34,.5),transparent 50%)}.hp-about__points{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.75rem}.hp-about__points li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;color:var(--hp-muted)!important}.hp-about__points i{color:var(--hp-teal-mid);margin-top:.2rem}.hp-map-wrap{max-width:80rem;margin:0 auto;background:var(--hp-white);padding:.75rem;border-radius:var(--hp-radius-lg);border:1px solid #e8eeec;box-shadow:0 20px 40px -15px #0c122214;position:relative}#homepage-map{height:28rem;width:100%;border-radius:calc(var(--hp-radius-lg) - .25rem);z-index:1}@media(min-width:768px){#homepage-map{height:32rem}}.hp-map-legend{position:absolute;top:1.5rem;inset-inline-start:1.5rem;z-index:500;background:var(--hp-white);padding:1rem 1.25rem;border-radius:var(--hp-radius);box-shadow:0 8px 24px #0000001a;border:1px solid #e8eeec}.hp-map-legend h4{font-size:.8rem;font-weight:700;margin-bottom:.75rem;color:var(--hp-ink)!important}.hp-map-legend__item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:var(--hp-muted)!important}.hp-map-legend__dot{width:10px;height:10px;border-radius:50%}.hp-cta{position:relative;padding:5rem 1.5rem;background:linear-gradient(135deg,var(--hp-teal) 0%,var(--hp-teal-mid) 100%);overflow:hidden}.hp-cta__bg{position:absolute;inset:0;opacity:.15}.hp-cta__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hp-cta__inner{position:relative;z-index:2;max-width:40rem;margin:0 auto;text-align:center}.hp-cta__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#fff!important;margin-bottom:1rem;line-height:1.25}.hp-cta__text{font-size:1.05rem;color:#ffffffe6!important;margin-bottom:2rem;line-height:1.7}.hp-cta__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:700;border-radius:var(--hp-radius);text-decoration:none;transition:all .2s}.hp-btn--white{background:#fff;color:var(--hp-teal-mid)!important}.hp-btn--white:hover{background:var(--hp-gold);color:#fff!important}.hp-btn--outline{border:2px solid rgba(255,255,255,.4);color:#fff!important}.hp-btn--outline:hover{background:#ffffff1f;border-color:#fff}.hp-services{max-width:80rem;margin:0 auto;display:grid;gap:1.5rem}@media(min-width:768px){.hp-services{grid-template-columns:repeat(3,1fr)}}.hp-service{padding:2rem;background:var(--hp-white);border-radius:var(--hp-radius-lg);border:1px solid #e8eeec}.hp-service__icon{width:3rem;height:3rem;border-radius:.75rem;background:#e8f5f3;color:var(--hp-teal-mid);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:1rem}.hp-service h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--hp-ink)!important}.hp-service p{font-size:.9rem;line-height:1.6;color:var(--hp-muted)!important}
