/* Friends Property Management — Homepage Brand Phase 2 */
.pm-brand-home main {
    overflow: hidden;
}

.pm-brand-home .pm-section-shell {
    position: relative;
    padding: 110px 0;
}

.pm-brand-home .pm-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--pm-brand-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pm-brand-home .pm-section-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    background: currentColor;
}

.pm-brand-home .pm-section-heading {
    max-width: 760px;
    margin-bottom: 20px;
    color: var(--pm-brand-navy);
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.pm-brand-home .pm-section-heading--light {
    color: #fff;
}

.pm-brand-home .pm-section-intro {
    max-width: 720px;
    margin-bottom: 0;
    color: #68738b;
    font-size: 17px;
    line-height: 1.75;
}

.pm-brand-home .pm-section-intro--light {
    color: rgba(255,255,255,.72);
}

/* About / OAM positioning */
.pm-brand-home .pm-brand-about {
    position: relative;
    padding: 125px 0 115px;
    background:
        radial-gradient(circle at 8% 12%, rgba(215,174,93,.13), transparent 28%),
        linear-gradient(180deg, #fff 0%, #f6f8fc 100%);
}

.pm-brand-home .pm-brand-about::after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(31,52,115,.08);
    border-radius: 50%;
}

.pm-brand-home .pm-brand-about__media {
    position: relative;
    min-height: 560px;
}

.pm-brand-home .pm-brand-about__image-main {
    position: absolute;
    inset: 0 75px 55px 0;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(7,16,39,.18);
}

.pm-brand-home .pm-brand-about__image-main img,
.pm-brand-home .pm-brand-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-brand-home .pm-brand-about__image-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 250px;
    overflow: hidden;
    border: 10px solid #fff;
    border-radius: 24px;
    box-shadow: 0 24px 54px rgba(7,16,39,.17);
}

.pm-brand-home .pm-brand-about__badge {
    position: absolute;
    left: -18px;
    bottom: 18px;
    z-index: 3;
    min-width: 145px;
    padding: 20px 18px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, var(--pm-brand-navy), var(--pm-brand-blue));
    box-shadow: 0 18px 40px rgba(11,23,56,.28);
    text-align: center;
}

.pm-brand-home .pm-brand-about__badge strong {
    display: block;
    margin-bottom: 4px;
    color: var(--pm-brand-gold-light);
    font-size: 34px;
    line-height: 1;
}

.pm-brand-home .pm-brand-about__badge span {
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pm-brand-home .pm-brand-about__content {
    position: relative;
    z-index: 2;
    padding-left: 62px;
}

.pm-brand-home .pm-brand-about__content .pm-section-intro + p {
    margin-top: 22px;
}

.pm-brand-home .pm-brand-about__copy {
    color: #44506a;
    font-size: 15px;
    line-height: 1.8;
}

.pm-brand-home .pm-brand-pillar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 32px 0 35px;
}

.pm-brand-home .pm-brand-pillar {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 17px 18px;
    border: 1px solid rgba(11,23,56,.08);
    border-radius: 16px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 12px 28px rgba(11,23,56,.05);
}

.pm-brand-home .pm-brand-pillar i {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    color: var(--pm-brand-gold-light);
    background: var(--pm-brand-navy);
}

.pm-brand-home .pm-brand-pillar strong {
    display: block;
    margin-bottom: 4px;
    color: var(--pm-brand-navy);
    font-size: 14px;
}

.pm-brand-home .pm-brand-pillar span {
    color: #6a758c;
    font-size: 12px;
    line-height: 1.45;
}

.pm-brand-home .pm-brand-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pm-brand-home .pm-brand-button,
.pm-brand-home .pm-brand-button-outline {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.pm-brand-home .pm-brand-button {
    color: var(--pm-brand-navy-deep);
    background: linear-gradient(135deg, var(--pm-brand-gold-light), var(--pm-brand-gold));
    box-shadow: 0 13px 28px rgba(215,174,93,.24);
}

.pm-brand-home .pm-brand-button:hover,
.pm-brand-home .pm-brand-button:focus {
    color: var(--pm-brand-navy-deep);
    transform: translateY(-2px);
}

.pm-brand-home .pm-brand-button-outline {
    color: var(--pm-brand-navy);
    border: 1px solid rgba(11,23,56,.16);
    background: #fff;
}

.pm-brand-home .pm-brand-button-outline:hover,
.pm-brand-home .pm-brand-button-outline:focus {
    color: #fff;
    border-color: var(--pm-brand-navy);
    background: var(--pm-brand-navy);
}

/* Services */
.pm-brand-home .pm-brand-services {
    padding: 115px 0 120px;
    background: #eef2f8;
}

.pm-brand-home .pm-brand-services__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 48px;
}

