/* ==========================================================
   3 SEAS CAPITAL PARTNERS
   MANAGEMENT TEAM PAGE
   File: css/team-page.css

   Only custom classes beginning with "team-" are used here so
   the stylesheet does not interfere with the rest of the site.
========================================================== */


/* ----------------------------------------------------------
   PAGE
---------------------------------------------------------- */

.team-page-body {
    overflow-x: hidden;
}


/* ----------------------------------------------------------
   HERO
---------------------------------------------------------- */

.team-hero {
    position: relative;
    display: flex;
    align-items: flex-end;

    min-height: 100vh;
    padding: 150px 0 90px;

    background: #071f45;
    color: #ffffff;

    overflow: hidden;
}

.team-hero-container {
    position: relative;
    z-index: 2;
}

.team-hero-content {
    width: 100%;
}

.team-hero-eyebrow {
    margin-bottom: 42px;
text-transform: uppercase;
    font-size: .9rem;
    line-height: 1.3;
    font-weight: 100;

    letter-spacing: .02em;
    color: rgba(255, 255, 255, .55);
}

.team-hero-eyebrow span {
    display: inline-block;
    margin: 0 7px;

    color: rgba(255, 255, 255, .32);
}

.team-hero-title {
    max-width: 1050px;
letter-spacing: -6px;
    font-size: 8rem; 
	line-height: .82;

    font-weight: 300;
 

    color: #ffffff;
}

.team-hero-title span {
 
    color: #bd7b4f;
	font-style: italic;
	font-family: Georgia,serif;
	letter-spacing: -4px;
	
}

.team-hero-text {
    max-width: 610px;
  margin: 50px 0 0;
    padding: 0;
	letter-spacing: 0.2px;

    font-size: 1.1rem;
    line-height: 1.55;
    font-weight: 100 !important;

    color: rgba(255, 255, 255, .44);
}


/* ----------------------------------------------------------
   TEAM SECTION
---------------------------------------------------------- */

.team-list-section {
    padding: 0px 0 150px;
    background: #f1f1ed;
}
.team-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 0;
}

/* ----------------------------------------------------------
   MEMBER CARD
---------------------------------------------------------- */

.team-member {
    min-width: 0;
}




.vh100{
	height: 100vh;
}

.bgblu{
	background-color: #071723!important;
}

.bigger{
 font-size: 9rem!important;
	letter-spacing: -.1px;
margin-top: 15rem !important;
	line-height: 3rem;
 
}

.bigger span{
color: #f59453;
	font-style: italic;
	margin-left: 11rem;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin-top: 400px;
}



.team-member-trigger {
    display: block;

    width: 100%;

    color: inherit;
    text-decoration: none;
}

.team-member-trigger:hover,
.team-member-trigger:focus {
    color: inherit;
    text-decoration: none;
}


/* image */

.team-member-image {
    position: relative;

    width: 100%;
    aspect-ratio: 4 / 5;

    overflow: hidden;
    background: #deded8;
}

.team-member-image::after {
    content: "";

    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 70%,
            rgba(0, 0, 0, .07) 100%
        );

    opacity: 0;
    transition: opacity .45s ease;
}

.team-member-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center top;

    filter: grayscale(100%);

    transform: scale(1.001);
    transition:
        transform .85s cubic-bezier(.2, .65, .25, 1),
        filter .65s ease;
}


/* info line */

.team-member-info {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: start;

    gap: 18px;

 padding:30px

 
}

.team-member-number {
    padding-top: 5px;

    font-size: 11px;
    line-height: 1;

    letter-spacing: .08em;

    color: rgba(16, 26, 40, .48);
}

.team-member-name {
    min-width: 0;
}

.team-member-name h2 {
    margin: 0 0 6px;
    padding: 0;

    font-size: clamp(20px, 1.55vw, 25px);
    line-height: 1.1;

    font-weight: 400;
    letter-spacing: -.025em;

    color: #101a28;
}

.team-member-name p {
    margin: 0;
    padding: 0;

    font-size: 12px;
    line-height: 1.4;

    color: rgba(16, 26, 40, .52);
}


/* View profile */

.team-member-view {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 7px;

    margin-top: 4px;
    padding-bottom: 5px;

    white-space: nowrap;

    font-size: 11px;
    line-height: 1;

    text-transform: uppercase;
    letter-spacing: .09em;

    color: rgba(16, 26, 40, .72);
}

.team-member-view::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background: currentColor;

    transform: scaleX(1);
    transform-origin: left center;

    transition: transform .35s ease;
}

.team-member-arrow {
    display: inline-block;

    font-size: 13px;
    line-height: 1;

    transition: transform .35s ease;
}


/* card hover */

.team-member-trigger:hover .team-member-image img {
    transform: scale(1.035);
    filter: grayscale(0%);
}

.team-member-trigger:hover .team-member-image::after {
    opacity: 1;
}

