/* =====================================================
   FONT SYSTEM
   ===================================================== */

/*
   Filled typography:
   Bricolage Grotesque

   Outline typography:
   Arial
*/

.zhova-foundation-section {

    --zhova-gold: #c9a45c;

    --zhova-white: #f5f5f2;

    --zhova-muted: rgba(255,255,255,.62);

    --zhova-dim: rgba(255,255,255,.48);

    width: 100%;

    position: relative;

    overflow: hidden;

    background: #111111;

    color: var(--zhova-white);

    padding: 150px 0 160px;

    font-family:
        "Bricolage Grotesque",
        sans-serif;
}


/* =====================================================
   MAIN CONTAINER
   ===================================================== */

.zhova-foundation-inner {

    width: min(1360px, calc(100% - 80px));

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(480px, .95fr)
        minmax(0, 1.05fr);

    gap: 110px;

    align-items: center;
}


/* =====================================================
   VISUAL
   ===================================================== */

.zhova-foundation-visual {

    position: relative;

    width: 100%;

    aspect-ratio: 1 / 1;

    min-height: 590px;

    display: flex;

    align-items: center;

    justify-content: center;

    isolation: isolate;
}


/* =====================================================
   GRID
   ===================================================== */

.zhova-foundation-grid {

    position: absolute;

    inset: 3%;

    background-image:

        linear-gradient(
            rgba(255,255,255,.055) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,.055) 1px,
            transparent 1px
        );

    background-size: 52px 52px;

    opacity: .72;

    mask-image:
        radial-gradient(
            circle,
            black 0%,
            rgba(0,0,0,.7) 48%,
            transparent 77%
        );

    -webkit-mask-image:
        radial-gradient(
            circle,
            black 0%,
            rgba(0,0,0,.7) 48%,
            transparent 77%
        );
}


/* =====================================================
   ARCHITECTURAL FRAMES
   ===================================================== */

.zhova-foundation-frame {

    position: absolute;

    border: 1px solid rgba(255,255,255,.09);

    pointer-events: none;
}

.frame-one {

    width: 73%;

    height: 73%;

    transform: rotate(45deg);

    animation:
        foundationFrameOne 18s linear infinite;
}

.frame-two {

    width: 57%;

    height: 57%;

    transform: rotate(45deg);

    border-color:
        rgba(201,164,92,.15);

    animation:
        foundationFrameTwo 24s linear infinite reverse;
}


/* =====================================================
   CENTRAL FOUNDATION
   ===================================================== */

.zhova-foundation-core {

    position: relative;

    width: 215px;

    height: 215px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 5;

    background:

        radial-gradient(
            circle at center,
            rgba(201,164,92,.22),
            rgba(201,164,92,.075) 43%,
            transparent 72%
        );

    box-shadow:

        0 0 50px rgba(201,164,92,.10),

        0 0 110px rgba(201,164,92,.04);
}


/* rotating gold ring */

.zhova-foundation-core-ring {

    position: absolute;

    inset: 15px;

    border-radius: 50%;

    border:

        1px solid
        rgba(201,164,92,.32);

    border-top-color: transparent;

    border-right-color:
        rgba(201,164,92,.85);

    box-shadow:
        0 0 16px
        rgba(201,164,92,.08);

    animation:
        foundationCoreSpin
        10s linear infinite;
}


/* secondary ring */

.zhova-foundation-core::before {

    content: "";

    position: absolute;

    inset: 31px;

    border-radius: 50%;

    border:
        1px dashed
        rgba(255,255,255,.16);

    animation:
        foundationCoreReverse
        16s linear infinite;
}


/* outer glow */

.zhova-foundation-core::after {

    content: "";

    position: absolute;

    inset: -20px;

    border-radius: 50%;

    border:
        1px solid
        rgba(201,164,92,.11);

    box-shadow:
        0 0 40px
        rgba(201,164,92,.06);
}


/* =====================================================
   CORE TYPOGRAPHY
   ===================================================== */

.zhova-foundation-core-inner {

    position: relative;

    z-index: 5;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;
}


.foundation-core-word {

    font-family:
        "Bricolage Grotesque",
        sans-serif;

    font-size: 25px;

    line-height: 1;

    font-weight: 500;

    letter-spacing: -.045em;

    color:
        #f0ddb5;

    text-shadow:
        0 0 20px
        rgba(201,164,92,.20);
}


