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

.about-visual {
    align-items: center;
    justify-content: center;
}

.about-visual__system {
    position: relative;

    width: min(42vw, 560px);
    aspect-ratio: 1;


    align-items: center;
    justify-content: center;
}


/* ========================================
   CENTRAL V
======================================== */

.about-visual__core {
    position: absolute;
    top: 50%;
    left: 50%;

    width: clamp(110px, 13vw, 170px);
    aspect-ratio: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translate(-50%, -50%);

    border: 1px solid rgba(201, 162, 39, 0.45);
    border-radius: 50%;

    background: #0B1B33;

    box-shadow:
        0 25px 60px rgba(11, 27, 51, 0.22);

    cursor: pointer;

    z-index: 5;

    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease,
        border-color 0.5s ease;
}

.about-visual__core span {
    color: #FFFFFF;

    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.08em;

    transform: translateX(-2px);

    transition:
        color 0.5s ease,
        transform 0.5s ease;
}


/* ========================================
   SURROUNDING ELEMENTS
======================================== */

.about-visual__element {
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    width: clamp(54px, 6vw, 78px);
    aspect-ratio: 1;

    border: 1px solid rgba(11, 27, 51, 0.14);
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.78);

    color: #0B1B33;

    box-shadow:
        0 15px 35px rgba(11, 27, 51, 0.10);

    backdrop-filter: blur(8px);

    cursor: pointer;

    z-index: 3;

    transition:
        transform 0.5s ease,
        border-color 0.5s ease,
        background 0.5s ease,
        color 0.5s ease,
        box-shadow 0.5s ease;
}

