.owlp-project-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: clamp(24px, 4vw, 48px);
    align-items: stretch;
    margin: 0 0 32px;
}

.owlp-project-hero__media {
    min-height: 360px;
    background: #f1f3f2;
    overflow: hidden;
}

.owlp-project-hero__image {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.owlp-project-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(20px, 4vw, 40px);
    background: #ffffff;
    border: 1px solid #dde3df;
}

.owlp-project-hero h1 {
    margin: 0 0 10px;
    color: #10201a;
    font-size: clamp(32px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: 0;
}

.owlp-project-hero__location {
    margin: 0 0 22px;
    color: #53625c;
    font-size: 18px;
}

.owlp-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    color: #66736e;
    font-size: 14px;
}

.owlp-breadcrumbs a {
    color: #236856;
    text-decoration: none;
}

.owlp-fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 22px;
}

.owlp-fact-grid div {
    padding: 12px;
    background: #f7f8f7;
    border: 1px solid #e1e7e3;
    border-radius: 8px;
}

.owlp-fact-grid dt {
    margin: 0 0 4px;
    color: #6c7a74;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.owlp-fact-grid dd {
    margin: 0;
    color: #14251f;
    font-weight: 700;
}

.owlp-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.owlp-button,
.owlp-sticky-cta__item {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.owlp-button--whatsapp,
.owlp-sticky-cta__item--whatsapp {
    background: #1f7a5f;
    color: #ffffff;
}

.owlp-button--call,
.owlp-sticky-cta__item--call {
    background: #c8a45d;
    color: #10201a;
}

.owlp-table-wrap {
    overflow-x: auto;
}

.owlp-unit-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.owlp-unit-table th,
.owlp-unit-table td {
    padding: 14px;
    border: 1px solid #dde3df;
    text-align: start;
}

.owlp-unit-table th {
    background: #10201a;
    color: #ffffff;
}

.owlp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.owlp-project-card {
    overflow: hidden;
    border: 1px solid #dde3df;
    border-radius: 8px;
    background: #ffffff;
}

.owlp-project-card__link {
    display: grid;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.owlp-project-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.owlp-card-placeholder {
    display: grid;
    width: 100%;
    aspect-ratio: 4 / 3;
    place-items: center;
    background: #edf2ef;
    color: #1f7a5f;
    font-size: 15px;
    font-weight: 900;
}

.owlp-project-card__title,
.owlp-project-card__meta {
    padding: 0 14px;
}

.owlp-project-card__title {
    color: #10201a;
    font-size: 18px;
    font-weight: 800;
}

.owlp-project-card__meta {
    padding-bottom: 14px;
    color: #236856;
    font-weight: 700;
}

.owlp-sticky-cta {
    position: fixed;
    z-index: 999;
    right: 16px;
    bottom: 16px;
    display: flex;
    gap: 10px;
    max-width: calc(100vw - 32px);
}

.owlp-portal-hero {
    position: relative;
    min-height: min(720px, calc(100vh - 40px));
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(16, 32, 26, 0.82), rgba(16, 32, 26, 0.42)),
        var(--owlp-hero-image, url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=78")) center / cover;
    color: #ffffff;
}

.owlp-portal-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(56px, 10vh, 120px) 0;
}

.owlp-portal-hero h1 {
    max-width: 780px;
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(38px, 6vw, 76px);
    line-height: 1;
    letter-spacing: 0;
}

.owlp-portal-hero p {
    max-width: 620px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 2vw, 22px);
}

.owlp-search-panel {
    display: grid;
    gap: 16px;
    max-width: 980px;
    padding: clamp(16px, 3vw, 24px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: #10201a;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.owlp-search-tabs {
    display: inline-grid;
    grid-auto-flow: column;
    justify-self: start;
    gap: 4px;
    padding: 4px;
    border: 1px solid #dde3df;
    border-radius: 8px;
    background: #f5f7f6;
}

.owlp-search-tabs label,
.owlp-filter-chips label,
.owlp-number-pills label {
    cursor: pointer;
}

.owlp-search-tabs input,
.owlp-filter-chips input,
.owlp-number-pills input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.owlp-search-tabs span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 6px;
    color: #53625c;
    font-weight: 800;
}