.foundation-core-sub {

    margin-top: 10px;

    font-family: Arial, sans-serif;

    font-size: 8px;

    letter-spacing: .28em;

    color:
        rgba(201,164,92,.72);
}


/* =====================================================
   ARCHITECTURE LAYERS
   ===================================================== */

.foundation-layer {

    position: absolute;

    width: 112px;

    height: 112px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(255,255,255,.20);

    background:
        rgba(17,17,17,.76);

    backdrop-filter: blur(9px);

    -webkit-backdrop-filter: blur(9px);

    transform: rotate(45deg);

    z-index: 6;

    transition:

        border-color .45s ease,

        background .45s ease,

        transform .55s
        cubic-bezier(.16,1,.3,1);
}


.foundation-layer span {

    transform: rotate(-45deg);

    font-family:
        "Bricolage Grotesque",
        sans-serif;

    font-size: 11px;

    font-weight: 500;

    letter-spacing: .12em;

    color:
        rgba(255,255,255,.72);

    transition:
        color .4s ease;
}


/* positions */

.layer-one {

    top: 7%;

    left: 41%;
}

.layer-two {

    right: 3%;

    top: 41%;
}

.layer-three {

    bottom: 7%;

    left: 41%;
}

.layer-four {

    left: 3%;

    top: 41%;
}


/* hover */

.foundation-layer:hover {

    border-color:
        rgba(201,164,92,.55);

    background:
        rgba(201,164,92,.06);

    transform:
        rotate(45deg)
        scale(1.09);
}


.foundation-layer:hover span {

    color:
        #c9a45c;
}


/* =====================================================
   CONNECTORS
   ===================================================== */

.foundation-connector {

    position: absolute;

    height: 1px;

    background:

        linear-gradient(
            90deg,
            transparent,
            rgba(201,164,92,.42),
            transparent
        );

    z-index: 2;
}


.connector-one {

    width: 23%;

    top: 27%;

    left: 38.5%;

    transform: rotate(90deg);
}

.connector-two {

    width: 23%;

    right: 23.5%;

    top: 50%;
}

.connector-three {

    width: 23%;

    bottom: 27%;

    left: 38.5%;

    transform: rotate(90deg);
}

.connector-four {

    width: 23%;

    left: 23.5%;

    top: 50%;
}


/* =====================================================
   FLOATING LABELS
   ===================================================== */

.foundation-floating {

    position: absolute;

    padding: 11px 15px;

    border:
        1px solid
        rgba(255,255,255,.14);

    background:
        rgba(17,17,17,.76);

    backdrop-filter: blur(9px);

    -webkit-backdrop-filter: blur(9px);

    font-family:
        "Bricolage Grotesque",
        sans-serif;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: .17em;

    color:
        rgba(255,255,255,.68);

    z-index: 7;

    white-space: nowrap;
}


.floating-top {

    top: 15%;

    right: 0;

    animation:
        foundationFloatOne
        6s ease-in-out infinite;
}


.floating-bottom {

    bottom: 15%;

    left: 0;

    animation:
        foundationFloatTwo
        7s ease-in-out infinite;
}


/* =====================================================
   CONTENT LABEL
   ===================================================== */

.zhova-foundation-label {

    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 40px;

    font-family:
        "Bricolage Grotesque",
        sans-serif;

    font-size: 12px;

    font-weight: 500;

    letter-spacing: .20em;

    color:
        #c9a45c;
}


.foundation-label-line {

    width: 36px;

    height: 1px;

    background:
        #c9a45c;

    opacity: .9;
}


.foundation-label-number {

    color:
        #c9a45c;
}


/* =====================================================
   TITLE
   ===================================================== */

.zhova-foundation-title {

    margin: 0;

    font-family:
        "Bricolage Grotesque",
        sans-serif;

    font-size:
        clamp(64px, 6.2vw, 96px);

    line-height: .91;

    font-weight: 500;

    letter-spacing: -.065em;
}


.zhova-foundation-title > span {

    display: block;
}


/* filled */

.foundation-filled {

    font-family:
        "Bricolage Grotesque",
        sans-serif;
}


