/* Mayfair & St James's (W1J) Sub-Area Page Stylesheet — v2 */
/* Zero Border Radius Strict Rule Enforced Across Entire Stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Marcellus&family=Montserrat:wght@300;400;500;600;700&display=swap');

.mayfair-page {
    background-color: #FFFFFF;
    color: #0A0A0A;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.mayfair-page * {
    border-radius: 0 !important;
}

/* Global Rendering Performance Optimizations */
.mayfair-page img {
    content-visibility: auto;
    backface-visibility: hidden;
}

[data-aos] {
    will-change: transform, opacity;
    backface-visibility: hidden;
}

.mf2-page h1,
.mf2-page h2,
.mf2-page h3,
.mf2-page h5,
.mf2-page h6 {
    font-family: 'Marcellus', serif;
    font-weight: 400;
    color: #0A0A0A;
    margin: 0;
}

.mf2-page p {
    font-family: 'Montserrat', sans-serif;
    color: #555555;
    line-height: 1.75;
    margin: 0;
}

.mf2-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #AB784E;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 6px;
}

.mf2-eyebrow img {
    width: 10px !important;
    height: 10px !important;
    flex-shrink: 0;
    margin: 0 3px !important;
    vertical-align: middle;
}

/* ---------------------------------------------------------------------
   1. HERO — 50/50 Split (Left Content with Padding, Right Full-Bleed Image)
   --------------------------------------------------------------------- */
.mf2-hero {
    background: #FAF8F5;
    border-bottom: 1px solid #EAE5DE;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.mf2-hero-grid {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 680px;
    align-items: stretch;
}