.owlp-search-tabs input:checked + span {
    background: #10201a;
    color: #ffffff;
}

.owlp-search-field,
.owlp-price-field {
    display: grid;
    gap: 7px;
    color: #53625c;
    font-size: 13px;
    font-weight: 800;
}

.owlp-search-field input,
.owlp-price-field input {
    width: 100%;
    min-height: 52px;
    border: 1px solid #cfd8d3;
    border-radius: 8px;
    padding: 0 14px;
    color: #10201a;
    background: #ffffff;
    font-size: 16px;
}

.owlp-filter-group {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.owlp-filter-group legend {
    margin: 0 0 8px;
    color: #53625c;
    font-size: 13px;
    font-weight: 800;
}

.owlp-filter-chips,
.owlp-number-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.owlp-filter-chips span,
.owlp-number-pills span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid #cfd8d3;
    border-radius: 999px;
    color: #10201a;
    background: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.owlp-filter-chips input:checked + span,
.owlp-number-pills input:checked + span {
    border-color: #1f7a5f;
    background: #1f7a5f;
    color: #ffffff;
}

.owlp-search-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.owlp-search-submit {
    min-height: 54px;
    border: 0;
    border-radius: 8px;
    background: #1f7a5f;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
}

.owlp-service-tiles {
    width: min(1120px, calc(100% - 32px));
    margin: clamp(28px, 5vw, 56px) auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.owlp-service-tile {
    display: grid;
    min-height: 110px;
    place-items: end start;
    padding: 16px;
    border: 1px solid #dde3df;
    border-radius: 8px;
    background: #ffffff;
    color: #10201a;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(16, 32, 26, 0.06);
}

.owlp-service-tile span {
    font-size: 15px;
    font-weight: 900;
}

.owlp-home-block {
    width: min(1120px, calc(100% - 32px));
    margin: clamp(36px, 6vw, 76px) auto;
}

.owlp-home-block__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.owlp-home-block__heading h2 {
    margin: 0;
    color: #10201a;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.1;
    letter-spacing: 0;
}

.owlp-home-block__heading a {
    color: #1f7a5f;
    font-weight: 900;
    text-decoration: none;
}

.owlp-home-projects {
    display: grid;
    grid-auto-columns: minmax(260px, 340px);
    grid-auto-flow: column;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
}

.owlp-home-project {
    scroll-snap-align: start;
    overflow: hidden;
    border: 1px solid #dde3df;
    border-radius: 8px;
    background: #ffffff;
}

.owlp-home-project a {
    display: grid;
    color: inherit;
    text-decoration: none;
}

.owlp-home-project__image {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
}

.owlp-home-project__body {
    display: grid;
    gap: 6px;
    padding: 14px;
}

.owlp-home-project__body strong {
    color: #10201a;
    font-size: 18px;
}

.owlp-home-project__body small {
    color: #66736e;
}

.owlp-home-project__body em {
    color: #1f7a5f;
    font-style: normal;
    font-weight: 900;
}

.owlp-area-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.owlp-area-card {
    position: relative;
    display: grid;
    min-height: 210px;
    align-items: end;
    overflow: hidden;
    border-radius: 8px;
    background: #10201a;
    color: #ffffff;
    text-decoration: none;
}

.owlp-area-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 32, 26, 0.04), rgba(16, 32, 26, 0.76));
}

.owlp-area-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owlp-area-card__placeholder {
    display: grid;
    place-items: center;
    background: #17352b;
    color: rgba(255, 255, 255, 0.34);
    font-size: 14px;
    font-weight: 900;
}

.owlp-area-card span {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
    padding: 16px;
}

.owlp-area-card strong {
    color: #ffffff;
    font-size: 20px;
}

.owlp-area-card small {
    color: rgba(255, 255, 255, 0.82);
}

.owlp-search-sidebar {
    border: 1px solid #dde3df;
    border-radius: 8px;
    background: #ffffff;
}

.owlp-search-sidebar form {
    display: grid;
    gap: 18px;
    padding: 16px;
}

