.jd-project-page {
    --jd-project-red: #ee002b;
    --jd-project-red-dark: #c91432;
    --jd-project-ink: #171714;
    --jd-project-muted: #686762;
    --jd-project-line: #deddd8;
    --jd-project-surface: #f8f7f4;
    background: #fff;
    color: var(--jd-project-ink);
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
    overflow: hidden;
}

.jd-project-page *,
.jd-project-page *::before,
.jd-project-page *::after {
    box-sizing: border-box;
}

.jd-project-shell {
    width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
}

.jd-project-hero {
    padding: 28px 0 42px;
}

.jd-project-hero__panel {
    min-height: 348px;
    padding: clamp(42px, 6vw, 72px);
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.22), transparent 35%),
        linear-gradient(115deg, #ed002d 0%, #e9002b 58%, #d9233e 100%);
    box-shadow: 0 26px 65px rgba(112, 8, 29, 0.16);
}

.jd-project-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 600;
}

.jd-project-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.jd-project-breadcrumb a:hover,
.jd-project-breadcrumb a:focus-visible {
    color: #fff;
}

.jd-project-hero h1 {
    max-width: 1040px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.jd-project-hero p {
    max-width: 850px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.65;
}

.jd-project-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.jd-project-button {
    min-height: 58px;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.jd-project-button:hover,
.jd-project-button:focus-visible {
    color: #fff;
    border-color: #fff;
    transform: translateY(-2px);
}

.jd-project-button:active {
    transform: translateY(0);
}

.jd-project-button:focus-visible,
.jd-project-card:focus-visible,
.jd-project-filter-panel input:focus-visible,
.jd-project-filter-panel select:focus-visible,
.jd-project-filter-clear:focus-visible,
.jd-project-filter-region:focus-visible {
    outline: 3px solid rgba(19, 141, 78, 0.3);
    outline-offset: 3px;
}

.jd-project-button--whatsapp {
    border-color: #d9f2e2;
    background: #fff;
    color: #161613;
    box-shadow: 0 10px 25px rgba(75, 4, 18, 0.18);
}

.jd-project-button--whatsapp i {
    color: #25b868;
    font-size: 19px;
}

.jd-project-button--whatsapp:hover,
.jd-project-button--whatsapp:focus-visible {
    color: #161613;
    background: #f4fff8;
}

.jd-project-section {
    padding: 86px 0;
}

.jd-project-section__intro {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.jd-project-eyebrow {
    margin: 0 0 14px;
    color: var(--jd-project-red-dark);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.jd-project-section h2 {
    margin: 0;
    color: var(--jd-project-ink);
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.jd-project-section__intro > p:last-child,
.jd-project-enquiry__content > p:not(.jd-project-eyebrow) {
    margin: 18px 0 0;
    color: var(--jd-project-muted);
    font-size: 17px;
    line-height: 1.7;
}

.jd-project-map-frame {
    position: relative;
    min-height: 500px;
    border: 1px solid #d8d7d1;
    border-radius: 28px;
    overflow: hidden;
    background: #edf4ef;
    box-shadow: 0 22px 55px rgba(23, 23, 20, 0.09);
}

.jd-project-map {
    width: 100%;
    min-height: 500px;
    z-index: 1;
}

.jd-project-map__status,
.jd-project-map__fallback {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #41413d;
    text-align: center;
}

.jd-project-map__fallback {
    flex-direction: column;
    gap: 8px;
    padding: 30px;
    background: #f1f6f2;
}

.jd-project-map__status[hidden],
.jd-project-map__fallback[hidden] {
    display: none;
}

.jd-project-map__fallback strong {
    font-size: 24px;
}

.jd-project-map-frame.is-ready .jd-project-map__status {
    display: none;
}

.jd-project-map .leaflet-overlay-pane .leaflet-interactive {
    cursor: pointer;
}

.jd-project-map .leaflet-tooltip.jd-project-region-label {
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1;
    pointer-events: auto;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}

.jd-project-map .leaflet-tooltip.jd-project-region-label::before {
    display: none;
}

.jd-project-map path[role="button"]:focus-visible,
.jd-project-map .jd-project-region-label:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.jd-project-catalogue {
    scroll-margin-top: 96px;
    border-top: 1px solid #eceae6;
    border-bottom: 1px solid #eceae6;
    background: var(--jd-project-surface);
}

.jd-project-catalogue__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}

.jd-project-catalogue__heading > a {
    flex: 0 0 auto;
    margin-bottom: 6px;
    color: var(--jd-project-red-dark);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.jd-project-catalogue__heading > a:hover,
.jd-project-catalogue__heading > a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.jd-project-filter-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr) auto;
    gap: 16px;
    align-items: end;
    padding: 24px;
    border: 1px solid var(--jd-project-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(31, 30, 27, 0.07);
}

.jd-project-filter-field {
    min-width: 0;
    margin: 0;
}

.jd-project-filter-field > span:first-child {
    display: block;
    margin-bottom: 9px;
    color: #77756f;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jd-project-filter-input {
    position: relative;
    display: block;
}

.jd-project-filter-input i {
    position: absolute;
    top: 50%;
    left: 18px;
    color: #5e5d58;
    transform: translateY(-50%);
}

.jd-project-filter-panel input,
.jd-project-filter-panel select,
.jd-project-filter-clear {
    width: 100%;
    min-height: 54px;
    border: 1px solid #d8d6d0;
    border-radius: 14px;
    background: #fff;
    color: var(--jd-project-ink);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
}

.jd-project-filter-panel input {
    padding: 0 18px 0 48px;
}

.jd-project-filter-panel select {
    padding: 0 42px 0 16px;
}

.jd-project-filter-clear {
    width: auto;
    padding: 0 20px;
    color: var(--jd-project-red-dark);
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
}

.jd-project-filter-clear:hover:not(:disabled),
.jd-project-filter-clear:focus-visible:not(:disabled) {
    background: var(--jd-project-red);
    color: #fff;
}

.jd-project-filter-clear:disabled {
    color: #aaa8a1;
    cursor: not-allowed;
}

.jd-project-filter-region {
    grid-column: 1 / 3;
    justify-self: start;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid rgba(228, 0, 43, 0.65);
    border-radius: 999px;
    background: rgba(228, 0, 43, 0.08);
    color: #b4001f;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    transition: background-color 180ms ease, color 180ms ease;
}

.jd-project-filter-region:hover,
.jd-project-filter-region:focus-visible {
    background: var(--jd-project-red);
    color: #fff;
}

.jd-project-filter-region[hidden] {
    display: none;
}

.jd-project-filter-count {
    grid-column: 3 / 4;
    align-self: center;
    margin: 0;
    color: #686762;
    font-size: 13px;
    text-align: right;
}

.jd-project-filter-count strong {
    color: var(--jd-project-ink);
    font-variant-numeric: tabular-nums;
}

.jd-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.jd-project-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

.jd-project-pagination[hidden] {
    display: none;
}

.jd-project-pagination__pages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.jd-project-pagination button {
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid var(--jd-project-line);
    border-radius: 999px;
    background: #fff;
    color: var(--jd-project-ink);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.jd-project-pagination button:hover:not(:disabled),
.jd-project-pagination button:focus-visible,
.jd-project-pagination button[aria-current="page"] {
    border-color: var(--jd-project-red);
    background: var(--jd-project-red);
    color: #fff;
}

.jd-project-pagination button:focus-visible {
    outline: 3px solid rgba(238, 0, 43, 0.2);
    outline-offset: 2px;
}

.jd-project-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.jd-project-pagination__arrow {
    min-width: 92px;
}

.jd-project-card {
    min-width: 0;
    border: 1px solid #dfddd7;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(31, 30, 27, 0.05);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.jd-project-card[hidden] {
    display: none;
}

.jd-project-card:hover,
.jd-project-card:focus-visible {
    color: inherit;
    border-color: #c7c4bd;
    transform: translateY(-5px);
    box-shadow: 0 22px 46px rgba(31, 30, 27, 0.11);
}

.jd-project-card__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    display: block;
    background: #e5e3dd;
}

.jd-project-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent);
    pointer-events: none;
}

.jd-project-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.jd-project-card:hover .jd-project-card__media img {
    transform: scale(1.035);
}

.jd-project-card__body {
    flex: 1;
    min-height: 238px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.jd-project-card__region {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff0f2;
    color: var(--jd-project-red-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.jd-project-card__region--country {
    background: #efefec;
    color: #65635d;
}

.jd-project-card__title {
    min-height: 2.44em;
    margin-top: 11px;
    color: var(--jd-project-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.jd-project-card__body > .jd-project-card__title:first-child {
    margin-top: 0;
}

.jd-project-card__description {
    margin-top: 12px;
    color: var(--jd-project-muted);
    font-size: 14px;
    line-height: 1.6;
}

.jd-project-card__service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.jd-project-card__service-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 12px;
    border: 1px solid #d7e5dc;
    border-radius: 999px;
    background: #f1f7f3;
    color: #326b49;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.jd-project-card__link {
    margin-top: auto;
    padding-top: 22px;
    color: #55544f;
    font-size: 13px;
    font-weight: 700;
}

.jd-project-card:hover .jd-project-card__link {
    color: var(--jd-project-red-dark);
}

.jd-project-loading,
.jd-project-load-warning {
    margin: 32px 0 0;
    border: 1px solid #dfddd7;
    border-radius: 20px;
    background: #fff;
    color: var(--jd-project-muted);
}

.jd-project-loading {
    padding: 32px;
    text-align: center;
}

.jd-project-load-warning {
    padding: 24px;
}

.jd-project-loading[hidden],
.jd-project-load-warning[hidden] {
    display: none;
}

.jd-project-load-warning p {
    margin: 0;
}

.jd-project-load-warning ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.jd-project-load-warning a {
    color: var(--jd-project-red-dark);
    font-weight: 700;
}

.jd-project-empty {
    margin-top: 32px;
    padding: 42px 24px;
    border: 1px dashed #cbc9c2;
    border-radius: 22px;
    background: #fff;
    text-align: center;
}

.jd-project-empty h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.jd-project-empty p {
    margin: 0;
    color: var(--jd-project-muted);
}

.jd-project-gallery {
    position: fixed;
    inset: 0;
    z-index: 100050;
    display: grid;
    place-items: center;
    padding: 32px;
}

.jd-project-gallery[hidden] {
    display: none;
}

.jd-project-gallery-open {
    overflow: hidden;
}

.jd-project-gallery__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    background: rgba(15, 15, 13, 0.88);
    cursor: pointer;
}

.jd-project-gallery__dialog {
    position: relative;
    z-index: 1;
    width: min(1080px, 100%);
    border-radius: 24px;
    background: #11110f;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
}

.jd-project-gallery figure {
    margin: 0;
}

.jd-project-gallery figure img {
    width: 100%;
    height: min(72vh, 760px);
    border-radius: 24px 24px 0 0;
    display: block;
    object-fit: contain;
    background: #080807;
}

.jd-project-gallery figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 68px;
    padding: 16px 24px;
    color: #fff;
}

.jd-project-gallery figcaption strong {
    font-size: 17px;
}

.jd-project-gallery__copy {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.jd-project-gallery__description {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.5;
}

.jd-project-gallery__count {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.jd-project-gallery__close,
.jd-project-gallery__nav {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(14, 14, 12, 0.76);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.jd-project-gallery__close:focus-visible,
.jd-project-gallery__nav:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    border-color: #fff;
}

.jd-project-gallery__close {
    top: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
    font-size: 30px;
    line-height: 1;
}

.jd-project-gallery__nav {
    top: 50%;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
}

.jd-project-gallery__nav--previous {
    left: 18px;
}

.jd-project-gallery__nav--next {
    right: 18px;
}

.jd-project-gallery__nav[hidden] {
    display: none;
}

.jd-project-enquiry {
    padding-top: 100px;
    padding-bottom: 112px;
}

.jd-project-enquiry__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
    gap: clamp(50px, 7vw, 92px);
    align-items: center;
}

.jd-project-enquiry__content h2 {
    max-width: 620px;
}

.jd-project-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 26px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.jd-project-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #292925;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.jd-project-benefits li span {
    flex: 0 0 auto;
    color: var(--jd-project-red);
    font-size: 18px;
    line-height: 1.15;
}

.jd-project-enquiry .jd-landscape-form-card {
    border: 1px solid #dedcd6;
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(31, 30, 27, 0.1);
}

.jd-project-enquiry .jd-landscape-form-card h2 {
    font-family: inherit;
    font-size: 25px;
    letter-spacing: -0.025em;
}

.jd-project-enquiry .jd-landscape-field .form-control {
    border-color: #d8d6d0;
    border-radius: 12px;
    font-family: inherit;
}

.jd-project-enquiry .jd-landscape-submit {
    border-radius: 999px;
    background: var(--jd-project-red);
}

.jd-project-enquiry .jd-landscape-form-note {
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .jd-project-card__title {
        min-height: 3.66em;
    }

    .jd-project-shell {
        width: min(100% - 40px, 1040px);
    }

    .jd-project-map-frame,
    .jd-project-map {
        min-height: 440px;
    }

    .jd-project-enquiry__grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
        gap: 40px;
    }
}

@media (max-width: 900px) {
    .jd-project-hero {
        padding-top: 20px;
    }

    .jd-project-hero__panel {
        min-height: 330px;
        padding: 48px;
        border-radius: 26px;
    }

    .jd-project-section {
        padding: 72px 0;
    }

    .jd-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jd-project-filter-panel {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr);
    }

    .jd-project-filter-clear {
        grid-column: 1 / -1;
        width: 100%;
    }

    .jd-project-filter-region {
        grid-column: 1 / 2;
    }

    .jd-project-filter-count {
        grid-column: 2 / 3;
    }

    .jd-project-enquiry__grid {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .jd-project-enquiry__content {
        max-width: 720px;
    }
}

@media (max-width: 640px) {
    .jd-project-shell {
        width: calc(100% - 28px);
    }

    .jd-project-hero {
        padding: 14px 0 30px;
    }

    .jd-project-hero__panel {
        min-height: 0;
        padding: 36px 26px;
        border-radius: 24px;
    }

    .jd-project-breadcrumb {
        margin-bottom: 22px;
        font-size: 13px;
    }

    .jd-project-hero h1 {
        font-size: clamp(38px, 12vw, 50px);
    }

    .jd-project-hero p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.6;
    }

    .jd-project-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .jd-project-button {
        width: 100%;
        min-height: 54px;
        padding-inline: 20px;
    }

    .jd-project-section {
        padding: 58px 0;
    }

    .jd-project-section__intro {
        margin-bottom: 30px;
    }

    .jd-project-section h2 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .jd-project-section__intro > p:last-child,
    .jd-project-enquiry__content > p:not(.jd-project-eyebrow) {
        font-size: 15px;
    }

    .jd-project-map-frame,
    .jd-project-map {
        min-height: 360px;
        border-radius: 20px;
    }

    .jd-project-map .leaflet-tooltip.jd-project-region-label {
        font-size: 14px;
    }

    .jd-project-catalogue__heading {
        display: block;
    }

    .jd-project-catalogue__heading > a {
        display: inline-block;
        margin-top: 16px;
    }

    .jd-project-filter-panel {
        grid-template-columns: 1fr;
        padding: 18px;
        border-radius: 20px;
    }

    .jd-project-filter-clear,
    .jd-project-filter-region,
    .jd-project-filter-count {
        grid-column: auto;
    }

    .jd-project-filter-count {
        text-align: left;
    }

    .jd-project-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 26px;
    }

    .jd-project-pagination {
        gap: 8px;
        margin-top: 30px;
    }

    .jd-project-pagination button {
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
    }

    .jd-project-pagination__arrow {
        min-width: 82px;
    }

    .jd-project-card {
        border-radius: 20px;
    }

    .jd-project-card__body {
        min-height: 160px;
        padding: 21px;
    }

    .jd-project-card__title {
        min-height: 2.44em;
        font-size: 19px;
    }

    .jd-project-load-warning ul {
        display: grid;
        gap: 10px;
    }

    .jd-project-gallery {
        padding: 10px;
    }

    .jd-project-gallery__dialog,
    .jd-project-gallery figure img {
        border-radius: 18px;
    }

    .jd-project-gallery figure img {
        height: 66vh;
        border-radius: 18px 18px 0 0;
    }

    .jd-project-gallery figcaption {
        display: block;
        min-height: 76px;
        padding: 15px 18px;
    }

    .jd-project-gallery__count {
        display: block;
        margin-top: 4px;
    }

    .jd-project-gallery__nav {
        width: 42px;
        height: 42px;
    }

    .jd-project-gallery__nav--previous {
        left: 10px;
    }

    .jd-project-gallery__nav--next {
        right: 10px;
    }

    .jd-project-enquiry {
        padding-top: 64px;
        padding-bottom: 78px;
    }

    .jd-project-benefits {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .jd-project-enquiry .jd-landscape-form-card {
        border-radius: 20px;
    }

    .jd-project-enquiry .jd-landscape-form-note {
        white-space: normal;
    }
}

@media (max-width: 340px) {
    .jd-project-card__title {
        min-height: 3.66em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jd-project-button,
    .jd-project-card,
    .jd-project-card__media img {
        transition: none;
    }
}