/* =====================================================
   OUTLINE — ARIAL
   ===================================================== */

.foundation-outline {

    font-family:
        Arial,
        sans-serif;

    font-weight: 700;

    color: transparent;

    -webkit-text-stroke:
        1.35px
        rgba(255,255,255,.92);

    text-stroke:
        1.35px
        rgba(255,255,255,.92);

    transition:
        color .45s ease;
}


.zhova-foundation-title:hover
.foundation-outline {

    color:
        rgba(255,255,255,.035);
}


/* =====================================================
   COPY
   ===================================================== */

.zhova-foundation-copy {

    margin-top: 62px;

    max-width: 650px;
}


.zhova-foundation-copy p {

    margin: 0 0 27px;

    max-width: 620px;

    font-family:
        "Bricolage Grotesque",
        sans-serif;

    font-size: 16px;

    line-height: 1.72;

    letter-spacing: -.01em;

    color:
        rgba(255,255,255,.62);
}


/* large intro */

.zhova-foundation-copy
.foundation-large-copy {

    margin-bottom: 39px;

    font-size: 22px;

    line-height: 1.45;

    letter-spacing: -.025em;

    color:
        rgba(255,255,255,.94);
}


/* =====================================================
   BOTTOM STATEMENT
   ===================================================== */

.foundation-bottom-line {

    margin-top: 50px;

    display: flex;

    align-items: center;

    gap: 14px;

    font-family:
        "Bricolage Grotesque",
        sans-serif;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: .20em;

    color:
        rgba(255,255,255,.48);
}


.foundation-bottom-line i {

    width: 5px;

    height: 5px;

    border-radius: 50%;

    background:
        #c9a45c;

    box-shadow:
        0 0 8px
        rgba(201,164,92,.35);
}


/* =====================================================
   ANIMATIONS
   ===================================================== */

@keyframes foundationCoreSpin {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@keyframes foundationCoreReverse {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}


@keyframes foundationFrameOne {

    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(405deg);
    }
}


@keyframes foundationFrameTwo {

    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(-315deg);
    }
}


@keyframes foundationFloatOne {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}


@keyframes foundationFloatTwo {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }
}


/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1100px) {

    .zhova-foundation-inner {

        grid-template-columns: 1fr;

        gap: 70px;
    }

    .zhova-foundation-visual {

        max-width: 650px;

        margin: 0 auto;
    }

    .zhova-foundation-content {

        max-width: 750px;
    }
}


@media (max-width: 700px) {

    .zhova-foundation-section {

        padding: 90px 0 105px;
    }

    .zhova-foundation-inner {

        width: calc(100% - 40px);

        gap: 50px;
    }

    .zhova-foundation-title {

        font-size:
            clamp(50px, 14vw, 72px);
    }

    .zhova-foundation-copy {

        margin-top: 45px;
    }

    .zhova-foundation-copy
    .foundation-large-copy {

        font-size: 19px;
    }

    .zhova-foundation-copy p {

        font-size: 14px;
    }

    .zhova-foundation-visual {

        min-height: 410px;
    }

    .zhova-foundation-core {

        width: 150px;

        height: 150px;
    }

    .foundation-core-word {

        font-size: 19px;
    }

    .foundation-layer {

        width: 76px;

        height: 76px;
    }

    .foundation-layer span {

        font-size: 7px;
    }

    .zhova-foundation-grid {

        background-size: 38px 38px;
    }

    .foundation-floating {

        font-size: 7px;

        padding: 8px 10px;
    }

}




/* =====================================================
   ZHOVA SEO SECTION
   ===================================================== */

.zhova-seo-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #111111;
    color: #f4f4f2;
    font-family: inherit;
    padding: 145px 0 155px;
}


/* MAIN CONTAINER */

.zhova-seo-inner {
    width: min(1360px, calc(100% - 80px));
    margin: 0 auto;

    display: grid;
    grid-template-columns:
        minmax(0, 1.02fr)
        minmax(420px, .98fr);

    gap: 90px;

    align-items: center;
}


/* =====================================================
   LABEL
   ===================================================== */

.zhova-seo-label {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 38px;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;

    color: rgba(255,255,255,.58);
}

