/* =========================================================
   RADWAN PORTFOLIO V2.3
   Homepage Visual System — Final Clean
========================================================= */


/* =========================================================
   Page Variables
========================================================= */

.home-v2 {
    --container-width: 1280px;

    --v2-line: rgba(255, 255, 255, 0.09);
    --v2-line-strong: rgba(255, 255, 255, 0.18);



    --v2-section-space:
        clamp(7rem, 11vw, 11rem);

}


/* =========================================================
   Utility
========================================================= */

.v2-sr-only {
    position: absolute !important;

    width: 1px !important;
    height: 1px !important;

    overflow: hidden !important;

    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;

    white-space: nowrap !important;
}


/* =========================================================
   Shared Homepage Typography
========================================================= */

.home-v2 main p {
    text-wrap: pretty;
}

.home-v2 .section-label {
    margin-bottom: 1.35rem;

    font-size: 0.72rem;
    letter-spacing: 0.17em;
}

.v2-section {
    position: relative;

    padding-block: var(--v2-section-space);

    border-top: 1px solid var(--v2-line);
}

.v2-section-intro {
    max-width: 980px;

    margin-bottom:
        clamp(4rem, 7vw, 6.5rem);
}

.v2-section-intro h2,
.v2-section-heading h2 {
    margin-bottom: 0;

    font-size:
        clamp(2.8rem, 5vw, 5.4rem);

    line-height: 0.98;
    letter-spacing: -0.065em;
}

.v2-section-heading {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr) minmax(300px, 0.65fr);

    align-items: end;

    gap:
        clamp(3rem, 8vw, 8rem);

    margin-bottom:
        clamp(4.5rem, 8vw, 7rem);
}

.v2-section-heading>div {
    min-width: 0;
}

.v2-section-heading>p {
    max-width: 620px;

    margin: 0;

    color: var(--color-text-muted);

    font-size: 1rem;
    line-height: 1.85;
}

.v2-link {
    width: fit-content;

    display: inline-flex;

    align-items: center;

    gap: 0.55rem;

    color: var(--color-text-soft);

    font-size: 0.88rem;
    font-weight: 700;

    transition:
        color 180ms ease,
        gap 180ms ease;
}

.v2-link:hover,
.v2-link:focus-visible {
    gap: 0.85rem;

    color: var(--color-accent);
}


/* Prevent grid/flex children from forcing horizontal overflow */
.v2-hero-grid>*,
.v2-section-heading>*,
.v2-capability-panel>*,
.v2-case-study>*,
.v2-process-grid>*,
.v2-tech-grid>*,
.v2-about-grid>*,
.v2-cta>* {
    min-width: 0;
}


/* =========================================================
   Reveal Animation
========================================================= */

.has-v2-motion [data-reveal] {
    opacity: 0;

    transform:
        translateY(34px);

    transition:
        opacity 780ms ease,
        transform 780ms cubic-bezier(0.18,
            0.72,
            0.2,
            1);
}

.has-v2-motion [data-reveal].is-revealed {
    opacity: 1;

    transform:
        translateY(0);
}


/* =========================================================
   Hero
========================================================= */

.v2-hero {
    position: relative;

    min-height:
        calc(100vh - var(--header-height));

    min-height:
        calc(100svh - var(--header-height));

    display: flex;
    align-items: center;

    overflow: hidden;

    padding-block:
        clamp(5rem, 7vw, 7rem);

    background:
        radial-gradient(circle at 77% 26%,
            rgba(140, 169, 255, 0.13),
            transparent 30%),
        radial-gradient(circle at 10% 90%,
            rgba(167, 139, 250, 0.065),
            transparent 34%);
}

.v2-hero .container {
    width: min(calc(100% - 64px),
            1280px);
}


.v2-hero::before {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px,
            transparent 1px),
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px);

    background-size:
        74px 74px;

    opacity: 0.3;

    -webkit-mask-image:
        linear-gradient(to bottom,
            black 0%,
            rgba(0, 0, 0, 0.72) 58%,
            transparent 98%);

    mask-image:
        linear-gradient(to bottom,
            black 0%,
            rgba(0, 0, 0, 0.72) 58%,
            transparent 98%);
}

.v2-hero-grid {
    position: relative;

    z-index: 2;

    width: 100%;

    display: grid;

    grid-template-columns:
        minmax(0, 1.3fr) minmax(320px, 0.7fr);

    align-items: center;

    gap:
        clamp(3rem, 5vw, 5rem);
}

.v2-hero-content {
    min-width: 0;
    max-width: 820px;
}

.v2-hero-meta {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap:
        0.7rem 1.6rem;

    margin-bottom: 2rem;
}

.v2-hero-role,
.v2-hero-location {
    margin: 0;

    color: var(--color-accent);

    font-size: 0.72rem;
    font-weight: 750;

    line-height: 1.4;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}

.v2-hero-location {
    position: relative;

    padding-left: 1.15rem;

    color: var(--color-text-faint);
}

.v2-hero-location::before {
    content: "";

    position: absolute;

    top: 50%;
    left: 0;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: var(--color-accent);

    box-shadow:
        0 0 0 6px rgba(140, 169, 255, 0.08);

    transform:
        translateY(-50%);
}

.v2-hero h1 {
    width: 100%;
    max-width: 820px;

    margin-bottom: 1.8rem;

    font-size:
        clamp(3.4rem, 5.6vw, 6.2rem);

    line-height: 0.98;

    letter-spacing: -0.06em;

    text-wrap: balance;
}

.v2-hero h1 span {
    display: block;

    color: var(--color-accent);
}

.v2-hero-lead {
    max-width: 680px;

    margin-bottom: 2rem;

    color: var(--color-text-soft);

    font-size:
        clamp(1rem, 1.25vw, 1.14rem);

    line-height: 1.75;
}

.v2-hero-actions {
    display: flex;

    flex-wrap: wrap;

    align-items: center;

    gap: 0.75rem;
}

