/* =========================================================
   ABOUT PAGE
========================================================= */

.about-hero {
    min-height: 620px;

    display: flex;
    align-items: center;

    position: relative;

    background:
        linear-gradient(
            90deg,
            rgba(5,5,5,.92),
            rgba(5,5,5,.55),
            rgba(5,5,5,.8)
        ),
        url("../images/about-hero.jpg")
        center / cover no-repeat;
}


.about-hero-content {
    width: min(1200px, 90%);
    margin: auto;

    padding-top: 70px;
}


.about-eyebrow {
    display: block;

    margin-bottom: 18px;

    color: var(--gold);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 4px;
}


.about-hero h1 {
    max-width: 800px;

    margin: 0;

    font-family: var(--font-heading);

    font-size: clamp(48px, 6vw, 82px);

    font-weight: 600;

    line-height: 0.9;

    letter-spacing: -3px;
    text-transform: uppercase;
}


.about-hero h1 em,
.about-heading h2 em,
.about-approach-content h2 em,
.about-cta h2 em {
    color: var(--gold);

    font-style: normal;
}


.about-hero p {
    max-width: 560px;

    margin-top: 30px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;
}



/* =========================================================
   CONTAINER
========================================================= */

.about-container {
    width: min(1200px, 90%);

    margin: auto;
}



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

.about-intro {
    padding: 120px 0;
}


.about-intro .about-container {
    display: grid;

    grid-template-columns: 220px 1fr;

    gap: 70px;
}


.about-label {
    display: flex;

    align-items: center;

    gap: 12px;

    color: #777;

    font-size: 8px;

    letter-spacing: 2px;
}


.about-label span {
    color: var(--gold);
}


.about-label i {
    width: 35px;

    height: 1px;

    background: var(--border-light);
}


.about-intro-content {
    max-width: 780px;
}


.about-intro-content h2 {
    margin: 0 0 30px;

    font-family: var(--font-heading);

    font-size: clamp(42px, 5vw, 82px);

    font-weight: 600;

    line-height: 1;
    text-transform: uppercase;
}


.about-intro-content h2 span {
    color: var(--gold);
}


.about-intro-content p {
    color: var(--muted);

    font-size: 13px;

    line-height: 1.9;
}



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

.about-approach {
    padding: 100px 0;

    background: #0d0d0d;
}


.about-approach-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 80px;

    align-items: center;
}


/* =========================================================
   ABOUT APPROACH IMAGE
========================================================= */

.about-approach-image {
    position: relative;

    overflow: hidden;

    width: 100%;

    /* Initial animation state */
    opacity: 0;

    transform: translateY(35px) scale(0.98);

    transition:
        opacity 0.9s cubic-bezier(.22, .61, .36, 1),
        transform 1s cubic-bezier(.22, .61, .36, 1);

    background: var(--black-soft);
}


/* =========================================================
   REVEAL ANIMATION
========================================================= */

.about-approach-image.is-visible {
    opacity: 1;

    transform: translateY(0) scale(1);
}


/* =========================================================
   IMAGE
========================================================= */

.about-approach-image img {
    display: block;

    width: 100%;

    aspect-ratio: 4 / 5;

    object-fit: cover;

    transform: scale(1.06);

    transition:
        transform 1.2s cubic-bezier(.22, .61, .36, 1),
        filter 0.8s ease;
}


/* =========================================================
   IMAGE LOADED / REVEALED
========================================================= */

.about-approach-image.is-visible img {
    transform: scale(1);
}


/* =========================================================
   HOVER
========================================================= */

.about-approach-image:hover img {
    transform: scale(1.045);
}


/* =========================================================
   GOLD FRAME
========================================================= */

.about-approach-image::after {
    content: "";

    position: absolute;

    inset: 14px;

    border: 1px solid rgba(215, 168, 79, 0.35);

    pointer-events: none;

    opacity: 0;

    transform: scale(0.96);

    transition:
        opacity 0.6s ease,
        transform 0.8s cubic-bezier(.22, .61, .36, 1);
}


.about-approach-image.is-visible::after {
    opacity: 1;

    transform: scale(1);
}


/* =========================================================
   HOVER GOLD FRAME
========================================================= */