.mf2-hero-copy {
    padding: 115px max(20px, calc((100vw - 1280px) / 2 + 20px)) 115px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mf2-kicker {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #AB784E;
    margin-bottom: 22px;
    line-height: 1.2;
}

.mf2-star {
    width: 10px !important;
    height: 10px !important;
    flex-shrink: 0;
    margin: 0 3px !important;
    vertical-align: middle;
}

.mf2-hero-copy h1 {
    font-size: 50px;
    line-height: 1.15;
    color: #0A0A0A;
    margin-bottom: 26px;
    letter-spacing: -0.5px;
}

.mf2-lede {
    font-size: 16px;
    line-height: 1.85;
    color: #444444;
    max-width: 32em;
    margin-bottom: 50px;
}

.mf2-hero-actions {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Right Side — Full-Bleed Whole Image (No padding, full height & width) */
.mf2-hero-media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.mf2-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mf2-hero-media:hover .mf2-hero-img {
    transform: scale(1.03);
}

/* ---------------------------------------------------------------------
   Unique Executive Highlight Console (4 Highlights)
   --------------------------------------------------------------------- */
.mf2-cred-strip {
    background: linear-gradient(135deg, #101F1B 0%, #152924 100%);
    border-top: 2px solid #D3B184;
    border-bottom: 1px solid rgba(211, 177, 132, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
}

.mf2-cred-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.mf2-cred-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 30px 22px;
    border-left: 1px solid rgba(211, 177, 132, 0.18);
    transition: background 0.35s ease, transform 0.35s ease;
}

.mf2-cred-item:first-child {
    border-left: none;
}

.mf2-cred-item:hover {
    background: rgba(211, 177, 132, 0.06);
}

.mf2-cred-badge {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(211, 177, 132, 0.35);
    background: rgba(211, 177, 132, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D3B184;
    font-size: 22px;
    flex-shrink: 0;
    transition: all 0.35s ease;
}

.mf2-cred-item:hover .mf2-cred-badge {
    background: #D3B184;
    color: #101F1B;
    border-color: #D3B184;
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 6px 18px rgba(211, 177, 132, 0.3);
}

.mf2-cred-info {
    flex: 1;
}

.mf2-cred-info h6 {
    font-family: 'Marcellus', serif;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 4px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.mf2-cred-info p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #C5C0B8;
    line-height: 1.45;
    margin: 0;
}

/* ---------------------------------------------------------------------
   2. PRIVATE CLIENT PRACTICE
   --------------------------------------------------------------------- */
.mf2-practice {
    padding: 140px 0;
}

.mf2-practice-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: flex-start;
}

.mf2-practice-media {
    position: relative;
    padding-bottom: 40px;
    padding-left: 40px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.mf2-practice-img-frame {
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
    flex: none;
    overflow: hidden;
    border: 1px solid #EAE5DE;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.mf2-practice-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mf2-practice-img-shape {
    position: absolute;
    bottom: -15px;
    left: -15px;
    width: 320px;
    height: 240px;
    object-fit: cover;
    border: 6px solid #FFFFFF;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(211, 177, 132, 0.4);
}

.mf2-practice-content h2 {
    font-size: 36px;
    line-height: 1.24;
    margin-bottom: 20px;
}

.mf2-practice-lead {
    font-size: 15px;
    max-width: 34em;
    margin-bottom: 34px;
}

.mf2-practice-list {
    border-top: 1px solid #EAE5DE;
}

.mf2-practice-item {
    padding: 22px 0;
    border-bottom: 1px solid #EAE5DE;
}

.mf2-practice-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.mf2-practice-tag {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #AB784E;
    margin-bottom: 3px;
}

.mf2-practice-item h5 {
    font-size: 18px;
    margin-bottom: 3px;
}

.mf2-practice-item p {
    font-size: 13.5px;
    max-width: 36em;
}

/* ---------------------------------------------------------------------
   3. SERVICES — 3-column grid with hover image reveal
   --------------------------------------------------------------------- */
.mf2-services {
    padding: 100px 0;
    background: #FAF8F5;
    border-top: 1px solid #EAE5DE;
    border-bottom: 1px solid #EAE5DE;
}

.mf2-services-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.mf2-services-head {
    text-align: center;
    margin-bottom: 50px;
}

.mf2-services-head h2 {
    font-size: 36px;
    margin-bottom: 14px;
}

.mf2-services-sub {
    font-size: 15px;
    max-width: 44em;
    
    margin: 0 auto !important;
    text-align: center !important;
}

.mf2-services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    border-top: none;
}

.mf2-service-row {
    background: #FFFFFF;
    border: 1px solid #EAE5DE;
    border-top: 3px solid #D3B184;
    padding: 30px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.mf2-service-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #0A0A0A;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
}

.mf2-service-row:hover::before {
    width: 100%;
}

.mf2-service-row:hover {
    background: #FFFFFF;
    border-color: #D3B184;
    box-shadow: 0 20px 45px rgba(10, 10, 10, 0.08);
    transform: translateY(-8px);
}

/* Image src holder — hidden, only used by JS to read src */
.mf2-svc-hover-img {
    display: none;
}

.mf2-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.mf2-service-mark {
    font-family: 'Marcellus', serif;
    font-size: 28px;
    color: #D3B184;
    line-height: 1;
    font-weight: 400;
    transition: transform 0.35s ease, color 0.35s ease;
}

.mf2-service-row:hover .mf2-service-mark {
    color: #0A0A0A;
    transform: scale(1.1);
}

.mf2-service-top h3 {
    font-family: 'Marcellus', serif;
    font-size: 22px;
    color: #0A0A0A;
    margin: 0;
    font-weight: 400;
    transition: color 0.3s ease;
}

.mf2-service-row:hover .mf2-service-top h3 {
    color: #AB784E;
}

.mf2-service-row>p {
    font-size: 14.5px;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 22px 0;
    padding-left: 0;
    text-align: left;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.mf2-service-row:hover>p {
    color: #222222;
}

.mf2-service-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    padding-top: 16px;
    margin-top: auto;
    border-top: 1px dashed #EAE5DE;
    position: relative;
    z-index: 2;
}

.mf2-service-tags span {
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    color: #0A0A0A;
    border: 1px solid #EAE5DE;
    padding: 3px 8px;
    background: #FAF8F5;
    white-space: normal;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: default;
}

.mf2-service-tags span:hover {
    background: #0A0A0A;
    color: #D3B184;
    border-color: #0A0A0A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 10, 10, 0.15);
}

/* ---------------------------------------------------------------------
   4. COVERAGE — address register
   --------------------------------------------------------------------- */
.mf2-coverage {
    padding: 60px 0;
}

.mf2-coverage-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.mf2-coverage-head h2 {
    font-size: 34px;
    margin-bottom: 12px;
}

.mf2-coverage-head p {
    font-size: 12px;
    margin-bottom: 22px;
}

.mf2-address-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    border-top: 1px solid #0A0A0A;
}

.mf2-address-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: center;
    column-gap: 20px;
    padding: 16px 12px;
    border-bottom: 1px solid #EAE5DE;
    text-decoration: none;
    color: #0A0A0A;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s ease;
    cursor: pointer;
    position: relative;
}

.mf2-address-row:hover {
    transform: translateX(8px);
    border-bottom-color: #AB784E;
}

.mf2-addr-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    color: #122620;
    line-height: 1.25;
}