.v2-hero-actions .button {
    min-height: 52px;

    padding-inline: 1.45rem;
}

.v2-hero-actions .v2-link {
    margin-left: 0.65rem;
}

.v2-hero-dynamic {
    min-height: 36px;

    display: flex;

    flex-wrap: wrap;

    align-items: baseline;

    gap: 0.5rem;

    margin-top: 2rem;

    color: var(--color-text-faint);

    font-size: 0.88rem;
}

.v2-hero-dynamic strong {
    min-width: 80px;

    display: inline-block;

    color: var(--color-text);

    font-size: 0.92rem;
    font-weight: 750;

    transition:
        opacity 170ms ease,
        transform 170ms ease;
}

.v2-hero-dynamic strong.is-changing {
    opacity: 0;

    transform:
        translateY(7px);
}


/* =========================================================
   Hero Delivery Map
========================================================= */

.v2-delivery-map {
    position: relative;

    width: 100%;
    max-width: 390px;

    justify-self: end;

    overflow: hidden;

    border:
        1px solid var(--v2-line-strong);

    border-radius: 20px;

    padding: 2rem;

    background:
        linear-gradient(145deg,
            rgba(140, 169, 255, 0.1),
            transparent 44%),
        rgba(13, 17, 26, 0.86);

    backdrop-filter:
        blur(20px);

    -webkit-backdrop-filter:
        blur(20px);
}

.v2-delivery-map::before {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    top: -130px;
    right: -110px;

    border:
        1px solid rgba(140, 169, 255, 0.15);

    border-radius: 50%;
}

.v2-delivery-map::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -70px;
    bottom: -70px;

    border:
        1px solid rgba(140, 169, 255, 0.11);

    border-radius: 50%;
}

.v2-delivery-map-header {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 1rem;

    margin-bottom: 1.6rem;

    border-bottom:
        1px solid var(--v2-line);

    padding-bottom: 1.4rem;
}

.v2-delivery-map-header span {
    color: var(--color-accent);

    font-size: 0.66rem;
    font-weight: 750;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}

.v2-delivery-map-header strong {
    color: var(--color-text-soft);

    font-size: 0.82rem;
    font-weight: 650;
}

.v2-delivery-flow {
    position: relative;

    z-index: 2;

    margin: 0;

    padding: 0;

    list-style: none;
}

.v2-delivery-flow::before {
    content: "";

    position: absolute;

    top: 21px;
    bottom: 21px;
    left: 20px;

    width: 1px;

    background:
        linear-gradient(to bottom,
            var(--color-accent),
            rgba(140, 169, 255, 0.06));
}

.v2-delivery-flow li {
    position: relative;

    min-height: 68px;

    display: grid;

    grid-template-columns:
        42px 1fr;

    align-items: center;

    gap: 1rem;

    opacity: 0.52;

    transition:
        opacity 300ms ease,
        transform 300ms ease;
}

.v2-delivery-flow li.is-current {
    opacity: 1;

    transform:
        translateX(5px);
}

.v2-delivery-number {
    position: relative;

    z-index: 2;

    width: 42px;
    height: 42px;

    display: grid;

    place-items: center;

    border:
        1px solid rgba(140, 169, 255, 0.32);

    border-radius: 50%;

    background: var(--color-background);

    color: var(--color-accent);

    font-size: 0.62rem;
    font-weight: 750;

    transition:
        background-color 260ms ease,
        color 260ms ease,
        box-shadow 260ms ease;
}

.v2-delivery-flow li.is-current .v2-delivery-number {
    background: var(--color-accent);

    color: #0b0e15;

    box-shadow:
        0 0 0 7px rgba(140, 169, 255, 0.08);
}

.v2-delivery-flow strong {
    display: block;

    margin-bottom: 0.22rem;

    color: var(--color-text);

    font-size: 1rem;
}

.v2-delivery-flow small {
    color: var(--color-text-faint);

    font-size: 0.77rem;
}


/* =========================================================
   Scroll Cue
========================================================= */

.v2-scroll-cue {
    position: absolute;

    z-index: 3;

    right: 0;
    bottom: 1.8rem;
    left: 0;

    display: flex;

    align-items: center;

    gap: 0.9rem;

    pointer-events: none;
}

.v2-scroll-cue span {
    color: var(--color-text-faint);

    font-size: 0.65rem;
    font-weight: 650;

    letter-spacing: 0.13em;

    text-transform: uppercase;
}

.v2-scroll-cue i {
    position: relative;

    width: 74px;
    height: 1px;

    overflow: hidden;

    background: var(--v2-line);
}

.v2-scroll-cue i::after {
    content: "";

    position: absolute;

    inset: 0;

    background: var(--color-accent);

    transform:
        translateX(-100%);

    animation:
        v2-scroll-line 2.1s ease infinite;
}

@keyframes v2-scroll-line {

    0% {
        transform:
            translateX(-100%);
    }

    50%,
    100% {
        transform:
            translateX(100%);
    }

}


/* =========================================================
   Recruiter Snapshot
========================================================= */

.v2-snapshot {
    border-block:
        1px solid var(--v2-line);

    padding-block:
        clamp(6rem, 8vw, 8rem);

    background:
        var(--color-background-soft);
}

.v2-snapshot .v2-section-intro {
    max-width: 820px;

    margin-bottom: 4.5rem;
}

.v2-snapshot .v2-section-intro h2 {
    font-size:
        clamp(2.5rem, 4.4vw, 4.5rem);
}

.v2-metric-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    border-top:
        1px solid var(--v2-line-strong);
}

.v2-metric {
    min-width: 0;

    min-height: 280px;

    border-right:
        1px solid var(--v2-line);

    padding:
        2.8rem 2.4rem;

    transition:
        background-color 220ms ease;
}

.v2-metric:hover {
    background:
        rgba(255, 255, 255, 0.018);
}

.v2-metric:first-child {
    padding-left: 0;
}

.v2-metric:last-child {
    border-right: 0;

    padding-right: 0;
}