.owlp-search-sidebar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.owlp-search-sidebar__head strong {
    color: #10201a;
    font-size: 20px;
}

.owlp-search-sidebar__head a {
    color: #9f433d;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.owlp-side-field {
    display: grid;
    gap: 8px;
}

.owlp-side-field span,
.owlp-side-range span,
.owlp-side-group legend {
    color: #53625c;
    font-size: 13px;
    font-weight: 900;
}

.owlp-side-field input,
.owlp-side-field select,
.owlp-side-range input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cfd8d3;
    border-radius: 8px;
    padding: 0 12px;
    background: #ffffff;
    color: #10201a;
}

.owlp-side-group {
    display: grid;
    gap: 9px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.owlp-side-group label {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #10201a;
    font-size: 14px;
    font-weight: 700;
}

.owlp-side-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.owlp-side-pills label {
    display: inline-grid;
}

.owlp-side-pills input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.owlp-side-pills span {
    display: inline-flex;
    min-width: 38px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfd8d3;
    border-radius: 999px;
    background: #ffffff;
    color: #10201a;
    font-weight: 900;
}

.owlp-side-pills input:checked + span {
    border-color: #1f7a5f;
    background: #1f7a5f;
    color: #ffffff;
}

.owlp-side-range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.owlp-side-range label {
    display: grid;
    gap: 8px;
}

.owlp-search-sidebar__submit {
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: #1f7a5f;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
}

.owlp-project-anchor-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px max(16px, calc((100vw - 1120px) / 2));
    border-block: 1px solid #dde3df;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
}

.owlp-project-anchor-nav a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 8px 12px;
    border-radius: 999px;
    color: #10201a;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.owlp-project-anchor-nav a:hover {
    background: #f1f3f2;
}

.owlp-seo-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    width: min(1120px, calc(100% - 32px));
    margin: clamp(40px, 7vw, 88px) auto;
    padding-block: 28px;
    border-top: 1px solid #dde3df;
    border-bottom: 1px solid #dde3df;
}

.owlp-seo-links__column h3 {
    margin: 0 0 12px;
    color: #10201a;
    font-size: 16px;
    letter-spacing: 0;
}

.owlp-seo-links__column ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.owlp-seo-links__column a {
    color: #53625c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.owlp-seo-links__column a:hover {
    color: #1f7a5f;
}

.owlp-index-page {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(36px, 6vw, 72px) 0;
}

.owlp-index-page__header {
    display: grid;
    gap: 10px;
    max-width: 760px;
    margin-bottom: 24px;
}

.owlp-index-page__header h1 {
    margin: 0;
    color: #10201a;
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.04;
    letter-spacing: 0;
}

.owlp-index-page__header p {
    margin: 0;
    color: #53625c;
    font-size: 18px;
}

.owlp-index-grid {
    display: grid;
    gap: 16px;
}

.owlp-index-page--cols-2 .owlp-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.owlp-index-page--cols-3 .owlp-index-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.owlp-index-page--cols-4 .owlp-index-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.owlp-index-card {
    overflow: hidden;
    border: 1px solid #dde3df;
    border-radius: 8px;
    background: #ffffff;
}

.owlp-index-card a {
    display: grid;
    color: inherit;
    text-decoration: none;
}

.owlp-index-card__image {
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
}

.owlp-index-card__body {
    display: grid;
    gap: 6px;
    padding: 14px;
}

.owlp-index-card__body strong {
    color: #10201a;
    font-size: 18px;
    font-weight: 900;
}

.owlp-index-card__body small {
    color: #66736e;
    font-size: 13px;
}

.owlp-index-card__body em {
    color: #1f7a5f;
    font-style: normal;
    font-weight: 900;
}

.owlp-empty-state {
    padding: 20px;
    border: 1px dashed #cfd8d3;
    border-radius: 8px;
    color: #66736e;
    background: #f7f8f7;
}

.owlp-lead-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    width: min(1120px, calc(100% - 32px));
    margin: clamp(36px, 6vw, 72px) auto;
    padding: clamp(22px, 4vw, 34px);
    border-radius: 8px;
    background: #10201a;
    color: #ffffff;
}

