
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');



/* =========================================================
   SERVICE PAGE
========================================================= */

.service-page {
    overflow: hidden;
}

.service-container {
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.service-hero {
    margin-top: 3vh;
    min-height: 560px;

    display: flex;
    align-items: center;

    /*background-image: url("../images/services-succession/service-hero9.png");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.service-hero-background-private-wealth {
    background-image: url("../images/branding/private-wealth-hero6.png");
}


.service-hero-background-international-relocation {
    background-image: url("../images/branding/international-relocation-hero.png");
}

.service-hero-background-business-transactions {
    background-image: url("../images/branding/business-transactions-hero.png");
}

.service-hero-background-executive-reward {
    background-image: url("../images/branding/executive-reward-hero.png");
}

.service-hero-background-revenue-interventions {
    background-image: url("../images/branding/revenue-interventions-hero.png");
}

.service-hero-background-tax-planning {
    background-image: url("../images/branding/tax-planning-hero.png");
}


.service-hero-inner {
    position: relative;
    display: block;
}

.service-hero-content {
    width: 52%;
    max-width: 760px;
    padding-top: 150px;
    padding-bottom: 75px;
    position: relative;
    z-index: 2;
}

.service-eyebrow {
    display: block;
    margin-bottom: 24px;

    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;

    color: var(--burgandy);
}

.service-hero h1 {
    max-width: 1300px;
    margin: 0 0 28px;

    font-family: "Josefin Sans", sans-serif;
    font-size: clamp(45px, 4.5vw, 70px);
    line-height: 0.9;
    font-weight: 350;
    letter-spacing: -0.04em;

    color: var(--burgandy);
    
}

.service-hero-intro {
    max-width: 610px;
    margin: 0 0 38px;

    font-size: 20px;
    line-height: 1.6;

    color: #364052;
}

.service-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 16px 24px;

    border: 1px solid var(--navy, #0d1c3b);

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    text-decoration: none;

    color: var(--navy, #0d1c3b);

    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.service-button:hover {
    background: var(--navy, #0d1c3b);
    color: #fff;
}





/* =========================================================
   GENERIC SECTIONS
========================================================= */

.service-section {
    padding: 80px 0;
}

.service-section-white {
    background: var(--white);
}

.service-section-cream {
    background: var(--cream);
}

.service-section-dark {
    background: var(--navy);
    color: #fff;
}

.service-section-faq {
    background: var(--white);
}

.service-section-heading {
    max-width: 760px;
    margin-bottom: 58px;
}

.service-section h2,
.service-cta h2,
.other-expertise h2 {
    margin: 0 0 22px;

    font-family: "Josefin Sans", sans-serif;
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1.05;
    font-weight: 300;
    letter-spacing: -0.025em;

    color: var(--navy);
}

.service-section-heading p {
    max-width: 720px;
    margin: 0;

    font-size: 16px;
    line-height: 1.4;

    color: var(--slateblue);
}


/* =========================================================
   WHAT DO WE ADVISE ON
========================================================= */

.advise-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 70px;
    align-items: center;
}

.advise-content h2 {
    max-width: 620px;
    margin: 0 0 48px;
    color: var(--navy);
}

.advise-copy {
    max-width: 600px;
}

.advise-copy p {
    margin: 0 0 24px;

    font-size: 17px;
    line-height: 1.4;

    color: var(--slateblue);
}

.advise-copy p:last-child {
    margin-bottom: 0;
}

.advise-video {
    width: 100%;
}

.video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #ffffff;
    border: 1px solid rgba(13, 28, 59, 0.10);
}

.video-frame iframe,
.video-frame video {
    width: 100%;
    height: 100%;

    display: block;

    border: 0;
    object-fit: cover;
}

.video-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 7px;

    background: #ffffff;

    font-size: 18px;
    color: var(--navy, #0d1c3b);
}

.video-placeholder small {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    opacity: 0.55;
}


/* =========================================================
   HOW CAN WE HELP - SUCCESSION PROCESS
========================================================= */

.succession-process {
    padding: 110px 0 120px;
    background: #faf9f6;
}


/* HEADER */

.succession-process-header {
    width: 100%;
    margin: 0 0 70px;
    max-width: none;
}

.succession-process-header h2 {
    margin: 0 0 22px;

    font-family: "Josefin Sans", sans-serif;
    font-size: clamp(32px, 3vw, 46px);
    line-height: 1.05;
    font-weight: 300;
    letter-spacing: -0.025em;
    text-align: center;

    color: var(--navy);
}