.v2-metric-value {
    min-height: 70px;

    display: flex;

    align-items: baseline;

    gap: 0.18rem;

    margin-bottom: 2rem;

    color: var(--color-text);

    font-size:
        clamp(3.2rem, 5.6vw, 6rem);

    font-weight: 750;

    line-height: 0.95;

    letter-spacing: -0.07em;
}

.v2-metric-value span {
    color: var(--color-accent);

    font-size: 0.72em;
}

.v2-metric-word {
    max-width: 230px;

    font-size:
        clamp(1.9rem, 3.2vw, 3.2rem);

    line-height: 1.05;

    letter-spacing: -0.055em;
}

.v2-metric-title {
    margin-bottom: 0.65rem;

    color: var(--color-text);

    font-size: 0.95rem;
    font-weight: 700;
}

.v2-metric>p:last-child {
    max-width: 240px;

    margin-bottom: 0;

    font-size: 0.84rem;
    line-height: 1.75;
}


/* =========================================================
   Design / Build / Deliver
========================================================= */

.v2-capability-section {
    background:
        radial-gradient(circle at 5% 12%,
            rgba(140, 169, 255, 0.07),
            transparent 28%);
}

.v2-capability-shell {
    border-top:
        1px solid var(--v2-line-strong);
}

.v2-capability-tabs {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    border-bottom:
        1px solid var(--v2-line);
}

.v2-capability-tab {
    position: relative;

    min-height: 130px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 1rem;

    border-right:
        1px solid var(--v2-line);

    padding:
        2rem 1.8rem;

    background: transparent;

    color: var(--color-text-faint);

    cursor: pointer;

    text-align: left;

    transition:
        color 220ms ease,
        background-color 220ms ease;
}

.v2-capability-tab:last-child {
    border-right: 0;
}

.v2-capability-tab::after {
    content: "";

    position: absolute;

    right: 0;
    bottom: -1px;
    left: 0;

    height: 3px;

    background:
        var(--color-accent);

    transform:
        scaleX(0);

    transform-origin: right;

    transition:
        transform 320ms ease;
}

.v2-capability-tab:hover,
.v2-capability-tab:focus-visible,
.v2-capability-tab.is-active {
    background:
        rgba(255, 255, 255, 0.02);

    color: var(--color-text);
}

.v2-capability-tab.is-active::after {
    transform:
        scaleX(1);

    transform-origin: left;
}

.v2-capability-tab span {
    color: var(--color-accent);

    font-size: 0.67rem;
    font-weight: 750;

    letter-spacing: 0.13em;
}

.v2-capability-tab strong {
    font-size:
        clamp(1.8rem, 3vw, 3rem);

    font-weight: 650;

    letter-spacing: -0.05em;
}

.v2-capability-panel {
    display: grid;

    grid-template-columns:
        minmax(0, 1.12fr) minmax(320px, 0.88fr);

    gap:
        clamp(4rem, 9vw, 9rem);

    padding-block:
        clamp(5rem, 8vw, 8rem);
}

.v2-capability-panel[hidden] {
    display: none;
}

.v2-capability-panel-heading p {
    margin-bottom: 1.25rem;

    color: var(--color-accent);

    font-size: 0.7rem;
    font-weight: 750;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}

.v2-capability-panel-heading h3 {
    max-width: 750px;

    margin-bottom: 0;

    font-size:
        clamp(2.8rem, 5vw, 5.2rem);

    line-height: 0.98;

    letter-spacing: -0.065em;
}

.v2-capability-panel-content {
    align-self: end;
}

.v2-capability-panel-content>p {
    max-width: 650px;

    margin-bottom: 2.5rem;

    color: var(--color-text-soft);

    font-size: 1.08rem;
    line-height: 1.85;
}

.v2-capability-panel-content ul {
    margin: 0;

    padding: 0;

    list-style: none;
}

.v2-capability-panel-content li {
    position: relative;

    border-top:
        1px solid var(--v2-line);

    padding:
        0.95rem 0 0.95rem 1.1rem;

    color: var(--color-text-soft);

    font-size: 0.91rem;
}

.v2-capability-panel-content li::before {
    content: "";

    position: absolute;

    top: 1.42rem;
    left: 0;

    width: 4px;
    height: 4px;

    border-radius: 50%;

    background: var(--color-accent);
}

.v2-capability-panel-content li:last-child {
    border-bottom:
        1px solid var(--v2-line);
}


/* =========================================================
   Selected Work
========================================================= */

.v2-work-section {
    background: var(--color-background-soft);
}

.v2-case-study-list {
    border-top:
        1px solid var(--v2-line-strong);
}

.v2-case-study {
    --spot-x: 50%;
    --spot-y: 50%;

    position: relative;

    display: grid;

    grid-template-columns:
        150px minmax(0, 1.05fr) minmax(410px, 0.95fr);

    align-items: center;

    gap:
        clamp(2.5rem, 5vw, 5.5rem);

    overflow: hidden;

    border-bottom:
        1px solid var(--v2-line);

    padding-block:
        clamp(6rem, 9vw, 9rem);
}

.v2-case-study::before {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0;

    background:
        radial-gradient(500px circle at var(--spot-x) var(--spot-y),
            rgba(140, 169, 255, 0.075),
            transparent 62%);

    transition:
        opacity 240ms ease;
}

.v2-case-study:hover::before {
    opacity: 1;
}

.v2-case-study-meta,
.v2-case-study-content,
.v2-case-study-visual {
    position: relative;

    z-index: 2;

    min-width: 0;
}

.v2-case-study-meta {
    align-self: start;
}

.v2-case-study-meta>span {
    display: block;

    margin-bottom: 1.6rem;

    color:
        rgba(255, 255, 255, 0.13);

    font-size:
        clamp(5.5rem, 9vw, 9.5rem);

    font-weight: 750;

    line-height: 0.78;

    letter-spacing: -0.09em;
}

.v2-case-study-meta p {
    margin-bottom: 0;

    color: var(--color-accent);

    font-size: 0.68rem;
    font-weight: 750;

    line-height: 1.65;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}