.owlp-lead-panel h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(24px, 4vw, 38px);
    letter-spacing: 0;
}

.owlp-lead-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.owlp-search-layout {
    width: 100%;
    background: #ffffff;
}

.owlp-search-layout__bar {
    position: sticky;
    top: 72px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 14px 0;
    border-bottom: 1px solid #e5eaf0;
    background: #ffffff;
}

.owlp-search-layout__bar span {
    display: block;
    margin-bottom: 4px;
    color: #788496;
    font-size: 12px;
    font-weight: 700;
}

.owlp-search-layout__bar h1 {
    margin: 0;
    color: #0c314e;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0;
}

.owlp-map-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #c6d0de;
    border-radius: 12px;
    color: #5b6573;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.owlp-search-layout__body {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 24px;
    width: min(1240px, calc(100% - 32px));
    margin: 0 auto;
    padding: 24px 0 64px;
}

.owlp-search-layout .owlp-search-sidebar {
    position: sticky;
    top: 158px;
    align-self: start;
    max-height: calc(100vh - 180px);
    overflow: auto;
}

.owlp-search-results {
    min-width: 0;
}

.owlp-search-results__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.owlp-search-results__head strong {
    color: #0c314e;
    font-size: 18px;
    font-weight: 900;
}

.owlp-search-results__head span {
    color: #788496;
    font-size: 14px;
    font-weight: 800;
}

.owlp-search-results__grid {
    display: grid;
    gap: 16px;
}

.owlp-result-card {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 16px;
    overflow: hidden;
    border: 1px solid #d3dbe6;
    border-radius: 12px;
    background: #ffffff;
}

.owlp-result-card__media {
    display: block;
    min-height: 190px;
    background: #edf2ef;
}

.owlp-result-card__media img,
.owlp-result-card__media .owlp-card-placeholder {
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
}

.owlp-result-card__body {
    display: grid;
    gap: 10px;
    align-content: center;
    padding: 18px 18px 18px 0;
}

.owlp-result-card__body a {
    color: inherit;
    text-decoration: none;
}

.owlp-result-card__body h2 {
    margin: 0;
    color: #0c314e;
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: 0;
}

.owlp-result-card__body p {
    margin: 0;
    color: #5b6573;
    font-size: 14px;
}

.owlp-result-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.owlp-result-card__facts span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f7f9fd;
    color: #1e4164;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 900px) {
    .owlp-project-hero {
        grid-template-columns: 1fr;
    }

    .owlp-related-grid,
    .owlp-area-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .owlp-search-grid {
        grid-template-columns: 1fr;
    }

    .owlp-service-tiles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .owlp-seo-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .owlp-index-page--cols-3 .owlp-index-grid,
    .owlp-index-page--cols-4 .owlp-index-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .owlp-lead-panel {
        grid-template-columns: 1fr;
    }

    .owlp-search-layout__bar {
        top: 112px;
    }

    .owlp-search-layout__body {
        grid-template-columns: 1fr;
    }

    .owlp-search-layout .owlp-search-sidebar {
        position: static;
        max-height: none;
    }
}

@media (max-width: 640px) {
    .owlp-project-hero__content {
        padding: 20px;
    }

    .owlp-fact-grid,
    .owlp-related-grid,
    .owlp-area-grid {
        grid-template-columns: 1fr;
    }

    .owlp-portal-hero {
        min-height: auto;
    }

    .owlp-search-tabs {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .owlp-service-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .owlp-side-range,
    .owlp-seo-links,
    .owlp-index-page--cols-2 .owlp-index-grid,
    .owlp-index-page--cols-3 .owlp-index-grid,
    .owlp-index-page--cols-4 .owlp-index-grid {
        grid-template-columns: 1fr;
    }

    .owlp-sticky-cta {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .owlp-sticky-cta__item {
        flex: 1;
        padding-inline: 10px;
    }

    .owlp-search-layout__bar {
        position: static;
    }

    .owlp-result-card {
        grid-template-columns: 1fr;
    }

    .owlp-result-card__body {
        padding: 14px;
    }
}