.zhova-seo-number {
    color: #ffffff;
}

.zhova-seo-label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: rgba(255,255,255,.35);
}


/* =====================================================
   TITLE
   ===================================================== */

.zhova-seo-title {
    margin: 0;

    font-size: clamp(62px, 6vw, 94px);
    line-height: .91;

    font-weight: 500;
    letter-spacing: -.065em;

    text-transform: none;
}

.zhova-seo-title-line {
    display: block;
}


/* OUTLINE TYPOGRAPHY */

.zhova-outline-text {
    color: transparent;

    -webkit-text-stroke: 1.2px rgba(255,255,255,.9);

    text-stroke: 1.2px rgba(255,255,255,.9);

    position: relative;

    transition:
        color .45s ease,
        -webkit-text-stroke .45s ease;
}


/* subtle animated underline */

.zhova-outline-text::after {
    content: "";

    position: absolute;

    left: 4px;
    right: 3px;
    bottom: -9px;

    height: 1px;

    background: rgba(255,255,255,.65);

    transform: scaleX(.25);
    transform-origin: left;

    transition: transform .6s cubic-bezier(.16,1,.3,1);
}

.zhova-seo-title:hover .zhova-outline-text {
    color: rgba(255,255,255,.04);
}

.zhova-seo-title:hover .zhova-outline-text::after {
    transform: scaleX(1);
}


/* =====================================================
   COPY
   ===================================================== */

.zhova-seo-description {
    max-width: 610px;
    margin-top: 62px;
}

.zhova-seo-description p {
    margin: 0 0 25px;

    max-width: 560px;

    font-size: 15px;
    line-height: 1.75;

    letter-spacing: -.01em;

    color: rgba(255,255,255,.52);
}

.zhova-seo-description .zhova-seo-large {
    max-width: 590px;

    font-size: 22px;
    line-height: 1.45;

    letter-spacing: -.025em;

    color: rgba(255,255,255,.9);

    margin-bottom: 38px;
}


/* =====================================================
   VISUAL AREA
   ===================================================== */

.zhova-seo-visual {
    position: relative;

    width: 100%;
    aspect-ratio: 1 / 1;

    min-height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;

    isolation: isolate;
}


/* =====================================================
   GRID
   ===================================================== */

.zhova-seo-grid {
    position: absolute;
    inset: 4%;

    background-image:
        linear-gradient(
            rgba(255,255,255,.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.045) 1px,
            transparent 1px
        );

    background-size: 54px 54px;

    mask-image:
        radial-gradient(
            circle,
            black 0%,
            rgba(0,0,0,.65) 42%,
            transparent 73%
        );

    -webkit-mask-image:
        radial-gradient(
            circle,
            black 0%,
            rgba(0,0,0,.65) 42%,
            transparent 73%
        );

    opacity: .65;
}


/* =====================================================
   ORBITS
   ===================================================== */

.zhova-seo-orbit {
    position: absolute;

    border: 1px solid rgba(255,255,255,.11);

    border-radius: 50%;

    transform: rotate(-24deg);
}

.orbit-one {
    width: 68%;
    height: 37%;

    animation: zhovaOrbitOne 12s linear infinite;
}

.orbit-two {
    width: 48%;
    height: 72%;

    transform: rotate(45deg);

    border-color: rgba(255,255,255,.075);

    animation: zhovaOrbitTwo 16s linear infinite;
}


/* =====================================================
   CORE
   ===================================================== */

.zhova-seo-core {
    position: relative;

    width: 190px;
    height: 190px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(255,255,255,.11),
            rgba(255,255,255,.025) 55%,
            transparent 72%
        );

    box-shadow:
        0 0 80px rgba(255,255,255,.045);

    z-index: 4;
}


/* inner ring */

.zhova-core-ring {
    position: absolute;
    inset: 17px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.28);

    border-top-color: transparent;
    border-right-color: rgba(255,255,255,.7);

    animation: zhovaCoreSpin 8s linear infinite;
}


/* second ring */

.zhova-seo-core::before {
    content: "";

    position: absolute;

    inset: 31px;

    border-radius: 50%;

    border: 1px dashed rgba(255,255,255,.16);

    animation: zhovaCoreSpinReverse 14s linear infinite;
}