.v2-case-study-kicker {
    margin-bottom: 1.2rem;

    color: var(--color-accent);

    font-size: 0.68rem;
    font-weight: 750;

    letter-spacing: 0.15em;

    text-transform: uppercase;
}

.v2-case-study-content h3 {
    max-width: 800px;

    margin-bottom: 1.8rem;

    font-size:
        clamp(2.7rem, 4.8vw, 5.1rem);

    line-height: 0.98;

    letter-spacing: -0.065em;
}

.v2-case-study-summary {
    max-width: 780px;

    margin-bottom: 2.7rem;

    color: var(--color-text-soft);

    font-size:
        clamp(1.05rem, 1.45vw, 1.24rem);

    line-height: 1.82;
}

.v2-case-study-facts {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 2rem;

    margin-bottom: 2.2rem;
}

.v2-case-study-facts div {
    border-top:
        1px solid var(--v2-line);

    padding-top: 1.1rem;
}

.v2-case-study-facts span {
    display: block;

    margin-bottom: 0.6rem;

    color: var(--color-accent);

    font-size: 0.66rem;
    font-weight: 750;

    letter-spacing: 0.13em;

    text-transform: uppercase;
}

.v2-case-study-facts p {
    margin: 0;

    font-size: 0.88rem;
    line-height: 1.75;
}

.v2-tag-list {
    display: flex;

    flex-wrap: wrap;

    gap: 0.55rem;

    margin: 0;

    padding: 0;

    list-style: none;
}

.v2-tag-list li {
    border:
        1px solid var(--v2-line);

    border-radius: 999px;

    padding:
        0.52rem 0.82rem;

    background:
        rgba(255, 255, 255, 0.018);

    color: var(--color-text-muted);

    font-size: 0.72rem;
}

.v2-case-study-link {
    width: fit-content;

    display: inline-flex;

    align-items: center;

    gap: 0.65rem;

    margin-top: 2.5rem;

    border-bottom:
        1px solid var(--v2-line-strong);

    padding-bottom: 0.4rem;

    color: var(--color-text-soft);

    font-size: 0.88rem;
    font-weight: 750;

    transition:
        color 180ms ease,
        border-color 180ms ease,
        gap 180ms ease;
}

.v2-case-study-link:hover,
.v2-case-study-link:focus-visible {
    gap: 0.95rem;

    border-color: var(--color-accent);

    color: var(--color-accent);
}


/* =========================================================
   Project Visual Base
========================================================= */

.v2-case-study-visual {
    width: 100%;

    align-self: center;
}

.v2-system-window,
.v2-language-window,
.v2-poster-screen {
    width: 100%;

    overflow: hidden;

    border:
        1px solid rgba(255, 255, 255, 0.15);

    border-radius: 22px;

    background: #0e121b;

    box-shadow:
        0 36px 90px rgba(0, 0, 0, 0.32);

    transform:
        perspective(1100px) rotateY(-2deg);

    transition:
        transform 400ms ease,
        border-color 300ms ease;
}

.v2-case-study:hover .v2-system-window,
.v2-case-study:hover .v2-language-window,
.v2-case-study:hover .v2-poster-screen {
    border-color:
        rgba(140, 169, 255, 0.28);

    transform:
        perspective(1100px) rotateY(0deg) translateY(-5px);
}


/* =========================================================
   Business System Visual
========================================================= */

.v2-system-toolbar {
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 1rem;

    border-bottom:
        1px solid var(--v2-line);

    padding-inline: 18px;
}


/* Window dots */
.v2-system-toolbar>div {
    display: flex;
    align-items: center;

    flex: 0 0 auto;

    gap: 7px;
}

.v2-system-toolbar>div i {
    width: 8px;
    height: 8px;

    display: block;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.19);
}


/* Toolbar label */
.v2-system-toolbar>span {
    width: auto;
    height: auto;

    min-width: 0;

    border-radius: 0;

    background: none;

    color: var(--color-text-faint);

    font-size: 0.58rem;
    font-weight: 650;

    line-height: 1.4;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    white-space: nowrap;
}

.v2-system-body {
    min-height: 390px;

    display: grid;

    grid-template-columns:
        68px 1fr;
}

.v2-system-sidebar {
    display: flex;

    align-items: center;

    flex-direction: column;

    gap: 18px;

    border-right:
        1px solid var(--v2-line);

    padding-top: 28px;
}

.v2-system-sidebar i {
    width: 22px;
    height: 22px;

    display: block;

    border-radius: 6px;

    background:
        rgba(255, 255, 255, 0.07);
}

.v2-system-sidebar i:first-child {
    background: var(--color-accent);
}

.v2-system-content {
    padding: 32px 28px;
}

.v2-system-title {
    margin-bottom: 38px;

    color: var(--color-text);

    font-size: 0.92rem;
    font-weight: 700;
}

.v2-system-flow {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 38px;
}

.v2-system-flow span {
    flex: 1;

    min-height: 62px;

    display: grid;

    place-items: center;

    border:
        1px solid rgba(140, 169, 255, 0.2);

    border-radius: 10px;

    background:
        rgba(140, 169, 255, 0.055);

    color: var(--color-text-soft);

    font-size: 0.69rem;
}

.v2-system-flow i {
    width: 18px;
    height: 1px;

    flex: 0 0 auto;

    background: var(--color-accent);
}

.v2-system-table {
    display: grid;

    gap: 10px;
}

.v2-system-table i {
    height: 34px;

    display: block;

    border-radius: 6px;

    background:
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.09),
            rgba(255, 255, 255, 0.025));
}


/* =========================================================
   Multilingual Visual
========================================================= */

.v2-language-window {
    min-height: 440px;

    padding: 24px;
}

.v2-language-navigation {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 1rem;

    border-bottom:
        1px solid var(--v2-line);

    padding-bottom: 18px;
}

.v2-language-navigation strong {
    color: var(--color-text);

    font-size: 0.82rem;
}

