/* =========================================================
   MICHAEL WOOD — ABOUT PAGE
========================================================= */

:root {
    --about-ink: #081225;
    --about-copy: #53617a;
    --about-dark: #050b1a;
    --about-soft: #f8faff;
    --about-border: #e1e6ed;
    --about-blue: #3f67e8;
    --about-cyan: #62d9f4;
    --about-purple: #825fe7;
}

.aboutContainer {
    width: min(1500px, calc(100% - 60px));
    margin: 0 auto;
}

.aboutWhite {
    color: var(--about-ink);
    background: #fff;
}

.aboutSoft {
    color: var(--about-ink);
    background: var(--about-soft);
}

.aboutDark {
    color: #fff;
    background: var(--about-dark);
}


/* =========================================================
   SHARED
========================================================= */

.aboutEyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--about-cyan);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.aboutEyebrow>span {
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, var(--about-cyan), var(--about-purple));
}

.aboutEyebrow--dark {
    color: #315f93;
}

.aboutEyebrow--dark>span {
    background: #5577a0;
}

.aboutButton {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.aboutButton:hover {
    transform: translateY(-2px);
}

.aboutButton--primary {
    color: #fff;
    border: 1px solid rgba(98, 217, 244, .28);
    background: linear-gradient(110deg, #3f67e8, #7659df);
    box-shadow: 0 18px 42px rgba(54, 75, 210, .19);
}

.aboutButton--outline {
    color: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .025);
}

.aboutButton--light {
    color: var(--about-ink);
    border: 1px solid #d6dde7;
    background: #fff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, .05);
}

.aboutSectionHead {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 90px;
    align-items: end;
    margin-bottom: 38px;
}

.aboutSectionHead h2,
.aboutIntro h2,
.aboutApproach h2,
.aboutSupport h2,
.aboutLocation h2,
.aboutFaq h2 {
    max-width: 900px;
    margin: 15px 0 0;
    font-size: clamp(44px, 5vw, 72px);
    line-height: .98;
    letter-spacing: -.06em;
}

.aboutWhite h2,
.aboutSoft h2 {
    color: var(--about-ink);
}

.aboutWhite h2 span,
.aboutSoft h2 span {
    background: linear-gradient(100deg, #4769df 0%, #6d63da 48%, #8a62df 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.aboutDark h2 {
    color: #fff;
}

.aboutDark h2 span {
    background: linear-gradient(100deg, #4769df 0%, #6d63da 48%, #8a62df 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.aboutSectionHead__copy {
    margin: 0;
    color: var(--about-copy);
    font-size: 14px;
    line-height: 1.75;
}

.aboutSwipeHint {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    color: #647089;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* =========================================================
   REVEALS
========================================================= */

.aboutReveal {
    opacity: 0;
    transition:
        opacity .8s ease,
        transform .9s cubic-bezier(.2, .8, .2, 1);
}

.aboutReveal--left {
    transform: translateX(-52px);
}

.aboutReveal--right {
    transform: translateX(52px);
}

.aboutReveal--swing {
    transform: translateY(42px) rotate(2deg);
    transform-origin: 50% 0%;
}

.aboutReveal.is-visible {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
}

.aboutDelay1 {
    transition-delay: .08s;
}

.aboutDelay2 {
    transition-delay: .16s;
}

.aboutDelay3 {
    transition-delay: .24s;
}

.aboutDelay4 {
    transition-delay: .32s;
}


/* =========================================================
   HERO
========================================================= */

.aboutHero {
    position: relative;
    overflow: hidden;
    background: var(--about-dark);
}

.aboutHero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

.aboutHero__glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(95px);
    pointer-events: none;
}

.aboutHero__glow--one {
    left: -180px;
    top: 10%;
    background: rgba(64, 99, 224, .12);
}

.aboutHero__glow--two {
    right: -210px;
    bottom: -230px;
    background: rgba(115, 79, 218, .1);
}

.aboutHero__inner {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    align-items: center;
    padding: 90px 0 105px;
}

.aboutHero h1 {
    max-width: 900px;
    margin: 25px 0 24px;
    color: #fff;
    font-size: clamp(58px, 6.1vw, 98px);
    line-height: .91;
    letter-spacing: -.075em;
}

.aboutHero h1 span {
    display: block;
    color: #adb7cb;
}

.aboutHero__lead {
    max-width: 760px;
    margin: 0;
    color: rgba(238, 243, 255, .65);
    font-size: 16px;
    line-height: 1.75;
}

.aboutHero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 34px;
}

.aboutHero__facts {
    max-width: 830px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 54px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.aboutHero__facts>div {
    padding: 0 18px;
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.aboutHero__facts>div:first-child {
    padding-left: 0;
    border-left: 0;
}

.aboutHero__facts strong,
.aboutHero__facts span {
    display: block;
}

.aboutHero__facts strong {
    color: #fff;
    font-size: 13px;
}

.aboutHero__facts span {
    margin-top: 5px;
    color: rgba(238, 243, 255, .38);
    font-size: 9px;
}


/* profile */

.aboutHero__profile {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}

.aboutProfileCard {
    width: min(100%, 560px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 19px;
    background: #081126;
    box-shadow: 0 40px 90px rgba(0, 0, 0, .27);
    animation: aboutFloatCard 6s ease-in-out infinite;
}

.aboutProfileCard__image {
    height: 390px;
    overflow: hidden;
    background: #0a1327;
}

.aboutProfileCard__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.aboutProfileCard__body {
    padding: 25px;
}

.aboutProfileCard__body>span {
    color: var(--about-cyan);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.aboutProfileCard h2 {
    margin: 9px 0 7px;
    color: #fff;
    font-size: 27px;
    letter-spacing: -.04em;
}

.aboutProfileCard p {
    margin: 0;
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
    line-height: 1.6;
}

.aboutProfileCard__status {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .58);
    font-size: 9px;
    font-weight: 800;
}

.aboutProfileCard__status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #49da91;
    box-shadow: 0 0 0 5px rgba(73, 218, 145, .1);
}

.aboutFloat {
    position: absolute;
    min-width: 150px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: rgba(5, 12, 29, .9);
    backdrop-filter: blur(12px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, .18);
}

.aboutFloat small,
.aboutFloat strong {
    display: block;
}

.aboutFloat small {
    color: rgba(255, 255, 255, .35);
    font-size: 7px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.aboutFloat strong {
    margin-top: 4px;
    color: #fff;
    font-size: 10px;
}

.aboutFloat--one {
    left: -15px;
    top: 55px;
    animation: aboutFloatSmall 5.3s ease-in-out infinite;
}

.aboutFloat--two {
    right: -10px;
    top: 170px;
    animation: aboutFloatSmall 6.3s ease-in-out infinite reverse;
}

.aboutFloat--three {
    right: 30px;
    bottom: 30px;
    animation: aboutFloatSmall 5.7s ease-in-out infinite;
}

@keyframes aboutFloatCard {

    0%,
    100% {
        transform: translateY(0) rotate(-.35deg);
    }

    50% {
        transform: translateY(-9px) rotate(.35deg);
    }
}

@keyframes aboutFloatSmall {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}


/* =========================================================
   INTRO
========================================================= */

.aboutIntro {
    padding: 120px 0;
}

.aboutIntro__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    align-items: end;
}

.aboutIntro__lead {
    color: #202a40 !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.aboutIntro__copy p {
    margin: 0 0 16px;
    color: var(--about-copy);
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   WORK
========================================================= */

.aboutWork {
    padding: 105px 0 115px;
}

.aboutWork__track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
}

.aboutWorkCard {
    min-height: 300px;
    padding: 26px;
    border: 1px solid var(--about-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 27px rgba(15, 23, 42, .035);
}

.aboutWorkCard>span {
    color: #5973a3;
    font-size: 8px;
    font-weight: 900;
}

.aboutWorkCard h3 {
    margin: 52px 0 11px;
    font-size: 24px;
    letter-spacing: -.035em;
}

.aboutWorkCard p {
    margin: 0;
    color: var(--about-copy);
    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   APPROACH
========================================================= */

.aboutApproach {
    padding: 120px 0;
}

.aboutApproach__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 95px;
    align-items: start;
}

.aboutApproach__intro>p {
    max-width: 620px;
    margin: 20px 0 28px;
    color: rgba(238, 243, 255, .54);
    font-size: 14px;
    line-height: 1.75;
}

.aboutPrinciples {
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.aboutPrinciple {
    min-height: 125px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
}

.aboutPrinciple>span {
    color: rgba(98, 217, 244, .58);
    font-size: 8px;
    font-weight: 900;
}

.aboutPrinciple h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 19px;
}

.aboutPrinciple p {
    max-width: 650px;
    margin: 0;
    color: rgba(238, 243, 255, .47);
    font-size: 11px;
    line-height: 1.65;
}


/* =========================================================
   DIRECT
========================================================= */

.aboutDirect {
    padding: 110px 0;
}

.aboutDirect__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
}

.aboutDirectCard {
    min-height: 255px;
    padding: 26px;
    border: 1px solid var(--about-border);
    border-radius: 17px;
    background: #fff;
}

.aboutDirectCard>span {
    color: #5973a3;
    font-size: 8px;
    font-weight: 900;
}

.aboutDirectCard h3 {
    margin: 46px 0 11px;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -.035em;
}

.aboutDirectCard p {
    margin: 0;
    color: var(--about-copy);
    font-size: 12px;
    line-height: 1.65;
}


/* =========================================================
   SUPPORT
========================================================= */

.aboutSupport {
    padding: 110px 0;
}

.aboutSupport__inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: center;
}

.aboutSupport__copy>p {
    max-width: 620px;
    margin: 18px 0 26px;
    color: var(--about-copy);
    font-size: 14px;
    line-height: 1.75;
}

.aboutPortal {
    overflow: hidden;
    border: 1px solid var(--about-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 25px 55px rgba(15, 23, 42, .08);
}

.aboutPortal__bar {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
    border-bottom: 1px solid #e8ecf1;
}

.aboutPortal__bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c4cad4;
}

.aboutPortal__bar span {
    margin-left: auto;
    color: #8790a1;
    font-size: 8px;
}

.aboutPortal__body {
    padding: 26px;
    display: grid;
    gap: 10px;
}

.aboutPortal__row,
.aboutPortal__upload {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 18px;
    border: 1px solid #e5e9ef;
    border-radius: 11px;
    background: #f9fafc;
    color: #263653;
    font-size: 10px;
    font-weight: 750;
}

.aboutPortal__row b {
    color: #4568ab;
    font-size: 8px;
}

.aboutPortal__upload {
    justify-content: center;
    border-style: dashed;
    color: #7f8999;
}


/* =========================================================
   LOCATION
========================================================= */

.aboutLocation {
    padding: 110px 0;
}

.aboutLocation__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

.aboutLocation__copy>p {
    margin: 0 0 24px;
    color: var(--about-copy);
    font-size: 14px;
    line-height: 1.75;
}

.aboutLocation__links {
    border-top: 1px solid var(--about-border);
}

.aboutLocation__links a {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--about-border);
    color: #263653;
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
}

.aboutLocation__links a span {
    color: var(--about-blue);
}


/* =========================================================
   SOCIAL
========================================================= */

.aboutSocial {
    padding: 90px 0;
}

.aboutSocial__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 60px;
    align-items: end;
}

.aboutSocial__inner h2 {
    max-width: 800px;
    margin: 15px 0 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: .98;
    letter-spacing: -.06em;
}

.aboutSocial__inner h2 span {
    background: linear-gradient(100deg, #4769df 0%, #6d63da 48%, #8a62df 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.aboutSocial__links {
    min-width: 320px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.aboutSocial__links a {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .66);
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
}

.aboutSocial__links a span {
    color: var(--about-cyan);
}


/* =========================================================
   FAQ
========================================================= */

.aboutFaq {
    padding: 110px 0;
}

.aboutFaq__grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
    align-items: start;
}

.aboutFaq__intro {
    position: sticky;
    top: 160px;
}

.aboutFaq__intro>p {
    max-width: 520px;
    margin: 18px 0 0;
    color: var(--about-copy);
    font-size: 13px;
    line-height: 1.7;
}

.aboutFaq__items {
    border-top: 1px solid var(--about-border);
}

.aboutFaqItem {
    border-bottom: 1px solid var(--about-border);
}

.aboutFaqItem summary {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #17213b;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    font-weight: 750;
}

.aboutFaqItem summary::-webkit-details-marker {
    display: none;
}

.aboutFaqItem summary i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    border: 1px solid var(--about-border);
    border-radius: 50%;
    color: var(--about-blue);
    font-style: normal;
    transition: transform .2s ease;
}