.about-shape {
    display: block;

    width: 22px;
    height: 22px;

    border: 2px solid currentColor;

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


/* Star */

.about-shape--star {
    width: 24px;
    height: 24px;

    border: 0;

    background: currentColor;

    clip-path: polygon(
        50% 0%,
        61% 36%,
        100% 50%,
        61% 64%,
        50% 100%,
        39% 64%,
        0% 50%,
        39% 36%
    );
}


/* Diamond */

.about-shape--diamond {
    transform: rotate(45deg);
}


/* Circle */

.about-shape--circle {
    border-radius: 50%;
}


/* Triangle */

.about-shape--triangle {
    width: 0;
    height: 0;

    border: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 22px solid currentColor;
}


/* Square */

.about-shape--square {
    border-radius: 4px;
}


/* Hexagon */

.about-shape--hexagon {
    border-radius: 5px;

    clip-path: polygon(
        25% 0%,
        75% 0%,
        100% 50%,
        75% 100%,
        25% 100%,
        0% 50%
    );
}


/* ========================================
   POSITIONS
======================================== */

.about-visual__element--one {
    top: 5%;
    left: 48%;
}

.about-visual__element--two {
    top: 23%;
    left: 8%;
}

.about-visual__element--three {
    top: 20%;
    right: 4%;
}

.about-visual__element--four {
    bottom: 20%;
    left: 6%;
}

.about-visual__element--five {
    bottom: 18%;
    right: 7%;
}

.about-visual__element--six {
    bottom: 3%;
    left: 47%;
}


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

.about-visual__element:hover {
    transform: translateY(-10px) rotate(4deg);

    border-color: #C9A227;

    background: #FFFFFF;

    color: #C9A227;

    box-shadow:
        0 20px 45px rgba(11, 27, 51, 0.16),
        0 0 25px rgba(201, 162, 39, 0.18);
}

.about-visual__element:hover span {
    transform: scale(1.12) rotate(-4deg);
}

.about-visual__core:hover {
    transform: translate(-50%, -50%) scale(1.06);

    border-color: #C9A227;

    box-shadow:
        0 30px 70px rgba(11, 27, 51, 0.28),
        0 0 35px rgba(201, 162, 39, 0.22);
}

.about-visual__core:hover span {
    color: #C9A227;

    transform: scale(1.08);
}


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

@media (max-width: 900px) {

    .about-visual__system {
        width: min(78vw, 500px);
    }

}

@media (max-width: 600px) {

    .about-visual__system {
        width: min(88vw, 400px);
    }

    .about-visual__element {
        width: 52px;
        border-radius: 15px;
    }

    .about-visual__core {
        width: 105px;
    }

}

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

.about-intro {
    width: 100%;
    min-height: 75vh;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 5rem;

    padding: 7rem clamp(1.5rem, 8vw, 8rem);

    background: #F8F5EE;

    box-sizing: border-box;
}


/* ========================================
   CONTENT
======================================== */

.about-intro__content {
    max-width: 720px;
}

.about-intro__eyebrow {
    display: inline-block;

    margin-bottom: 1.5rem;

    color: #C9A227;

    font-size: 0.85rem;
    font-weight: 800;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-intro h2 {
    margin: 0;

    max-width: 700px;

    font-size: clamp(3rem, 5.5vw, 5.5rem);

    line-height: 1.02;

    letter-spacing: -0.045em;

    font-weight: 800;

    color: #0B1B33;
}

.about-intro h2 span {
    color: #C9A227;
}

.about-intro__text {
    max-width: 620px;

    margin-top: 2.5rem;
}

.about-intro__text p {
    margin: 0;

    color: #4A4A4A;

    font-size: clamp(1rem, 1.4vw, 1.15rem);

    line-height: 1.75;
}

.about-intro__text p + p {
    margin-top: 1.25rem;
}


/* ========================================
   ACCENT
======================================== */

.about-intro__accent {
    position: relative;

    width: clamp(220px, 25vw, 340px);
    aspect-ratio: 1;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.about-intro__accent-v {
    position: relative;

    width: 68%;
    aspect-ratio: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #0B1B33;

    color: #FFFFFF;

    font-size: clamp(4rem, 7vw, 6rem);
    font-weight: 800;

    letter-spacing: -0.08em;

    box-shadow:
        0 30px 70px rgba(11, 27, 51, 0.2);

    z-index: 2;
}

.about-intro__accent-ring {
    position: absolute;

    width: 92%;
    aspect-ratio: 1;

    border: 1px solid #C9A227;

    border-radius: 50%;

    opacity: 0.55;

    transform: rotate(12deg);
}

@media (max-width: 1025px) {

    .about-intro {
        min-height: auto;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 4rem;

        padding: 6rem clamp(1.5rem, 7vw, 4rem);

        text-align: center;
    }

    .about-intro__content {
        max-width: 720px;
    }

    .about-intro__text {
        margin-left: auto;
        margin-right: auto;
    }

    .about-intro__accent {
        width: min(55vw, 300px);
    }

}

@media (max-width: 600px) {

    .about-intro {
        gap: 3rem;

        padding: 5rem 1.25rem;
    }

    .about-intro__eyebrow {
        margin-bottom: 1.25rem;

        font-size: 0.75rem;
    }

    .about-intro h2 {
        font-size: clamp(2.5rem, 11vw, 3.5rem);

        line-height: 1.05;
    }

    .about-intro__text {
        margin-top: 1.75rem;
    }

    .about-intro__text p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .about-intro__accent {
        width: min(65vw, 250px);
    }

}

.about-beliefs {
    width: 100%;
    min-height: 70vh;

    padding: 7rem clamp(1.5rem, 8vw, 8rem);

    background: #FFFDF8;

    box-sizing: border-box;
}

/* ========================================
   ABOUT BELIEFS
======================================== */

.about-beliefs {
    width: 100%;
    min-height: 70vh;

    padding: 7rem clamp(1.5rem, 8vw, 8rem);

    background: #FFFDF8;

    box-sizing: border-box;
}


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

.about-beliefs__header {
    max-width: 850px;
    margin-bottom: 4.5rem;
}

.about-beliefs__eyebrow {
    display: inline-block;

    margin-bottom: 1.5rem;

    color: #C9A227;

    font-size: 0.85rem;
    font-weight: 800;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-beliefs__header h2 {
    margin: 0;

    max-width: 850px;

    color: #0B1B33;

    font-size: clamp(2.8rem, 5vw, 5rem);

    line-height: 1.05;

    letter-spacing: -0.045em;

    font-weight: 800;
}

.about-beliefs__header h2 span {
    color: #C9A227;
}


/* ========================================
   BELIEF GRID
======================================== */

.about-beliefs__grid {
    display: grid;

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

    gap: 1px;

    border-top: 1px solid rgba(11, 27, 51, 0.12);
    border-bottom: 1px solid rgba(11, 27, 51, 0.12);
}


/* ========================================
   BELIEF CARD
======================================== */

.about-belief {
    position: relative;

    min-height: 280px;

    padding: 2.25rem 2rem;

    border-right: 1px solid rgba(11, 27, 51, 0.12);

    transition:
        transform 0.4s ease,
        background 0.4s ease,
        box-shadow 0.4s ease;
}

.about-belief:last-child {
    border-right: none;
}

.about-belief__number {
    display: block;

    margin-bottom: 4rem;

    color: #C9A227;

    font-size: 0.8rem;
    font-weight: 800;

    letter-spacing: 0.12em;
}

.about-belief h3 {
    margin: 0;

    color: #0B1B33;

    font-size: 1.55rem;

    line-height: 1.2;

    font-weight: 800;
}

.about-belief p {
    margin: 1rem 0 0;

    max-width: 280px;

    color: #555555;

    font-size: 0.95rem;

    line-height: 1.7;
}


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

.about-belief:hover {
    transform: translateY(-6px);

    background: rgba(255, 255, 255, 0.65);

    box-shadow:
        0 18px 40px rgba(11, 27, 51, 0.07);
}

.about-belief:hover .about-belief__number {
    letter-spacing: 0.18em;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 900px) {

    .about-beliefs {
        padding: 6rem clamp(1.5rem, 6vw, 4rem);
    }

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

    .about-belief:nth-child(2) {
        border-right: none;
    }

    .about-belief:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(11, 27, 51, 0.12);
    }

}


/* ========================================
   PHONE
======================================== */

@media (max-width: 600px) {

    .about-beliefs {
        min-height: auto;

        padding: 5rem 1.25rem;
    }

    .about-beliefs__header {
        margin-bottom: 3rem;
    }

    .about-beliefs__eyebrow {
        margin-bottom: 1.25rem;

        font-size: 0.75rem;
    }

    .about-beliefs__header h2 {
        font-size: clamp(2.4rem, 10vw, 3.3rem);

        line-height: 1.05;
    }

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

    .about-belief,
    .about-belief:nth-child(2) {
        min-height: auto;

        padding: 2rem 0;

        border-right: none;
        border-bottom: 1px solid rgba(11, 27, 51, 0.12);
    }

    .about-belief:last-child {
        border-bottom: none;
    }

    .about-belief__number {
        margin-bottom: 2rem;
    }

    .about-belief p {
        max-width: 100%;
    }

}

@media (max-width: 600px) {

    .about-beliefs {
        min-height: auto;

        padding: 5rem 1.25rem;
    }


    /* Header */

    .about-beliefs__header {
        margin-bottom: 3.5rem;

        text-align: left;
    }

    .about-beliefs__eyebrow {
        margin-bottom: 1.25rem;

        font-size: 0.75rem;
        letter-spacing: 0.14em;
    }

    .about-beliefs__header h2 {
        font-size: clamp(2.45rem, 10.5vw, 3.4rem);

        line-height: 1.04;
        letter-spacing: -0.04em;
    }


    /* Grid */

    .about-beliefs__grid {
        display: grid;

        grid-template-columns: 1fr;

        gap: 0;

        border-top: 1px solid rgba(11, 27, 51, 0.12);
        border-bottom: none;
    }


    /* Individual beliefs */

    .about-belief,
    .about-belief:nth-child(2) {
        min-height: auto;

        padding: 2.25rem 0;

        border-right: none;
        border-bottom: 1px solid rgba(11, 27, 51, 0.12);
    }

    .about-belief:last-child {
        border-bottom: none;
    }


    /* Number */

    .about-belief__number {
        margin-bottom: 1.5rem;

        font-size: 0.75rem;
        letter-spacing: 0.14em;
    }


    /* Heading */

    .about-belief h3 {
        font-size: 1.4rem;
    }


    /* Text */

    .about-belief p {
        max-width: 100%;

        margin-top: 0.8rem;

        font-size: 0.95rem;
        line-height: 1.65;
    }


    /* Disable desktop-style lift on touch devices */

    .about-belief:hover {
        transform: none;

        background: transparent;

        box-shadow: none;
    }

}

/* ========================================
   ABOUT PROCESS
======================================== */

.about-process {
    width: 100%;
    min-height: 80vh;

    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(500px, 1.2fr);

    gap: clamp(4rem, 9vw, 10rem);

    padding: 8rem clamp(1.5rem, 8vw, 8rem);

    background: #F8F5EE;

    box-sizing: border-box;
}


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

.about-process__intro {
    align-self: start;

    position: sticky;
    top: 7rem;

    max-width: 550px;
}

.about-process__eyebrow {
    display: inline-block;

    margin-bottom: 1.5rem;

    color: #C9A227;

    font-size: 0.85rem;
    font-weight: 800;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-process__intro h2 {
    margin: 0;

    color: #0B1B33;

    font-size: clamp(3rem, 5vw, 5rem);

    line-height: 1.03;

    letter-spacing: -0.045em;

    font-weight: 800;
}

.about-process__intro h2 span {
    color: #C9A227;
}

.about-process__intro > p {
    max-width: 480px;

    margin: 2rem 0 0;

    color: #4A4A4A;

    font-size: 1.05rem;

    line-height: 1.75;
}


/* ========================================
   STEPS
======================================== */

.about-process__steps {
    width: 100%;
}

.about-process__step {
    display: grid;

    grid-template-columns: 80px 1fr;

    gap: 2rem;

    padding: 2.5rem 0;

    border-top: 1px solid rgba(11, 27, 51, 0.14);

    transition:
        padding 0.4s ease,
        border-color 0.4s ease;
}

.about-process__step:last-child {
    border-bottom: 1px solid rgba(11, 27, 51, 0.14);
}


/* ========================================
   NUMBERS
======================================== */

.about-process__number {
    color: #C9A227;

    font-size: 0.8rem;
    font-weight: 800;

    letter-spacing: 0.12em;

    padding-top: 0.35rem;
}


/* ========================================
   STEP CONTENT
======================================== */

.about-process__step-content h3 {
    margin: 0;

    color: #0B1B33;

    font-size: clamp(1.7rem, 2.5vw, 2.3rem);

    line-height: 1.15;

    font-weight: 800;

    transition:
        transform 0.4s ease,
        color 0.4s ease;
}

.about-process__step-content p {
    max-width: 600px;

    margin: 1rem 0 0;

    color: #555555;

    font-size: 1rem;

    line-height: 1.7;
}


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

.about-process__step:hover {
    padding-left: 0.75rem;

    border-color: rgba(201, 162, 39, 0.45);
}

.about-process__step:hover .about-process__step-content h3 {
    color: #C9A227;

    transform: translateX(4px);
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 900px) {

    .about-process {
        display: block;

        min-height: auto;

        padding: 6rem clamp(1.5rem, 6vw, 4rem);
    }

    .about-process__intro {
        position: static;

        max-width: 750px;

        margin-bottom: 4rem;
    }

    .about-process__intro > p {
        max-width: 650px;
    }

}


/* ========================================
   PHONE
======================================== */

@media (max-width: 600px) {

    .about-process {
        padding: 5rem 1.25rem;
    }

    .about-process__intro {
        margin-bottom: 3rem;
    }

    .about-process__eyebrow {
        margin-bottom: 1.25rem;

        font-size: 0.75rem;
    }

    .about-process__intro h2 {
        font-size: clamp(2.45rem, 10.5vw, 3.4rem);

        line-height: 1.05;
    }

    .about-process__intro > p {
        margin-top: 1.5rem;

        font-size: 0.95rem;

        line-height: 1.6;
    }

    .about-process__step {
        grid-template-columns: 45px 1fr;

        gap: 1rem;

        padding: 2rem 0;
    }

    .about-process__number {
        padding-top: 0.2rem;

        font-size: 0.7rem;
    }

    .about-process__step-content h3 {
        font-size: 1.5rem;
    }

    .about-process__step-content p {
        margin-top: 0.75rem;

        font-size: 0.92rem;

        line-height: 1.6;
    }

    .about-process__step:hover {
        padding-left: 0;
    }

    .about-process__step:hover .about-process__step-content h3 {
        transform: none;
    }

}

/* ========================================
   ABOUT PROCESS — MOBILE
======================================== */

@media (max-width: 600px) {

    .about-process {
        width: 100%;
        min-height: auto;

        display: block;

        padding: 5rem 1.25rem;
    }


    /* Intro */

    .about-process__intro {
        position: static;

        width: 100%;
        max-width: 100%;

        margin: 0 0 3.5rem;
    }

    .about-process__eyebrow {
        margin-bottom: 1.25rem;

        font-size: 0.75rem;
        letter-spacing: 0.14em;
    }

    .about-process__intro h2 {
        font-size: clamp(2.45rem, 10.5vw, 3.4rem);

        line-height: 1.04;
        letter-spacing: -0.04em;
    }

    .about-process__intro > p {
        max-width: 100%;

        margin-top: 1.5rem;

        font-size: 0.95rem;
        line-height: 1.65;
    }


    /* Steps */

    .about-process__steps {
        width: 100%;
    }

    .about-process__step {
        display: grid;

        grid-template-columns: 42px minmax(0, 1fr);

        gap: 1rem;

        width: 100%;

        padding: 2rem 0;

        box-sizing: border-box;
    }


    /* Numbers */

    .about-process__number {
        padding-top: 0.2rem;

        font-size: 0.7rem;

        letter-spacing: 0.12em;
    }


    /* Content */

    .about-process__step-content {
        min-width: 0;
    }

    .about-process__step-content h3 {
        font-size: 1.5rem;

        line-height: 1.2;
    }

    .about-process__step-content p {
        max-width: 100%;

        margin-top: 0.75rem;

        font-size: 0.92rem;

        line-height: 1.65;
    }


    /* Touch devices */

    .about-process__step:hover {
        padding-left: 0;

        border-color: rgba(11, 27, 51, 0.14);
    }

    .about-process__step:hover .about-process__step-content h3 {
        color: #0B1B33;

        transform: none;
    }

}

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

.about-cta {
    width: 100%;
    min-height: 60vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 7rem clamp(1.5rem, 8vw, 8rem);

    background: #0B1B33;

    box-sizing: border-box;

    text-align: center;
}


/* ========================================
   CONTENT
======================================== */

.about-cta__content {
    width: 100%;
    max-width: 850px;
}

.about-cta__eyebrow {
    display: inline-block;

    margin-bottom: 1.5rem;

    color: #C9A227;

    font-size: 0.85rem;
    font-weight: 800;

    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-cta h2 {
    margin: 0;

    color: #FFFFFF;

    font-size: clamp(3.2rem, 6vw, 6rem);

    line-height: 1;

    letter-spacing: -0.05em;

    font-weight: 800;
}

.about-cta h2 span {
    color: #C9A227;
}

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

    margin: 2rem auto 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: clamp(1rem, 1.5vw, 1.15rem);

    line-height: 1.7;
}


/* ========================================
   BUTTON
======================================== */

.about-cta__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 0.8rem;

    margin-top: 2.5rem;

    padding: 1rem 2rem;

    border: 2px solid #C9A227;
    border-radius: 14px;

    background: #C9A227;

    color: #0B1B33;

    font-size: 1rem;
    font-weight: 800;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
}

.about-cta__button span {
    font-size: 1.2rem;

    transition: transform 0.3s ease;
}

.about-cta__button:hover {
    transform: translateY(-4px);

    background: transparent;

    color: #FFFFFF;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.2);
}

.about-cta__button:hover span {
    transform: translateX(4px);
}


/* ========================================
   PHONE
======================================== */

@media (max-width: 600px) {

    .about-cta {
        min-height: auto;

        padding: 5.5rem 1.25rem;
    }

    .about-cta__eyebrow {
        margin-bottom: 1.25rem;

        font-size: 0.75rem;
    }

    .about-cta h2 {
        font-size: clamp(2.7rem, 11vw, 3.7rem);

        line-height: 1.03;
    }

    .about-cta p {
        margin-top: 1.5rem;

        font-size: 0.95rem;

        line-height: 1.6;
    }

    .about-cta__button {
        margin-top: 2rem;

        padding: 0.95rem 1.7rem;
    }

}