.succession-intro {
    max-width: 720px;
    margin: 0;

    font-size: 18px;
    line-height: 1.65;

    color: #59616f;
}


/* FIVE-COLUMN PROCESS */

.succession-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
}


/* INDIVIDUAL STEP */

.succession-step {
    min-width: 0;
}

.succession-step-copy {
    min-height: 330px;
}

.succession-step h3 {
    margin: 0 0 20px;

    font-size: 20px;
    font-weight: 500;
    text-align: center;
    
    color: var(--burgandy);
}

.succession-step h3 span {
    color: #8b1748;
    margin-right: 4px;
}

.succession-step p {
    margin: 0 0 14px;

    font-size: 16px;
    line-height: 1.4;

    color: VAR(--slateblue);
}


/* GRAPHIC */

.succession-step img {
    display: block;

    width: 100%;
    /*max-width: 290px;*/
    height: auto;

    margin: 30px auto 0;
    object-fit: contain;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1350px) {

    .succession-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 70px 45px;
    }

    .succession-step-copy {
        min-height: 0;
    }
}


@media (max-width: 850px) {

    .succession-process {
        padding: 80px 0;
    }

    .succession-process-header,
    .succession-steps {
        width: min(100% - 40px, 700px);
    }

    .succession-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 600px) {

    .succession-steps {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .succession-step img {
        width: 70%;
        max-width: 220px;
        height: auto;
        margin: 24px auto 0;
    }
}


/* =========================================================
   APPROACH
========================================================= */

.approach-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 120px;
    align-items: center;
}

.service-section-dark h2 {
    max-width: 650px;
    margin: 0;

    color: #fff;
}

.approach-copy p {
    margin: 0 0 25px;

    font-size: 16px;
    line-height: 1.7;

    color: var(--white);
}


/* =========================================================
   FAQ
========================================================= */

.faq-list {
    border-top: 1px solid #cfd2d1;
}

.faq-item {
    border-bottom: 1px solid #cfd2d1;
}

.faq-question {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 15px 0;

    border: 0;
    background: transparent;

    font-size: 17px;
    text-align: left;
    
    color: var(--navy);

    cursor: pointer;
}

.faq-icon {
    flex: 0 0 auto;

    font-size: 28px;
    font-weight: 300;

    transition: transform 0.25s ease;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;

    transition: grid-template-rows 0.3s ease;
}

.faq-answer > div {
    overflow: hidden;
}

.faq-answer p {
    max-width: 760px;
    margin: 0;
    padding: 0 0 28px;

    font-size: 16px;
    line-height: 1.4;

    color: var(--slateblue);
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}


/* =========================================================
   CTA
========================================================= */

.service-cta {
    padding: 90px 0;

    background: var(--cream);
}

.service-cta-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 100px;
    align-items: center;
}

.service-cta h2 {
    max-width: 720px;
}

.service-cta p {
    max-width: 680px;
    margin: 0;

    font-size: 17px;
    line-height: 1.65;

    color: #465267;
}

.service-button-dark {
    background: var(--navy);
    color: #fff;
}

.service-button-dark:hover {
    background: transparent;
    color: var(--navy, #0d1c3b);
}




/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .service-container {
        width: min(100% - 44px, 1180px);
    }

    .service-hero-inner,
    .approach-layout,
    .service-cta-inner {
        grid-template-columns: 1fr;
    }

    .service-hero-art {
        display: none;
    }

    .service-hero {
        min-height: auto;
    }

    .service-hero-content {
        padding: 85px 0;
    }

    .advise-layout {
        grid-template-columns: 1fr 1.4fr;
        gap: 50px;
    }

    .advise-video {
        grid-column: 1 / -1;

        max-width: 760px;
    }

    .approach-layout {
        gap: 45px;
    }

    .service-cta-inner {
        gap: 35px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .service-container {
        width: calc(100% - 34px);
    }

    .service-section {
        padding: 70px 0;
    }

    .service-hero-content {
        padding: 70px 0;
    }

    .service-hero h1 {
        font-size: 40px;
    }

    .service-hero-intro {
        font-size: 20px;
    }

    .advise-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .advise-heading h2 {
        font-size: 44px;
    }

    .advise-video {
        grid-column: auto;
    }

    .service-section-heading {
        margin-bottom: 42px;
    }

    .help-row {
        grid-template-columns: 42px 1fr;
        gap: 15px;
    }

    .help-row p {
        grid-column: 2;
    }

    .faq-question {
        font-size: 18px;
    }

    .other-expertise {
        padding: 70px 0;
    }

    .other-expertise-links a {
        font-size: 17px;
    }

}