.pm-brand-home .pm-brand-services__head .pm-section-heading {
    max-width: 680px;
    margin-bottom: 0;
}

.pm-brand-home .pm-brand-services__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.pm-brand-home .pm-brand-service {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    border-radius: 22px;
    background: var(--pm-brand-navy);
    box-shadow: 0 18px 42px rgba(11,23,56,.14);
    isolation: isolate;
}

.pm-brand-home .pm-brand-service--featured {
    grid-column: span 2;
}

.pm-brand-home .pm-brand-service__image {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.pm-brand-home .pm-brand-service__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.pm-brand-home .pm-brand-service::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(5,13,34,.1) 10%, rgba(5,13,34,.92) 92%);
}

.pm-brand-home .pm-brand-service--featured::after {
    background: linear-gradient(90deg, rgba(5,13,34,.96) 0%, rgba(5,13,34,.76) 58%, rgba(5,13,34,.34) 100%);
}

.pm-brand-home .pm-brand-service:hover .pm-brand-service__image img {
    transform: scale(1.055);
}

.pm-brand-home .pm-brand-service__content {
    position: absolute;
    inset: auto 0 0;
    padding: 28px;
}

.pm-brand-home .pm-brand-service--featured .pm-brand-service__content {
    inset: 0 auto 0 0;
    width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
}

.pm-brand-home .pm-brand-service__icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 14px;
    color: var(--pm-brand-navy-deep);
    background: linear-gradient(135deg, var(--pm-brand-gold-light), var(--pm-brand-gold));
    font-size: 19px;
}

.pm-brand-home .pm-brand-service h3 {
    margin: 0 0 11px;
    color: #fff;
    font-size: 23px;
    line-height: 1.18;
}

.pm-brand-home .pm-brand-service--featured h3 {
    font-size: clamp(30px, 3vw, 42px);
}

.pm-brand-home .pm-brand-service p {
    margin-bottom: 18px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    line-height: 1.6;
}

.pm-brand-home .pm-brand-service--featured p {
    max-width: 520px;
    font-size: 15px;
}

.pm-brand-home .pm-brand-service__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--pm-brand-gold-light);
    font-size: 13px;
    font-weight: 800;
}

.pm-brand-home .pm-brand-service__link:hover,
.pm-brand-home .pm-brand-service__link:focus {
    color: #fff;
}

/* Portfolio */
.pm-brand-home .pm-brand-portfolio {
    padding: 115px 0 120px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 5%, rgba(56,86,165,.24), transparent 32%),
        linear-gradient(145deg, var(--pm-brand-navy-deep), var(--pm-brand-navy));
}

.pm-brand-home .pm-brand-portfolio__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 44px;
}

.pm-brand-home .pm-brand-portfolio__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 22px;
}

.pm-brand-home .pm-brand-asset {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 24px;
    background: #101a38;
}

.pm-brand-home .pm-brand-asset:nth-child(n+2) {
    min-height: 360px;
}

.pm-brand-home .pm-brand-asset img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.pm-brand-home .pm-brand-asset::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(4,11,29,.93) 100%);
}

.pm-brand-home .pm-brand-asset:hover img {
    transform: scale(1.045);
}

.pm-brand-home .pm-brand-asset__content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 27px;
}

.pm-brand-home .pm-brand-asset__type {
    display: inline-flex;
    margin-bottom: 9px;
    color: var(--pm-brand-gold-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pm-brand-home .pm-brand-asset h3 {
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.2;
}

/* Process replacing generic testimonials */
.pm-brand-home .pm-brand-process {
    position: relative;
    padding: 120px 0;
    background: #fff;
}

.pm-brand-home .pm-brand-process__layout {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 70px;
    align-items: start;
}

.pm-brand-home .pm-brand-process__intro {
    position: sticky;
    top: 120px;
}

.pm-brand-home .pm-brand-process__intro-card {
    margin-top: 32px;
    padding: 26px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, var(--pm-brand-navy), var(--pm-brand-blue));
    box-shadow: 0 22px 50px rgba(11,23,56,.18);
}

.pm-brand-home .pm-brand-process__intro-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--pm-brand-gold-light);
    font-size: 18px;
}

.pm-brand-home .pm-brand-process__intro-card p {
    margin: 0 0 18px;
    color: rgba(255,255,255,.72);
}

.pm-brand-home .pm-brand-process__list {
    counter-reset: pm-process;
    display: grid;
    gap: 16px;
}