.v2-language-navigation div {
    display: flex;

    gap: 6px;
}

.v2-language-navigation span {
    width: 36px;
    height: 30px;

    display: grid;

    place-items: center;

    border:
        1px solid var(--v2-line);

    border-radius: 6px;

    color: var(--color-text-faint);

    font-size: 0.6rem;
}

.v2-language-navigation span.is-active {
    border-color:
        rgba(140, 169, 255, 0.42);

    background:
        var(--color-accent-soft);

    color: var(--color-accent);
}

.v2-language-hero {
    display: grid;

    gap: 11px;

    margin-block: 38px;
}

.v2-language-hero i {
    height: 14px;

    display: block;

    border-radius: 5px;

    background:
        rgba(255, 255, 255, 0.08);
}

.v2-language-hero i:first-child {
    width: 82%;
    height: 28px;

    background:
        rgba(140, 169, 255, 0.25);
}

.v2-language-hero i:nth-child(2) {
    width: 94%;
}

.v2-language-hero i:nth-child(3) {
    width: 66%;
}

.v2-language-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 12px;
}

.v2-language-grid article {
    min-height: 145px;

    border:
        1px solid var(--v2-line);

    border-radius: 10px;

    padding: 13px;
}

.v2-language-grid span {
    width: 100%;
    height: 63px;

    display: block;

    margin-bottom: 15px;

    border-radius: 6px;

    background:
        rgba(140, 169, 255, 0.085);
}

.v2-language-grid i {
    width: 92%;
    height: 7px;

    display: block;

    margin-top: 8px;

    border-radius: 4px;

    background:
        rgba(255, 255, 255, 0.08);
}

.v2-language-grid i:last-child {
    width: 62%;
}


/* =========================================================
   E-Poster Visual
========================================================= */

.v2-poster-screen {
    min-height: 450px;

    padding: 22px;
}

.v2-poster-header {
    display: flex;

    align-items: center;
    justify-content: space-between;

    border-bottom:
        1px solid var(--v2-line);

    padding-bottom: 16px;
}

.v2-poster-header strong {
    color: var(--color-text);

    font-size: 0.72rem;

    letter-spacing: 0.12em;
}

.v2-poster-header span {
    color: var(--color-accent);

    font-size: 0.65rem;
}

.v2-poster-stage {
    min-height: 330px;

    display: grid;

    place-items: center;

    padding-block: 25px;
}

.v2-poster-document {
    width: 44%;
    min-width: 165px;

    aspect-ratio: 0.72;

    border:
        1px solid rgba(255, 255, 255, 0.15);

    border-radius: 6px;

    padding: 15px;

    background: #171d29;
}

.v2-poster-document>i {
    display: block;

    height: 7px;

    margin-bottom: 9px;

    border-radius: 4px;

    background:
        rgba(255, 255, 255, 0.13);
}

.v2-poster-document>i:first-child {
    width: 82%;
    height: 12px;

    background:
        rgba(140, 169, 255, 0.46);
}

.v2-poster-document>i:nth-child(3) {
    width: 62%;
}

.v2-poster-document div {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 6px;

    margin-block: 18px;
}

.v2-poster-document div span {
    height: 78px;

    border-radius: 4px;

    background:
        rgba(140, 169, 255, 0.08);
}

.v2-poster-controls {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 1rem;

    border-top:
        1px solid var(--v2-line);

    padding-top: 15px;

    color: var(--color-text-muted);

    font-size: 0.78rem;
}

.v2-poster-controls i {
    width: 48%;
    height: 5px;

    display: block;

    overflow: hidden;

    border-radius: 99px;

    background:
        rgba(255, 255, 255, 0.08);
}

.v2-poster-controls i::before {
    content: "";

    width: 46%;
    height: 100%;

    display: block;

    border-radius: inherit;

    background: var(--color-accent);
}


/* =========================================================
   How I Work
========================================================= */

.v2-process-section {
    background: var(--color-background);
}

.v2-process-grid {
    display: grid;

    grid-template-columns:
        minmax(320px, 0.7fr) minmax(0, 1.3fr);

    gap:
        clamp(4rem, 10vw, 10rem);
}

.v2-process-intro {
    position: sticky;

    top:
        calc(var(--header-height) + 3rem);

    align-self: start;
}

.v2-process-intro h2 {
    max-width: 680px;

    margin-bottom: 1.7rem;

    font-size:
        clamp(2.8rem, 5vw, 5rem);

    line-height: 0.99;
}

.v2-process-intro>p:last-of-type {
    max-width: 570px;

    margin-bottom: 2.8rem;

    font-size: 1rem;
    line-height: 1.85;
}

.v2-process-progress {
    position: relative;

    width: 100%;
    max-width: 420px;
    height: 3px;

    overflow: hidden;

    background: var(--v2-line);
}

.v2-process-progress span {
    width: 0%;
    height: 100%;

    display: block;

    background: var(--color-accent);

    box-shadow:
        0 0 16px rgba(140, 169, 255, 0.35);

    transition:
        width 420ms ease;
}

.v2-process-list {
    position: relative;

    margin: 0;

    padding: 0;

    list-style: none;
}

.v2-process-list::before {
    content: "";

    position: absolute;

    top: 3.5rem;
    bottom: 3.5rem;
    left: 20px;

    width: 1px;

    background: var(--v2-line);
}

.v2-process-list li {
    position: relative;

    display: grid;

    grid-template-columns:
        42px 1fr;

    gap: 2rem;

    border-top:
        1px solid var(--v2-line);

    padding-block:
        clamp(3.5rem, 6vw, 5.5rem);

    opacity: 0.34;

    transition:
        opacity 350ms ease,
        transform 350ms ease;
}

.v2-process-list li:last-child {
    border-bottom:
        1px solid var(--v2-line);
}

.v2-process-list li.is-passed {
    opacity: 0.62;
}

.v2-process-list li.is-active {
    opacity: 1;

    transform:
        translateX(8px);
}