.mf2-addr-postcode {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #AB784E;
    width: 100%;
}

.mf2-addr-arrow {
    font-size: 14px;
    color: #AB784E;
    opacity: 0.5;
    transform: translateX(0);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.mf2-address-row:hover .mf2-addr-arrow {
    opacity: 1;
    transform: translateX(4px);
}

/* ---------------------------------------------------------------------
   5. WHY CHOOSE US — Key Differentiators Section
   --------------------------------------------------------------------- */
.mf2-why-choose {
    padding: 100px 0;
    background: #FAF8F5;
    border-top: 1px solid #EAE5DE;
    border-bottom: 1px solid #EAE5DE;
}

.mf2-why-choose-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.mf2-why-choose-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.mf2-why-choose-head h2 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.mf2-why-choose-sub {
    font-size: 15px;
    color: #666666;
}

.mf2-why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mf2-why-card {
    background: #FFFFFF;
    border: 1px solid #EAE5DE;
    border-top: 3px solid #AB784E;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.mf2-why-card:hover {
    transform: translateY(-4px);
    border-top-color: #0A0A0A;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.09);
}

.mf2-why-img-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.mf2-why-img-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.85);
    transform: scale(1.08) translateZ(0);
    transform-origin: center center;
    backface-visibility: hidden;
    transition: transform 0.25s ease-out;
}

.mf2-why-card:hover .mf2-why-img-overlay {
    opacity: 1;
    visibility: visible;
}

.mf2-why-card:hover .mf2-why-img-overlay img {
    transform: scale(1.0) translateZ(0);
}

.mf2-why-header,
.mf2-why-card h3,
.mf2-why-card p,
.mf2-why-footer {
    position: relative;
    z-index: 2;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.mf2-why-card:hover .mf2-why-header,
.mf2-why-card:hover .mf2-why-card h3,
.mf2-why-card:hover .mf2-why-card p,
.mf2-why-card:hover .mf2-why-footer {
    opacity: 0;
    transform: translateY(-4px);
}

.mf2-why-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #EAE5DE;
}

.mf2-why-mark {
    font-family: 'Marcellus', serif;
    font-size: 24px;
    color: #AB784E;
    line-height: 1;
}

.mf2-why-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #D3B184;
    background: #0A0A0A;
    padding: 4px 10px;
}

.mf2-why-card h3 {
    font-size: 21px;
    font-family: 'Marcellus', serif;
    margin-bottom: 12px;
    color: #0A0A0A;
    font-weight: 400;
}

.mf2-why-card p {
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.mf2-why-footer {
    padding-top: 14px;
    border-top: 1px solid #FAF8F5;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #AB784E;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .mf2-why-choose-grid {
        grid-template-columns: 1fr;
    }
}

/* ---------------------------------------------------------------------
   6. OUR PROCESS — Editorial Vertical Timeline
   --------------------------------------------------------------------- */
.mf2-process {
    padding: 100px 0;
    margin: 0;
    background: #FFFFFF;
}

.mf2-process-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.mf2-process-head {
    text-align: center !important;
    max-width: 900px;
    margin: 0 auto 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mf2-process-head h2 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 12px;
    text-align: center !important;
}

.mf2-process-sub {
    font-size: 15px;
    color: #666666;
    max-width: 700px;
    margin: 0 auto !important;
    text-align: center !important;
}

.mf2-process-timeline {
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: relative;
    padding-left: 20px;
}