.pm-brand-home .pm-brand-process__step {
    position: relative;
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 20px;
    padding: 26px;
    border: 1px solid rgba(11,23,56,.08);
    border-radius: 20px;
    background: #f7f9fc;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.pm-brand-home .pm-brand-process__step:hover {
    transform: translateY(-3px);
    border-color: rgba(215,174,93,.55);
    box-shadow: 0 18px 40px rgba(11,23,56,.09);
}

.pm-brand-home .pm-brand-process__number {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: var(--pm-brand-gold-light);
    background: var(--pm-brand-navy);
    font-size: 18px;
    font-weight: 800;
}

.pm-brand-home .pm-brand-process__step h3 {
    margin: 3px 0 8px;
    color: var(--pm-brand-navy);
    font-size: 21px;
}

.pm-brand-home .pm-brand-process__step p {
    margin: 0;
    color: #67728a;
    font-size: 14px;
    line-height: 1.65;
}

/* Existing team, fully re-themed */
.pm-brand-home .team__area {
    padding: 112px 0 95px !important;
    background: #eef2f8;
}

.pm-brand-home .team__area .section__title {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.pm-brand-home .team__area .partners-title {
    margin: 0;
    color: var(--pm-brand-navy);
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.1;
    text-decoration: none;
}

.pm-brand-home .team__area .partners-title u {
    text-decoration: none;
}

.pm-brand-home .team__item {
    overflow: hidden;
    height: calc(100% - 30px);
    border: 1px solid rgba(11,23,56,.07);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(11,23,56,.08);
}

.pm-brand-home .team__thumb {
    height: 335px;
    background: linear-gradient(180deg, #fff, #f2f4f8);
}

.pm-brand-home .team__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.pm-brand-home .team__content {
    min-height: 195px;
    padding: 25px 27px 28px !important;
    border-top: 1px solid rgba(11,23,56,.06);
}

.pm-brand-home .team__content span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--pm-brand-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pm-brand-home .team__content h2 {
    margin-bottom: 10px;
    color: var(--pm-brand-navy);
    font-size: 23px;
}

.pm-brand-home .team__content p {
    color: #68738b;
    font-size: 13px;
    line-height: 1.6;
}

/* Enquiry */
.pm-brand-home .pm-brand-enquiry {
    position: relative;
    padding: 120px 0;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(5,13,34,.97), rgba(11,23,56,.9)),
        url('/assets/img/appointment/appointment-bg.jpg') center/cover no-repeat;
}

.pm-brand-home .pm-brand-enquiry__grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 42px;
    align-items: stretch;
}

.pm-brand-home .pm-brand-enquiry__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 24px 42px 0;
}

.pm-brand-home .pm-brand-enquiry__copy h2 {
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.07;
}

.pm-brand-home .pm-brand-enquiry__copy > p {
    max-width: 520px;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.75;
}

.pm-brand-home .pm-brand-enquiry__contacts {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
}

.pm-brand-home .pm-brand-enquiry__contacts a {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.pm-brand-home .pm-brand-enquiry__contacts i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: var(--pm-brand-navy-deep);
    background: var(--pm-brand-gold-light);
}