.v2-process-list>li>span {
    position: relative;

    z-index: 2;

    width: 42px;
    height: 42px;

    display: grid;

    place-items: center;

    border:
        1px solid var(--v2-line-strong);

    border-radius: 50%;

    background: var(--color-background);

    color: var(--color-text-faint);

    font-size: 0.64rem;
    font-weight: 750;

    letter-spacing: 0.1em;

    transition:
        border-color 300ms ease,
        background-color 300ms ease,
        color 300ms ease,
        box-shadow 300ms ease;
}

.v2-process-list li.is-active>span {
    border-color: var(--color-accent);

    background: var(--color-accent);

    color: #0b0e15;

    box-shadow:
        0 0 0 7px rgba(140, 169, 255, 0.08);
}

.v2-process-label {
    margin-bottom: 0.9rem;

    color: var(--color-accent);

    font-size: 0.68rem;
    font-weight: 750;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}

.v2-process-list h3 {
    max-width: 760px;

    margin-bottom: 1.2rem;

    font-size:
        clamp(1.9rem, 3.4vw, 3.2rem);

    line-height: 1.05;
}

.v2-process-list div>p:last-child {
    max-width: 690px;

    margin: 0;

    font-size: 0.98rem;
    line-height: 1.82;
}


/* =========================================================
   Experience Context
========================================================= */

.v2-context-section {
    background: var(--color-background-soft);
}

.v2-context-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    border-top:
        1px solid var(--v2-line-strong);
}

.v2-context-item {
    min-width: 0;

    min-height: 410px;

    border-right:
        1px solid var(--v2-line);

    padding:
        3rem 2.7rem;

    transition:
        background-color 220ms ease;
}

.v2-context-item:hover {
    background:
        rgba(255, 255, 255, 0.018);
}

.v2-context-item:first-child {
    padding-left: 0;
}

.v2-context-item:last-child {
    border-right: 0;

    padding-right: 0;
}

.v2-context-item>span {
    display: block;

    margin-bottom: 6rem;

    color: var(--color-accent);

    font-size: 0.68rem;
    font-weight: 750;

    letter-spacing: 0.14em;
}

.v2-context-item div>p:first-child {
    margin-bottom: 1.2rem;

    color: var(--color-accent);

    font-size: 0.67rem;
    font-weight: 750;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}

.v2-context-item h3 {
    max-width: 390px;

    margin-bottom: 1.4rem;

    font-size:
        clamp(1.8rem, 2.7vw, 2.5rem);

    line-height: 1.08;
}

.v2-context-item div>p:last-child {
    max-width: 410px;

    margin: 0;

    font-size: 0.93rem;
    line-height: 1.8;
}


/* =========================================================
   Technology
========================================================= */

.v2-tech-grid {
    display: grid;

    grid-template-columns:
        minmax(320px, 0.78fr) minmax(0, 1.22fr);

    gap:
        clamp(4rem, 10vw, 10rem);
}

.v2-tech-intro h2 {
    max-width: 690px;

    margin-bottom: 1.7rem;

    font-size:
        clamp(2.8rem, 4.7vw, 4.8rem);

    line-height: 1;
}

.v2-tech-intro>p:last-child {
    max-width: 590px;

    margin: 0;

    font-size: 1rem;
    line-height: 1.85;
}

.v2-tech-matrix {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    border-top:
        1px solid var(--v2-line-strong);

    border-left:
        1px solid var(--v2-line);
}

.v2-tech-matrix article {
    min-width: 0;

    min-height: 290px;

    border-right:
        1px solid var(--v2-line);

    border-bottom:
        1px solid var(--v2-line);

    padding: 2.6rem;
}

.v2-tech-matrix article>span {
    display: block;

    margin-bottom: 2.8rem;

    color: var(--color-accent);

    font-size: 0.7rem;
    font-weight: 750;

    letter-spacing: 0.14em;

    text-transform: uppercase;
}

.v2-tech-matrix ul {
    margin: 0;

    padding: 0;

    list-style: none;
}

.v2-tech-matrix li {
    border-top:
        1px solid var(--v2-line);

    padding-block: 0.82rem;

    color: var(--color-text-soft);

    font-size: 0.9rem;
}

.v2-tech-matrix li:last-child {
    border-bottom:
        1px solid var(--v2-line);
}


/* =========================================================
   About
========================================================= */

.v2-about-section {
    background: var(--color-background-soft);
}

.v2-about-grid {
    display: grid;

    grid-template-columns:
        minmax(340px, 0.82fr) minmax(0, 1.18fr);

    align-items: center;

    gap:
        clamp(4rem, 10vw, 10rem);
}

.v2-about-image {
    position: relative;

    max-width: 540px;
}

.v2-about-image img {
    width: 100%;

    aspect-ratio: 4 / 5;

    object-fit: cover;

    border:
        1px solid var(--v2-line-strong);

    border-radius: 22px;
}

.v2-about-image::after {
    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    border-radius: 22px;

    background:
        linear-gradient(to top,
            rgba(11, 14, 21, 0.52),
            transparent 48%);
}

.v2-about-image-label {
    position: absolute;

    z-index: 2;

    right: 1.4rem;
    bottom: 1.4rem;
    left: 1.4rem;

    display: flex;

    flex-wrap: wrap;

    gap: 0.5rem;
}

.v2-about-image-label span {
    border:
        1px solid rgba(255, 255, 255, 0.2);

    border-radius: 999px;

    padding:
        0.52rem 0.8rem;

    background:
        rgba(11, 14, 21, 0.74);

    color: var(--color-text-soft);

    font-size: 0.66rem;

    backdrop-filter:
        blur(10px);

    -webkit-backdrop-filter:
        blur(10px);
}

.v2-about-content h2 {
    max-width: 820px;

    margin-bottom: 2rem;

    font-size:
        clamp(2.7rem, 4.8vw, 4.9rem);

    line-height: 1;
}