.about-approach-image:hover::after {
    border-color: rgba(215, 168, 79, 0.75);

    inset: 10px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .about-approach-image {
        transform: translateY(25px) scale(0.985);
    }

    .about-approach-image img {
        aspect-ratio: 4 / 5;
    }

    .about-approach-image::after {
        inset: 10px;
    }

}


.about-approach-content h2 {
    margin: 0 0 30px;

    font-family: var(--font-heading);

    font-size: clamp(40px, 5vw, 62px);

    font-weight: 400;

    line-height: 1.05;
}


.about-approach-content p {
    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;
}


.about-values {
    display: flex;

    gap: 40px;

    margin-top: 40px;

    padding-top: 25px;

    border-top: 1px solid var(--border);
}


.about-values div {
    display: flex;

    flex-direction: column;

    gap: 8px;
}


.about-values strong {
    color: var(--gold);

    font-size: 9px;

    letter-spacing: 2px;
}


.about-values span {
    font-size: 12px;

    color: #ddd;
}



/* =========================================================
   WHY
========================================================= */

.about-why {
    padding: 120px 0;
}


.about-heading {
    margin-bottom: 60px;
}


.about-heading h2 {
    margin: 0;

    font-family: var(--font-heading);

    font-size: clamp(40px, 5vw, 68px);

    font-weight: 400;

    line-height: 1;
}


.about-features {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 1px;

    background: var(--border);
}


.about-feature {
    min-height: 230px;

    padding: 35px;

    background: #090909;
}


.about-feature > span {
    color: var(--gold);

    font-size: 9px;

    letter-spacing: 3px;
}


.about-feature h3 {
    margin: 45px 0 15px;

    font-family: var(--font-heading);

    font-size: 24px;

    font-weight: 400;
}


.about-feature p {
    margin: 0;

    color: #777;

    font-size: 12px;

    line-height: 1.8;
}



/* =========================================================
   MISSION
========================================================= */

.about-mission {
    padding: 120px 0;

    background: #0d0d0d;
}


.about-mission-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid var(--border);
}


.about-mission-card {
    padding: 40px 35px;

    border-right: 1px solid var(--border);
}


.about-mission-card:last-child {
    border-right: 0;
}


.about-mission-card > span {
    color: var(--gold);

    font-size: 9px;

    letter-spacing: 3px;
}


.about-mission-card h3 {
    margin: 40px 0 18px;

    font-family: var(--font-heading);

    font-size: 28px;

    font-weight: 400;
}


.about-mission-card p {
    margin: 0;

    color: #777;

    font-size: 13px;

    line-height: 1.8;
}



/* =========================================================
   CTA
========================================================= */

.about-cta {
    padding: 130px 20px;

    text-align: center;

    background:
        linear-gradient(
            rgba(0,0,0,.75),
            rgba(0,0,0,.9)
        ),
        url("../images/about-cta.jpg")
        center / cover;
}


.about-cta h2 {
    margin: 0;

    font-family: var(--font-heading);

    font-size: clamp(42px, 6vw, 72px);

    font-weight: 400;

    line-height: 1;
}


.about-cta p {
    margin: 25px 0 35px;

    color: #888;
}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .about-hero {
        min-height: 600px;
    }


    .about-hero-content {
        width: calc(100% - 36px);
    }


    .about-hero h1 {
        font-size: 45px;

        letter-spacing: -2px;
    }


    .about-hero p {
        font-size: 12px;
    }


    .about-intro {
        padding: 80px 0;
    }


    .about-intro .about-container {
        display: block;
    }


    .about-label {
        margin-bottom: 35px;
    }


    .about-intro-content h2 {
        font-size: 40px;
    }


    .about-approach {
        padding: 70px 0;
    }


    .about-approach-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }


    .about-approach-content h2 {
        font-size: 40px;
    }


    .about-values {
        gap: 25px;
    }


    .about-why,
    .about-mission {
        padding: 80px 0;
    }


    .about-features {
        grid-template-columns: 1fr;
    }


    .about-feature {
        min-height: auto;
    }


    .about-mission-grid {
        grid-template-columns: 1fr;
    }


    .about-mission-card {
        border-right: 0;

        border-bottom: 1px solid var(--border);

        padding: 35px 10px;
    }


    .about-mission-card:last-child {
        border-bottom: 0;
    }


    .about-cta {
        padding: 100px 20px;
    }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .about-container {
        width: calc(100% - 30px);
    }


    .about-hero h1 {
        font-size: 38px;
    }


    .about-intro-content h2,
    .about-approach-content h2 {
        font-size: 35px;
    }


    .about-heading h2 {
        font-size: 37px;
    }


    .about-cta h2 {
        font-size: 38px;
    }

}