.pm-brand-home .pm-brand-enquiry__card {
    padding: 38px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 26px;
    color: var(--pm-brand-text);
    background: rgba(255,255,255,.98);
    box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.pm-brand-home .pm-brand-enquiry__card h3 {
    margin-bottom: 9px;
    color: var(--pm-brand-navy);
    font-size: 27px;
}

.pm-brand-home .pm-brand-enquiry__card > p {
    margin-bottom: 25px;
    color: #68738b;
}

.pm-brand-home .pm-brand-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pm-brand-home .pm-brand-field--full {
    grid-column: 1 / -1;
}

.pm-brand-home .pm-brand-field label {
    display: block;
    margin-bottom: 7px;
    color: var(--pm-brand-navy);
    font-size: 12px;
    font-weight: 800;
}

.pm-brand-home .pm-brand-field input,
.pm-brand-home .pm-brand-field select,
.pm-brand-home .pm-brand-field textarea {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid #d9dfeb;
    border-radius: 12px;
    color: var(--pm-brand-text);
    background: #f9fafc;
}

.pm-brand-home .pm-brand-field textarea {
    min-height: 132px;
    resize: vertical;
}

.pm-brand-home .pm-brand-field input:focus,
.pm-brand-home .pm-brand-field select:focus,
.pm-brand-home .pm-brand-field textarea:focus {
    border-color: var(--pm-brand-gold);
    outline: 3px solid rgba(215,174,93,.17);
    background: #fff;
}

.pm-brand-home .pm-brand-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.pm-brand-home .pm-brand-enquiry__submit {
    width: 100%;
    min-height: 56px;
    margin-top: 19px;
    border-radius: 999px;
    color: var(--pm-brand-navy-deep);
    background: linear-gradient(135deg, var(--pm-brand-gold-light), var(--pm-brand-gold));
    font-size: 14px;
    font-weight: 800;
}

.pm-brand-home .pm-brand-enquiry__submit:hover,
.pm-brand-home .pm-brand-enquiry__submit:focus {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(215,174,93,.28);
}

.pm-brand-home .pm-brand-enquiry .ajax-response {
    margin-top: 13px;
    color: var(--pm-brand-navy);
}

/* Partners */
.pm-brand-home .pm-brand-partners {
    padding: 88px 0 92px;
    background: #fff;
}

.pm-brand-home .pm-brand-partners__head {
    margin-bottom: 34px;
    text-align: center;
}

.pm-brand-home .pm-brand-partners__head h2 {
    margin-bottom: 12px;
    color: var(--pm-brand-navy);
    font-size: clamp(32px, 3vw, 44px);
}

.pm-brand-home .pm-brand-partners__head p {
    max-width: 660px;
    margin: 0 auto;
    color: #68738b;
}

.pm-brand-home .pm-brand-partners__grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 15px;
    align-items: center;
}

.pm-brand-home .pm-brand-partner {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border: 1px solid rgba(11,23,56,.07);
    border-radius: 16px;
    background: #f8f9fc;
}

.pm-brand-home .pm-brand-partner img {
    width: 100%;
    max-width: 120px;
    max-height: 58px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .72;
    transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}

.pm-brand-home .pm-brand-partner:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.04);
}

/* Blog / insights */
.pm-brand-home .blog__area {
    margin: 0 !important;
    padding: 105px 0 115px !important;
    background: #eef2f8;
}

.pm-brand-home .blog__area > .row,
.pm-brand-home .blog__area > .swiper {
    width: min(1320px, calc(100% - 30px));
    margin-left: auto;
    margin-right: auto;
}

.pm-brand-home .blog__area .partners-title {
    margin-bottom: 10px;
    color: var(--pm-brand-navy);
    font-size: clamp(34px, 3vw, 48px);
}

.pm-brand-home .blog__area .partners-title u {
    text-decoration: none;
}

.pm-brand-home .blog__item {
    overflow: hidden;
    border: 1px solid rgba(11,23,56,.07);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(11,23,56,.08);
}

.pm-brand-home .blog__thumb {
    height: 250px;
}

.pm-brand-home .blog__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-brand-home .blog__content {
    padding: 22px 24px 26px;
}

.pm-brand-home .blog__content h4 a {
    color: var(--pm-brand-navy);
    line-height: 1.35;
}

.pm-brand-home .swiper-button-next,
.pm-brand-home .swiper-button-prev {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: var(--pm-brand-gold-light);
    background: var(--pm-brand-navy);
}

.pm-brand-home .swiper-button-next::after,
.pm-brand-home .swiper-button-prev::after {
    font-size: 15px;
}

/* Footer brand treatment on homepage */
.pm-brand-home .footer__top.black-bg {
    padding-top: 74px !important;
    padding-bottom: 45px !important;
    background: var(--pm-brand-navy-deep) !important;
}

.pm-brand-home .footer__bg,
.pm-brand-home .footer__bg-2 {
    opacity: .08;
}

.pm-brand-home .footer__widget {
    padding-top: 20px !important;
}

.pm-brand-home .footer__widget-title h5,
.pm-brand-home .footer__widget h4 {
    color: var(--pm-brand-gold-light);
}

.pm-brand-home .footer__links a,
.pm-brand-home .footer__blog a,
.pm-brand-home .footer__widget p,
.pm-brand-home .footer__widget span {
    color: rgba(255,255,255,.72) !important;
    font-size: 14px !important;
}

.pm-brand-home .footer__links li {
    margin-bottom: 8px;
}

.pm-brand-home .footer__subscribe-2 {
    margin: 0 25px 35px !important;
    padding: 30px 27px !important;
    border: 1px solid rgba(215,174,93,.25);
    border-radius: 22px;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 24px 54px rgba(0,0,0,.22);
}

.pm-brand-home .footer__subscribe-2 p {
    color: #606b83 !important;
}

.pm-brand-home .footer__bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    background: #040a1b !important;
}

.pm-brand-home .footer__copyright p {
    color: rgba(255,255,255,.62) !important;
    font-size: 12px !important;
}