/* center typography */

.zhova-core-text {
    position: relative;

    display: flex;
    flex-direction: column;

    align-items: center;

    z-index: 5;

    line-height: 1;
}

.zhova-core-text span {
    font-size: 31px;
    font-weight: 600;
    letter-spacing: -.04em;
}

.zhova-core-text small {
    margin-top: 8px;

    font-size: 8px;
    letter-spacing: .32em;

    color: rgba(255,255,255,.48);
}


/* =====================================================
   NODES
   ===================================================== */

.zhova-seo-node {
    position: absolute;

    width: 9px;
    height: 9px;

    border: 1px solid rgba(255,255,255,.7);

    border-radius: 50%;

    background: #111;

    z-index: 6;
}

.zhova-seo-node span {
    position: absolute;

    width: 3px;
    height: 3px;

    left: 2px;
    top: 2px;

    border-radius: 50%;

    background: #fff;

    opacity: .8;
}

.node-top {
    top: 16%;
    left: 49%;
}

.node-right {
    right: 12%;
    top: 49%;
}

.node-bottom {
    bottom: 16%;
    left: 49%;
}

.node-left {
    left: 12%;
    top: 49%;
}


/* =====================================================
   CONNECTING LINES
   ===================================================== */

.zhova-seo-line {
    position: absolute;

    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.28),
            transparent
        );

    transform-origin: center;

    z-index: 2;
}

.line-top {
    width: 30%;
    top: 24%;
    left: 35%;
    transform: rotate(90deg);
}

.line-right {
    width: 30%;
    top: 50%;
    right: 25%;
}

.line-bottom {
    width: 30%;
    bottom: 24%;
    left: 35%;
    transform: rotate(90deg);
}

.line-left {
    width: 30%;
    top: 50%;
    left: 25%;
}


/* =====================================================
   FLOATING LABELS
   ===================================================== */

.zhova-seo-floating {
    position: absolute;

    padding: 9px 13px;

    border: 1px solid rgba(255,255,255,.12);

    background: rgba(17,17,17,.72);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    font-size: 8px;
    font-weight: 600;

    letter-spacing: .18em;

    color: rgba(255,255,255,.48);

    z-index: 7;

    white-space: nowrap;
}

.floating-one {
    top: 24%;
    right: 4%;

    animation: zhovaFloatOne 5s ease-in-out infinite;
}

.floating-two {
    bottom: 24%;
    left: 5%;

    animation: zhovaFloatTwo 6s ease-in-out infinite;
}

.floating-three {
    bottom: 11%;
    right: 17%;

    animation: zhovaFloatThree 7s ease-in-out infinite;
}


/* =====================================================
   ANIMATIONS
   ===================================================== */

@keyframes zhovaCoreSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes zhovaCoreSpinReverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes zhovaOrbitOne {
    from {
        transform: rotate(-24deg);
    }

    to {
        transform: rotate(336deg);
    }
}

@keyframes zhovaOrbitTwo {
    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(-315deg);
    }
}

@keyframes zhovaFloatOne {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes zhovaFloatTwo {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }
}

@keyframes zhovaFloatThree {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}


/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1100px) {

    .zhova-seo-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .zhova-seo-visual {
        max-width: 620px;
        margin: 0 auto;
    }

    .zhova-seo-description {
        max-width: 700px;
    }

}


@media (max-width: 700px) {

    .zhova-seo-section {
        padding: 90px 0 100px;
    }

    .zhova-seo-inner {
        width: min(100% - 40px, 1360px);
        gap: 40px;
    }

    .zhova-seo-title {
        font-size: clamp(48px, 14vw, 70px);
    }

    .zhova-seo-description {
        margin-top: 45px;
    }

    .zhova-seo-description .zhova-seo-large {
        font-size: 19px;
    }

    .zhova-seo-description p {
        font-size: 14px;
    }

    .zhova-seo-visual {
        min-height: 400px;
    }

    .zhova-seo-core {
        width: 145px;
        height: 145px;
    }

    .zhova-core-text span {
        font-size: 25px;
    }

    .zhova-seo-grid {
        background-size: 38px 38px;
    }

    .zhova-seo-floating {
        font-size: 7px;
        padding: 7px 9px;
    }

}