/* =========================================================
   OUR PROCESS
========================================================= */

.process-section {
    position: relative;

    padding: 120px 6vw;

    background: #111;

    color: #fff;

    overflow: hidden;
}


.process-container {
    width: min(1400px, 100%);

    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.process-header {
    margin-bottom: 70px;
}


.process-eyebrow {
    margin-bottom: 22px;

    color: var(--gold);

    font-family: var(--font-main);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 4px;

    text-transform: uppercase;
}


.process-heading h2 {
    margin: 0;

    max-width: 650px;

    font-family: var(--font-heading);

    font-size: clamp(42px, 6vw, 72px);

    font-weight: 400;

    line-height: .92;

    letter-spacing: -4px;
}


.process-heading h2 span {
    color: var(--gold);
}


.process-heading p {
    max-width: 420px;

    margin-top: 28px;

    color: #aaa;

    font-family: var(--font-main);

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   CAROUSEL
========================================================= */

.process-carousel {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 145px;

    min-height: 430px;

    border: 1px solid rgba(255,255,255,.12);

    background: #111;
}


/* =========================================================
   MAIN
========================================================= */

.process-main {
    position: relative;

    min-width: 0;

    padding: 45px;
}


/* =========================================================
   COUNTER
========================================================= */

.process-counter {
    position: absolute;

    top: 42px;

    right: 50px;

    display: flex;

    align-items: center;

    gap: 12px;

    color: #777;

    font-size: 9px;

    letter-spacing: 2px;
}


.process-counter span:first-child {
    color: var(--gold);
}


.process-counter i {
    display: block;

    width: 32px;

    height: 1px;

    background: rgba(255,255,255,.25);
}


/* =========================================================
   SLIDES
========================================================= */

.process-slides {
    position: relative;

    min-height: 300px;
}


.process-slide {
    position: absolute;

    inset: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    opacity: 0;

    visibility: hidden;

    transform: translateX(30px);

    transition:
        opacity .55s ease,
        transform .65s cubic-bezier(.22,.61,.36,1),
        visibility .55s ease;
}


.process-slide.active {
    opacity: 1;

    visibility: visible;

    transform: translateX(0);
}


/* =========================================================
   BIG NUMBER
========================================================= */

.process-big-number {
    position: absolute;

    top: 20px;

    left: 0;

    color: rgba(255,255,255,.035);

    font-family: var(--font-heading);

    font-size: clamp(150px, 20vw, 280px);

    font-weight: 400;

    line-height: 1;

    pointer-events: none;
}


/* =========================================================
   LABEL
========================================================= */

.process-label {
    position: relative;

    margin-bottom: 18px;

    color: var(--gold);

    font-family: var(--font-main);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 4px;

    text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

.process-slide h3 {
    position: relative;

    margin: 0;

    max-width: 650px;

    color: #fff;

    font-family: var(--font-heading);

    font-size: clamp(40px, 5vw, 72px);

    font-weight: 400;

    line-height: 1;

    letter-spacing: -2px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.process-slide p {
    position: relative;

    max-width: 480px;

    margin: 24px 0 0;

    color: #999;

    font-family: var(--font-main);

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.process-side {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-left: 1px solid rgba(255,255,255,.12);

    background: #121212;
}


.process-side-number {
    color: var(--gold);

    font-family: var(--font-heading);

    font-size: 50px;

    font-weight: 300;
}


.process-side-line {
    width: 1px;

    height: 50px;

    margin: 22px 0;

    background: var(--gold);
}


.process-side span {
    color: #666;

    font-family: var(--font-main);

    font-size: 7px;

    font-weight: 700;

    letter-spacing: 3px;

    line-height: 2;

    text-align: center;
}


/* =========================================================
   NAVIGATION
========================================================= */

.process-navigation {
    position: absolute;

    right: 40px;

    bottom: 30px;

    display: flex;

    align-items: center;

    gap: 12px;
}


.process-nav {
    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255,255,255,.18);

    background: transparent;

    color: #fff;

    font-size: 16px;

    cursor: pointer;

    transition:
        background .3s ease,
        border-color .3s ease,
        color .3s ease,
        transform .3s ease;
}


.process-nav:hover {
    background: var(--gold);

    border-color: var(--gold);

    color: #111;
}


.process-prev:hover {
    transform: translateX(-3px);
}


.process-next:hover {
    transform: translateX(3px);
}


/* =========================================================
   PROGRESS
========================================================= */

.process-progress {
    width: 80px;

    height: 1px;

    background: rgba(255,255,255,.18);

    overflow: hidden;
}


.process-progress span {
    display: block;

    width: 0;

    height: 100%;

    background: var(--gold);

    transition: width .5s ease;
}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .process-section {
        padding: 80px 20px;
    }


    .process-header {
        margin-bottom: 45px;
    }


    .process-heading h2 {
        font-size: clamp(46px, 15vw, 70px);

        letter-spacing: -3px;
    }


    .process-heading p {
        font-size: 11px;

        line-height: 1.7;
    }


    .process-carousel {
        display: block;

        min-height: 480px;
    }


    .process-main {
        min-height: 480px;

        padding: 35px 25px;
    }


    .process-counter {
        top: 25px;

        right: 25px;
    }


    .process-slides {
        min-height: 340px;
    }


    .process-slide {
        justify-content: center;

        padding-top: 30px;
    }


    .process-big-number {
        top: 55px;

        font-size: 150px;
    }


    .process-label {
        font-size: 8px;

        letter-spacing: 3px;
    }


    .process-slide h3 {
        font-size: 43px;

        line-height: .95;

        letter-spacing: -2px;
    }


    .process-slide p {
        max-width: 90%;

        font-size: 11px;

        line-height: 1.7;
    }


    .process-side {
        display: none;
    }


    .process-navigation {
        right: 25px;

        bottom: 25px;
    }


    .process-nav {
        width: 42px;

        height: 42px;
    }


    .process-progress {
        width: 55px;
    }

}




/* =========================================================
   PROCESS COUNTER
========================================================= */

.process-counter-number-wrap {

    position: relative;

    width: 32px;
    height: 22px;

    overflow: hidden;

    display: flex;
    align-items: center;
}


/* =========================================================
   COUNTER NUMBER
========================================================= */

.process-counter-number {

    display: block;

    color: var(--gold);

    font-family: var(--font-main);

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 3px;

    transform: translateY(0);

    opacity: 1;
}


/* =========================================================
   UPWARD ANIMATION
========================================================= */

.process-counter-number.counter-up {

    animation:
        processCounterUp
        0.45s
        cubic-bezier(.22, .61, .36, 1);
}


@keyframes processCounterUp {

    0% {

        transform:
            translateY(100%);

        opacity: 0;

    }

    45% {

        transform:
            translateY(-10%);

        opacity: 1;

    }

    100% {

        transform:
            translateY(0);

        opacity: 1;

    }

}


/* =========================================================
   PROCESS SIDE NUMBER
========================================================= */

.process-side-number {

    display: block;

    overflow: hidden;

    color: var(--gold);



    font-weight: 300;

    line-height: 1;

    transform: translateY(0);

    opacity: 1;
}


/* =========================================================
   UPWARD NUMBER ANIMATION
========================================================= */

.process-side-number.counter-up {

    animation:
        processSideNumberUp
        0.55s
        cubic-bezier(.22, .61, .36, 1);
}


@keyframes processSideNumberUp {

    0% {

        transform:
            translateY(100%);

        opacity: 0;

    }

    35% {

        transform:
            translateY(-8%);

        opacity: 1;

    }

    100% {

        transform:
            translateY(0);

        opacity: 1;

    }

}