.aboutFaqItem[open] summary i {
    transform: rotate(45deg);
}

.aboutFaqItem>div {
    padding: 0 55px 23px 0;
    color: var(--about-copy);
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   FINAL
========================================================= */

.aboutFinal {
    padding: 0 30px 90px;
}

.aboutFinal__inner {
    padding: 52px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: end;
    border-radius: 22px;
    background: #071021;
}

.aboutFinal h2 {
    max-width: 900px;
    margin: 15px 0 10px;
    color: #fff;
    font-size: clamp(42px, 5vw, 70px);
    line-height: .98;
    letter-spacing: -.06em;
}

.aboutFinal h2 span {
    color: rgba(255, 255, 255, .42);
}

.aboutFinal p {
    max-width: 620px;
    margin: 0;
    color: rgba(238, 243, 255, .5);
    font-size: 13px;
    line-height: 1.7;
}

.aboutFinal__actions {
    min-width: 215px;
    display: grid;
    gap: 10px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .aboutHero__inner,
    .aboutApproach__grid,
    .aboutSupport__inner,
    .aboutLocation__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .aboutHero__profile {
        max-width: 700px;
        width: 100%;
    }

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

@media (max-width: 980px) {

    .aboutSectionHead,
    .aboutIntro__grid,
    .aboutFaq__grid,
    .aboutSocial__inner,
    .aboutFinal__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .aboutDirect__grid {
        grid-template-columns: 1fr;
    }

    .aboutFaq__intro {
        position: static;
    }
}

@media (max-width: 720px) {

    .aboutContainer {
        width: calc(100% - 28px);
    }

    .aboutHero__inner {
        min-height: 0;
        padding: 68px 0 75px;
    }

    .aboutHero h1 {
        font-size: clamp(49px, 14.5vw, 74px);
    }

    .aboutHero__lead {
        font-size: 15px;
    }

    .aboutHero__actions {
        display: grid;
    }

    .aboutButton {
        justify-content: space-between;
    }

    .aboutHero__facts {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 0;
        margin-top: 42px;
    }

    .aboutHero__facts>div {
        padding: 0 10px 14px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
    }

    .aboutHero__profile {
        min-height: 420px;
    }

    .aboutProfileCard__image {
        height: 315px;
    }

    .aboutFloat {
        min-width: 130px;
        padding: 10px 11px;
    }

    .aboutFloat--one {
        left: 0;
        top: 25px;
    }

    .aboutFloat--two {
        right: 0;
        top: 125px;
    }

    .aboutFloat--three {
        right: 15px;
        bottom: 15px;
    }

    .aboutIntro,
    .aboutWork,
    .aboutApproach,
    .aboutDirect,
    .aboutSupport,
    .aboutLocation,
    .aboutSocial,
    .aboutFaq {
        padding: 78px 0;
    }

    .aboutMobileSlider {
        width: calc(100vw - 14px);
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        padding-right: 28px;
    }

    .aboutMobileSlider::-webkit-scrollbar {
        display: none;
    }

    .aboutMobileSlider>* {
        scroll-snap-align: start;
    }

    .aboutWork__track .aboutWorkCard {
        width: calc(100vw - 52px);
        min-width: calc(100vw - 52px);
    }

    .aboutSwipeHint {
        display: flex;
    }

    .aboutWorkCard {
        min-height: 275px;
    }

    .aboutPortal__body {
        padding: 16px;
    }

    .aboutSocial__links {
        min-width: 0;
    }

    .aboutFinal {
        padding: 0 14px 70px;
    }

    .aboutFinal__inner {
        padding: 34px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .aboutReveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .aboutProfileCard,
    .aboutFloat {
        animation: none;
    }
}

/* =========================================================
   V5 — LIGHT SECTION COLOUR REFINEMENT
========================================================= */
.aboutWhite h2 span,
.aboutSoft h2 span {
    background: linear-gradient(100deg, #4769df 0%, #6d63da 48%, #8a62df 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.aboutWhite,
.aboutSoft {
    color: #081225;
}

.aboutSoft {
    background: #f8faff;
}