@media (max-width: 1199px) {
    .pm-brand-home .pm-brand-about__content {
        padding-left: 30px;
    }

    .pm-brand-home .pm-brand-services__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pm-brand-home .pm-brand-service--featured {
        grid-column: span 2;
    }

    .pm-brand-home .pm-brand-partners__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .pm-brand-home .pm-brand-about__media {
        min-height: 500px;
        margin-bottom: 55px;
    }

    .pm-brand-home .pm-brand-about__content {
        padding-left: 0;
    }

    .pm-brand-home .pm-brand-services__head,
    .pm-brand-home .pm-brand-portfolio__head {
        display: block;
    }

    .pm-brand-home .pm-brand-services__head .pm-brand-button-outline,
    .pm-brand-home .pm-brand-portfolio__head .pm-brand-button-outline {
        margin-top: 22px;
    }

    .pm-brand-home .pm-brand-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pm-brand-home .pm-brand-portfolio__grid {
        grid-template-columns: 1fr 1fr;
    }

    .pm-brand-home .pm-brand-asset:first-child {
        grid-column: 1 / -1;
    }

    .pm-brand-home .pm-brand-process__layout,
    .pm-brand-home .pm-brand-enquiry__grid {
        grid-template-columns: 1fr;
    }

    .pm-brand-home .pm-brand-process__intro {
        position: static;
    }

    .pm-brand-home .pm-brand-enquiry__copy {
        padding-right: 0;
    }

    .pm-brand-home .footer__subscribe-2 {
        margin: 0 0 35px !important;
    }
}

@media (max-width: 767px) {
    .pm-brand-home .pm-brand-about,
    .pm-brand-home .pm-brand-services,
    .pm-brand-home .pm-brand-portfolio,
    .pm-brand-home .pm-brand-process,
    .pm-brand-home .team__area,
    .pm-brand-home .pm-brand-enquiry,
    .pm-brand-home .pm-brand-partners,
    .pm-brand-home .blog__area {
        padding-top: 82px !important;
        padding-bottom: 82px !important;
    }

    .pm-brand-home .pm-brand-about__media {
        min-height: 400px;
    }

    .pm-brand-home .pm-brand-about__image-main {
        inset: 0 35px 46px 0;
    }

    .pm-brand-home .pm-brand-about__image-small {
        width: 52%;
        height: 190px;
        border-width: 7px;
    }

    .pm-brand-home .pm-brand-about__badge {
        left: 8px;
        min-width: 120px;
        padding: 15px 12px;
    }

    .pm-brand-home .pm-brand-pillar-grid,
    .pm-brand-home .pm-brand-services__grid,
    .pm-brand-home .pm-brand-portfolio__grid,
    .pm-brand-home .pm-brand-form-grid {
        grid-template-columns: 1fr;
    }

    .pm-brand-home .pm-brand-service--featured,
    .pm-brand-home .pm-brand-asset:first-child {
        grid-column: auto;
    }

    .pm-brand-home .pm-brand-service,
    .pm-brand-home .pm-brand-service--featured {
        min-height: 390px;
    }

    .pm-brand-home .pm-brand-service--featured .pm-brand-service__content {
        inset: auto 0 0;
        width: auto;
        padding: 29px;
    }

    .pm-brand-home .pm-brand-service--featured::after {
        background: linear-gradient(180deg, rgba(5,13,34,.08) 15%, rgba(5,13,34,.93) 93%);
    }

    .pm-brand-home .pm-brand-asset,
    .pm-brand-home .pm-brand-asset:nth-child(n+2) {
        min-height: 330px;
    }

    .pm-brand-home .pm-brand-process__step {
        grid-template-columns: 52px 1fr;
        gap: 14px;
        padding: 20px;
    }

    .pm-brand-home .pm-brand-process__number {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .pm-brand-home .team__thumb {
        height: 300px;
    }

    .pm-brand-home .pm-brand-enquiry__card {
        padding: 25px 20px;
    }

    .pm-brand-home .pm-brand-field--full {
        grid-column: auto;
    }

    .pm-brand-home .pm-brand-partners__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pm-brand-home .blog__area > .row,
    .pm-brand-home .blog__area > .swiper {
        width: min(100% - 24px, 1320px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pm-brand-home .pm-brand-service__image img,
    .pm-brand-home .pm-brand-asset img,
    .pm-brand-home .pm-brand-service,
    .pm-brand-home .pm-brand-process__step,
    .pm-brand-home .pm-brand-partner img {
        transition: none !important;
    }
}