/* Vertical connecting line between circular steps */
.mf2-process-timeline::before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 48px;
    width: 2px;
    background: linear-gradient(to bottom, #D3B184 0%, #AB784E 100%);
    z-index: 1;
}

.mf2-process-step {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    background: #F6F4F1;
    border: 1px solid #EAE5DE;
    padding: 30px 35px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.mf2-process-step:hover {
    transform: translateX(8px);
    background: #FFFFFF;
    border-color: #D3B184;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.mf2-step-num {
    width: 56px;
    height: 56px;
    border-radius: 50% !important;
    background: #FAF8F5;
    border: 2px solid #D3B184;
    color: #AB784E;
    font-family: 'Marcellus', serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(211, 177, 132, 0.2);
    transition: all 0.3s ease;
}

.mf2-process-step:hover .mf2-step-num {
    background: #0A0A0A;
    border-color: #0A0A0A;
    color: #D3B184;
}

.mf2-step-body h3 {
    font-size: 20px;
    font-family: 'Marcellus', serif;
    margin-bottom: 8px;
    color: #0A0A0A;
}

.mf2-step-body p {
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .mf2-process-timeline {
        padding-left: 0;
    }

    .mf2-process-timeline::before {
        left: 28px;
    }

    .mf2-process-step {
        gap: 20px;
        padding: 25px 20px;
    }

    .mf2-step-num {
        width: 46px;
        height: 46px;
        font-size: 17px;
    }
}

/* ---------------------------------------------------------------------
   6. FAQ — Minimal accordions
   --------------------------------------------------------------------- */
.mf2-faq {
    padding: 100px 0;
    background: #FAF8F5;
    border-top: 1px solid #EAE5DE;
}

.mf2-faq-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

.mf2-faq-head h2 {
    font-size: 34px;
    margin-bottom: 44px;
}

.mf2-faq-item {
    border-bottom: 1px solid #DCD5C8;
}

.mf2-faq-item:first-child {
    border-top: 1px solid #0A0A0A;
}

.mf2-faq-question {
    width: 100%;
    background: none;
    border: 0;
    padding: 22px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    text-align: left;
    font-family: 'Marcellus', serif;
    font-size: 18px;
    color: #0A0A0A;
}

.mf2-faq-plus {
    position: relative;
    width: 16px;
    height: 16px;
    flex: none;
}

.mf2-faq-plus::before,
.mf2-faq-plus::after {
    content: '';
    position: absolute;
    background: #AB784E;
}

.mf2-faq-plus::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1.5px;
    transform: translateY(-50%);
}