.team-member-trigger:hover .team-member-view::after {
    transform: scaleX(.25);
}

.team-member-trigger:hover .team-member-arrow {
    transform: translate(3px, -3px);
}


/* keyboard focus */

.team-member-trigger:focus-visible {
    outline: 1px solid #101a28;
    outline-offset: 8px;
}


/* ----------------------------------------------------------
   BOTTOM STATEMENT
---------------------------------------------------------- */

.team-statement {
    display: grid;

    grid-template-columns: minmax(120px, 1fr) minmax(0, 3fr);
    gap: clamp(30px, 6vw, 110px);

    margin-top: 150px;
    padding-top: 28px;

    border-top: 1px solid rgba(16, 26, 40, .25);
}

.team-statement-label {
    padding-top: 7px;

    font-size: 11px;
    line-height: 1.3;

    text-transform: uppercase;
    letter-spacing: .1em;

    color: rgba(16, 26, 40, .5);
}

.team-statement-text {
    max-width: 850px;

    margin: 0;

    font-size: clamp(35px, 4.2vw, 66px);
    line-height: 1.02;

    font-weight: 300;
    letter-spacing: -.045em;

    color: #101a28;
}

.team-statement-text span {
    color: rgba(16, 26, 40, .28);
}


/* ----------------------------------------------------------
   MODAL VISUAL TUNING

   modal.css remains responsible for opening / closing layout.
   These rules only make the modal fit the new team design.
---------------------------------------------------------- */

.team-page-body .modal-box {
    border-radius: 0;
}

.team-page-body .modal-image {
    width: 100%;
    height: auto;
   

    filter: grayscale(100%);
}

.team-page-body .modal-box h3 {
    font-weight: 400;
    letter-spacing: -.02em;
}

.team-page-body .modal-box h4 {
    font-size: 14px;
    font-weight: 400;
    opacity: .55;
}

.team-page-body .modal-box p,
.team-page-body .modal-box li {
    line-height: 1.75;
}


/* ----------------------------------------------------------
   LARGE DESKTOP
---------------------------------------------------------- */

@media (min-width: 1400px) {

    .team-hero {
        padding-bottom: 105px;
    }

    .team-list-section {
        padding-top: 0;
    }

}


/* ----------------------------------------------------------
   TABLET
---------------------------------------------------------- */

@media (max-width: 991px) {

    .team-hero {
        min-height: 780px;
        padding: 135px 0 75px;
    }

    .team-hero-eyebrow {
        margin-bottom: 32px;
    }

    .team-hero-title {
        font-size: 5rem
    }

    .team-hero-text {
        max-width: 550px;
        margin-top: 45px;
    }

    .team-list-section {
        padding: 90px 0 110px;
    }

    .team-list {
        column-gap: 24px;
        row-gap: 70px;
    }

    .team-member-info {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .team-member-view {
        grid-column: 2;

        width: fit-content;
        margin-top: 10px;
    }

    .team-statement {
        margin-top: 110px;
    }

}


/* ----------------------------------------------------------
   MOBILE
---------------------------------------------------------- */

@media (max-width: 767px) {

    .team-hero {
        min-height: 100svh;
        padding: 120px 0 60px;
    }

    .team-hero-eyebrow {
        margin-bottom: 30px;

        font-size: 14px;
    }

    .team-hero-title {
        font-size: clamp(62px, 20vw, 90px);
        line-height: .86;
        letter-spacing: -.06em;
    }

    .team-hero-text {
        margin-top: 38px;

        max-width: 94%;

        font-size: 16px;
        line-height: 1.55;
    }

    .team-list-section {
        padding: 65px 0 85px;
    }

    .team-list {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .team-member-image {
        aspect-ratio: 4 / 5;
    }

    .team-member-info {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;

        margin-top: 14px;
        padding-top: 14px;
    }

    .team-member-number {
        padding-top: 4px;
    }

    .team-member-name h2 {
        font-size: 22px;
    }

    .team-member-view {
        grid-column: 2;

        margin-top: 11px;
    }

    .team-statement {
        grid-template-columns: 1fr;
        gap: 24px;

        margin-top: 90px;
        padding-top: 20px;
    }

    .team-statement-text {
        font-size: clamp(36px, 11vw, 52px);
        line-height: 1.02;
    }

}


/* ----------------------------------------------------------
   SMALL MOBILE
---------------------------------------------------------- */

@media (max-width: 420px) {

    .team-hero-title {
        font-size: 58px;
    }

    .team-member-name h2 {
        font-size: 20px;
    }

    .team-statement-text {
        font-size: 34px;
    }

}


/* ----------------------------------------------------------
   REDUCED MOTION
---------------------------------------------------------- */

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

    .team-member-image img,
    .team-member-image::after,
    .team-member-view::after,
    .team-member-arrow {
        transition: none;
    }

}