.v2-about-lead {
    max-width: 720px;

    margin-bottom: 1.7rem;

    color: var(--color-text-soft);

    font-size:
        clamp(1.35rem, 2.1vw, 1.85rem);

    line-height: 1.58;

    letter-spacing: -0.025em;
}

.v2-about-content>p:not(.section-label):not(.v2-about-lead) {
    max-width: 660px;

    margin-bottom: 1.4rem;

    font-size: 0.98rem;
    line-height: 1.86;
}

.v2-about-content .v2-link {
    margin-top: 1rem;
}


/* =========================================================
   Recruiter CTA
========================================================= */

.v2-cta-section {
    position: relative;

    overflow: hidden;

    padding-block:
        clamp(8rem, 13vw, 13rem);

    border-top:
        1px solid var(--v2-line);

    background:
        radial-gradient(circle at 88% 25%,
            rgba(140, 169, 255, 0.18),
            transparent 31%);
}

.v2-cta-section::before {
    content: "";

    position: absolute;

    width: 540px;
    height: 540px;

    right: -260px;
    top: 50%;

    border:
        1px solid rgba(140, 169, 255, 0.1);

    border-radius: 50%;

    transform:
        translateY(-50%);
}

.v2-cta {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr) minmax(320px, 0.65fr);

    align-items: end;

    gap:
        clamp(4rem, 10vw, 10rem);
}

.v2-cta h2 {
    max-width: 980px;

    margin-bottom: 1.8rem;

    font-size:
        clamp(3.3rem, 6.4vw, 7rem);

    line-height: 0.93;

    letter-spacing: -0.07em;
}

.v2-cta>div:first-child>p:last-child {
    max-width: 650px;

    margin: 0;

    font-size: 1.04rem;
    line-height: 1.82;
}

.v2-cta-actions {
    display: flex;

    align-items: stretch;

    flex-direction: column;

    gap: 0.9rem;
}

.v2-cta-actions .button {
    width: 100%;

    min-height: 58px;
}

.v2-cta-actions .button-primary {
    min-height: 66px;

    font-size: 0.93rem;
}

.v2-cta-actions .v2-link {
    margin-top: 1rem;
}


/* =========================================================
   Disclosure
========================================================= */

.v2-disclosure {
    padding-block: 3rem;
}

.v2-disclosure p {
    max-width: 900px;

    margin: 0;

    color: var(--color-text-faint);

    font-size: 0.76rem;
    line-height: 1.75;
}


/* =========================================================
   Large Tablet
========================================================= */

@media (max-width: 1180px) {

    .home-v2 {
        --container-width: 1180px;
    }

    .v2-hero .container {
        width: min(calc(100% - 48px),
                1080px);
    }

    .v2-hero-grid {
        grid-template-columns:
            minmax(0, 1.2fr) minmax(300px, 0.8fr);

        gap: 3rem;
    }

    .v2-hero h1 {
        font-size:
            clamp(3.2rem, 5.5vw, 5.4rem);
    }

    .v2-delivery-map {
        max-width: 350px;
    }

    .v2-case-study {
        grid-template-columns:
            110px minmax(0, 1fr);
    }

    .v2-case-study-visual {
        grid-column: 2;

        width: 100%;
        max-width: 760px;

        margin-top: 1.5rem;
    }

}


/* =========================================================
   Tablet
========================================================= */