.mf2-faq-plus::after {
    left: 50%;
    top: 0;
    width: 1.5px;
    height: 100%;
    transform: translateX(-50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.mf2-faq-item.active .mf2-faq-question {
    color: #AB784E;
}

.mf2-faq-item.active .mf2-faq-plus::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.mf2-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mf2-faq-item.active .mf2-faq-answer {
    max-height: 240px;
}

.mf2-faq-answer p {
    font-size: 14.5px;
    padding: 0 4px 24px;
    max-width: 40em;
}

/* ---------------------------------------------------------------------
   Responsive
   --------------------------------------------------------------------- */
@media (max-width: 991px) {
    .mf2-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .mf2-hero-copy {
        padding: 50px 20px 35px;
    }

    .mf2-hero-copy h1 {
        font-size: 34px;
        max-width: none;
    }

    .mf2-hero-media {
        height: 340px;
        min-height: 340px;
    }

    .mf2-services-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mf2-card-right {
        margin-top: 20px;
    }

    .mf2-cred-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .mf2-cred-item:nth-child(3) {
        border-left: none;
    }

    .mf2-practice-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .mf2-practice-media {
        padding-left: 0;
        padding-bottom: 35px;
    }

    .mf2-practice-img-frame {
        height: 340px !important;
        min-height: 0 !important;
    }

    .mf2-practice-img-shape {
        width: 250px;
        height: 180px;
        bottom: -15px;
        left: 10px;
        border-width: 4px;
    }

    .mf2-address-list {
        grid-template-columns: 1fr;
    }

    .mf2-services,
    .mf2-process,
    .mf2-practice,
    .mf2-faq {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {

    .mf2-kicker,
    .mf2-eyebrow {
        display: block !important;
        white-space: normal !important;
        line-height: 1.6 !important;
    }

    .mf2-kicker img,
    .mf2-eyebrow img {
        display: inline-block !important;
        vertical-align: middle !important;
        margin: -2px 4px 0 !important;
    }

    .mf2-hero-copy {
        padding: 40px 15px 30px;
    }

    .mf2-hero-copy h1 {
        font-size: 28px;
        line-height: 1.25;
    }

    .mf2-hero-media {
        height: 260px;
        min-height: 260px;
    }

    .mf2-process-head h2,
    .mf2-services-head h2,
    .mf2-practice-copy h2,
    .mf2-coverage-head h2,
    .mf2-faq-head h2 {
        font-size: 26px;
    }

    .mf2-cred-inner {
        grid-template-columns: 1fr;
    }

    .mf2-cred-item {
        border-left: none;
        border-top: 1px solid rgba(211, 177, 132, 0.22);
    }

    .mf2-cred-item:first-child {
        border-top: none;
    }

    .mf2-practice-img-frame {
        height: 280px !important;
        min-height: 0 !important;
    }

    .mf2-practice-img-shape {
        width: 210px;
        height: 150px;
        bottom: -15px;
        left: 10px;
        border-width: 4px;
    }

    .mf2-service-row {
        padding: 24px 18px;
    }

    .mf2-services,
    .mf2-process,
    .mf2-practice,
    .mf2-faq {
        padding: 45px 0;
    }
}

@media (max-width: 575px) {
    .mf2-hero-copy h1 {
        font-size: 24px;
    }

    .mf2-practice-img-frame {
        height: 240px !important;
        min-height: 0 !important;
    }

    .mf2-practice-img-shape {
        width: 170px;
        height: 120px;
        bottom: -12px;
        left: 5px;
        border-width: 3px;
    }

    .mf2-service-row>p,
    .mf2-service-tags {
        padding-left: 0;
    }

    .mf2-service-top {
        gap: 10px;
    }
}

/* Reduced motion & focus */
@media (prefers-reduced-motion: reduce) {
    .mf2-page * {
        animation: none !important;
        transition: none !important;
    }
}

.mf2-page a:focus-visible,
.mf2-page button:focus-visible {
    outline: 2px solid #AB784E;
    outline-offset: 2px;
}

/* FAQ Area Section Improvements - Prevent text cropping & improve image height */
.faq-area {
    padding: 0px 0 !important;
}

.faq-area .left {
    min-height: 650px !important;
    padding: 60px 50px !important;
}

.faq-area .right img {
    height: 100% !important;
    min-height: 650px !important;
    object-fit: cover !important;
    display: block !important;
}

.faq-area .accordion-collapse {
    overflow: visible !important;
}

.faq-area .accordion-body,
.faq-area .accordion-body p {
    padding-top: 3px !important;
    padding-bottom: 1px !important;
    color: #ffffff !important;
}

/* =====================================================================
   Floating service image preview (cursor-follow, like services.php box-img)
   ===================================================================== */
#mf2-img-float {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 210px;
    pointer-events: none;
    z-index: 99999;
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 24px 60px rgba(10, 10, 10, 0.28), 0 0 0 1px rgba(211, 177, 132, 0.35);
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: opacity 0.12s ease-out;
}

#mf2-img-float.mf2-img-float--active {
    opacity: 1;
}

#mf2-img-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    #mf2-img-float {
        display: none;
    }
}

/* ─── View Service button (shared across sub-area pages) ─────────────── */
.svc-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #AB784E;
    text-decoration: none;
    border-bottom: 1px solid rgba(171, 120, 78, 0.4);
    padding-bottom: 2px;
    transition: color 0.3s ease, border-color 0.3s ease, gap 0.3s ease;
}

.svc-link-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.svc-link-btn:hover {
    color: #0A0A0A;
    border-color: #0A0A0A;
    gap: 12px;
}

.svc-link-btn:hover i {
    transform: translateX(4px);
}