@media (max-width: 980px) {

    .v2-hero {
        min-height: auto;

        padding-block: 5.5rem;
    }

    .v2-hero .container {
        width: min(calc(100% - 48px),
                900px);
    }

    .v2-hero-content {
        max-width: 760px;
    }

    .v2-hero h1 {
        max-width: 760px;

        font-size:
            clamp(3.2rem, 8vw, 5rem);
    }


    .v2-hero-grid,
    .v2-process-grid,
    .v2-tech-grid,
    .v2-about-grid,
    .v2-cta {
        grid-template-columns: 1fr;
    }

    .v2-hero-grid {
        gap: 4rem;
    }

    .v2-delivery-map {
        width: 100%;
        max-width: 620px;

        justify-self: start;
    }

    .v2-scroll-cue {
        display: none;
    }

    .v2-section-heading {
        grid-template-columns: 1fr;

        align-items: start;

        gap: 1.7rem;
    }

    .v2-metric-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .v2-metric {
        border-bottom:
            1px solid var(--v2-line);
    }

    .v2-metric:nth-child(2) {
        border-right: 0;
    }

    .v2-metric:nth-child(3),
    .v2-metric:nth-child(4) {
        border-bottom: 0;
    }

    .v2-capability-panel {
        grid-template-columns: 1fr;

        gap: 3rem;
    }

    .v2-process-intro {
        position: static;
    }

    .v2-process-progress {
        max-width: none;
    }

    .v2-context-grid {
        grid-template-columns: 1fr;
    }

    .v2-context-item,
    .v2-context-item:first-child,
    .v2-context-item:last-child {
        min-height: auto;

        border-right: 0;

        border-bottom:
            1px solid var(--v2-line);

        padding:
            3rem 0;
    }

    .v2-context-item:last-child {
        border-bottom: 0;
    }

    .v2-context-item>span {
        margin-bottom: 2.5rem;
    }

    .v2-about-image {
        max-width: 460px;
    }

    .v2-cta-actions {
        width: 100%;
        max-width: 480px;
    }

}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 700px) {

    .home-v2 {
        --v2-section-space: 5.4rem;
    }

    .v2-section-intro h2,
    .v2-section-heading h2 {
        font-size:
            clamp(2.3rem, 10vw, 3.4rem);

        line-height: 1;
    }

    .v2-hero {
        padding-block:
            4.5rem 5rem;
    }

    .v2-hero .container {
        width:
            calc(100% - 30px);
    }

    .v2-hero-grid {
        gap: 3.5rem;
    }


    .v2-hero-meta {
        margin-bottom: 2.2rem;
    }

    .v2-hero h1 {
        max-width: none;

        font-size:
            clamp(2.65rem, 12vw, 4rem);

        line-height: 1;
    }

    .v2-hero-lead {
        font-size: 1rem;
    }

    .v2-hero-actions {
        align-items: stretch;

        flex-direction: column;
    }

    .v2-hero-actions .button {
        width: 100%;
    }

    .v2-hero-actions .v2-link {
        margin:
            0.65rem 0 0;
    }

    .v2-delivery-map {
        max-width: none;

        border-radius: 18px;

        padding: 1.45rem;
    }

    .v2-delivery-map-header {
        align-items: flex-start;

        flex-direction: column;
    }

    .v2-delivery-flow li {
        min-height: 76px;
    }

    .v2-metric-grid {
        grid-template-columns: 1fr;
    }

    .v2-metric,
    .v2-metric:first-child,
    .v2-metric:last-child {
        min-height: auto;

        border-right: 0;

        border-bottom:
            1px solid var(--v2-line);

        padding:
            2.3rem 0;
    }

    .v2-metric:last-child {
        border-bottom: 0;
    }

    .v2-metric-value {
        font-size:
            clamp(3rem, 15vw, 4.6rem);
    }

    .v2-metric-word {
        font-size:
            clamp(2rem, 9vw, 2.8rem);
    }

    .v2-capability-tabs {
        grid-template-columns: 1fr;
    }

    .v2-capability-tab {
        min-height: 86px;

        border-right: 0;

        border-bottom:
            1px solid var(--v2-line);

        padding: 1.4rem;
    }

    .v2-capability-tab:last-child {
        border-bottom: 0;
    }

    .v2-capability-tab::after {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;

        width: 3px;
        height: auto;

        transform:
            scaleY(0);

        transform-origin: bottom;
    }

    .v2-capability-tab.is-active::after {
        transform:
            scaleY(1);

        transform-origin: top;
    }

    .v2-capability-tab strong {
        font-size: 1.75rem;
    }

    .v2-capability-panel {
        padding-block: 3.5rem;
    }

    .v2-capability-panel-heading h3 {
        font-size:
            clamp(2.2rem, 11vw, 3.3rem);

        line-height: 1;
    }

    .v2-case-study {
        grid-template-columns: 1fr;

        gap: 2.4rem;

        padding-block: 5rem;
    }

    .v2-case-study-meta>span {
        font-size: 5rem;
    }

    .v2-case-study-content h3 {
        font-size:
            clamp(2.3rem, 11vw, 3.5rem);

        line-height: 1;
    }

    .v2-case-study-summary {
        font-size: 1.02rem;
    }

    .v2-case-study-facts {
        grid-template-columns: 1fr;

        gap: 1.5rem;
    }

    .v2-case-study-visual {
        grid-column: auto;

        margin-top: 0.5rem;
    }

    .v2-system-window,
    .v2-language-window,
    .v2-poster-screen {
        transform: none;
    }

    .v2-system-body {
        min-height: 300px;

        grid-template-columns:
            54px 1fr;
    }

    .v2-system-content {
        padding:
            24px 16px;
    }

    .v2-language-window {
        min-height: 340px;

        padding: 16px;
    }

    .v2-poster-screen {
        min-height: 350px;

        padding: 16px;
    }

    .v2-poster-stage {
        min-height: 250px;
    }

    .v2-process-intro h2 {
        font-size:
            clamp(2.5rem, 11vw, 3.5rem);
    }

    .v2-process-list::before {
        left: 18px;
    }

    .v2-process-list li {
        grid-template-columns:
            38px 1fr;

        gap: 1.2rem;

        padding-block: 3.3rem;
    }

    .v2-process-list>li>span {
        width: 38px;
        height: 38px;
    }

    .v2-process-list li.is-active {
        transform: none;
    }

    .v2-process-list h3 {
        font-size:
            clamp(1.7rem, 8vw, 2.4rem);
    }

    .v2-tech-intro h2,
    .v2-about-content h2 {
        font-size:
            clamp(2.4rem, 10vw, 3.5rem);
    }

    .v2-tech-matrix {
        grid-template-columns: 1fr;
    }

    .v2-tech-matrix article {
        min-height: auto;

        padding: 2rem;
    }

    .v2-about-image {
        max-width: 100%;
    }

    .v2-about-lead {
        font-size:
            1.25rem;
    }

    .v2-cta h2 {
        font-size:
            clamp(3rem, 13vw, 4.6rem);

        line-height: 0.95;
    }

}


/* =========================================================
   Small Mobile
========================================================= */

@media (max-width: 420px) {

    .v2-hero h1 {
        font-size: 2.65rem;
    }

    .v2-hero-role {
        max-width: 260px;
    }

    .v2-delivery-flow {
        margin-left: -2px;
    }

    .v2-delivery-flow li {
        grid-template-columns:
            44px 1fr;

        gap: 0.9rem;
    }

    .v2-delivery-number {
        width: 44px;
        height: 44px;
    }

    .v2-system-flow {
        gap: 5px;
    }

    .v2-system-flow span {
        min-height: 50px;

        font-size: 0.57rem;
    }

    .v2-system-flow i {
        width: 8px;
    }

    .v2-language-grid {
        gap: 6px;
    }

    .v2-language-grid article {
        min-height: 110px;

        padding: 8px;
    }

    .v2-language-grid span {
        height: 46px;
    }

    .v2-poster-document {
        width: 56%;
        min-width: 140px;
    }

}


/* =========================================================
   Reduced Motion
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .has-v2-motion [data-reveal] {
        opacity: 1;

        transform: none;

        transition: none;
    }

    .v2-scroll-cue i::after {
        animation: none;
    }

    .v2-hero-dynamic strong,
    .v2-delivery-flow li,
    .v2-delivery-number,
    .v2-process-list li,
    .v2-process-list>li>span,
    .v2-process-progress span {
        transition: none;
    }

    .v2-case-study::before {
        display: none;
    }

    .v2-system-window,
    .v2-language-window,
    .v2-poster-screen {
        transform: none;

        transition: none;
    }

}