/* Hybrid Projects Page: homepage luxury system + editorial project storytelling */
.projects-page {
    background: var(--paper);
    color: var(--white)
}

.project-noise {
    position: fixed;
    inset: 0;
    z-index: 999;
    pointer-events: none;
    opacity: .028;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E")
}

.project-page-hero {
    position: relative;
    min-height: 100svh;
    height: 130vh;
    background: #050505;
    overflow: hidden;
    padding: calc(var(--nav-height) + 34px) 0 34px;
    border-bottom: 1px solid rgba(184, 154, 106, .22)
}

.project-grid-lines,
.project-light-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(to right, transparent calc(20% - 1px), rgba(245, 243, 239, .08) calc(20% - 1px), rgba(245, 243, 239, .08) 20%, transparent 20%), linear-gradient(to right, transparent calc(40% - 1px), rgba(245, 243, 239, .08) calc(40% - 1px), rgba(245, 243, 239, .08) 40%, transparent 40%), linear-gradient(to right, transparent calc(60% - 1px), rgba(245, 243, 239, .08) calc(60% - 1px), rgba(245, 243, 239, .08) 60%, transparent 60%), linear-gradient(to right, transparent calc(80% - 1px), rgba(245, 243, 239, .08) calc(80% - 1px), rgba(245, 243, 239, .08) 80%, transparent 80%)
}

.project-light-lines {
    background-image: linear-gradient(to right, transparent calc(20% - 1px), rgba(10, 10, 10, .08) calc(20% - 1px), rgba(10, 10, 10, .08) 20%, transparent 20%), linear-gradient(to right, transparent calc(40% - 1px), rgba(10, 10, 10, .08) calc(40% - 1px), rgba(10, 10, 10, .08) 40%, transparent 40%), linear-gradient(to right, transparent calc(60% - 1px), rgba(10, 10, 10, .08) calc(60% - 1px), rgba(10, 10, 10, .08) 60%, transparent 60%), linear-gradient(to right, transparent calc(80% - 1px), rgba(10, 10, 10, .08) calc(80% - 1px), rgba(10, 10, 10, .08) 80%, transparent 80%)
}

.project-ghost {
    position: absolute;
    z-index: 0;
    right: 8vw;
    bottom: 7vh;
    font-size: clamp(92px, 13vw, 230px);
    font-weight: 800;
    line-height: .8;
    letter-spacing: -.08em;
    color: rgba(245, 243, 239, .045);
    pointer-events: none;
    text-transform: uppercase
}

.project-hero-inner {
    position: relative;
    z-index: 2;
    min-height: calc(100svh - var(--nav-height) - 68px);
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 90vh;
}

.project-hero-kicker,
.project-mini {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold-light);
    line-height: 1.6
}

.project-hero-stage {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1.05fr;
    gap: 0;
    align-items: end;
    margin-top: 20px
}

.project-feature {
    position: relative;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-left: 1px solid rgba(245, 243, 239, .1);
    border-right: 1px solid rgba(245, 243, 239, .1);
    overflow: hidden;
    background: rgba(255, 255, 255, .01)
}

.project-feature-left {
    transform: translateY(11vh)
}

.project-feature-right {
    transform: translateY(4vh)
}

.project-feature-center {
    height: 96%;
    align-self: start
}

.project-feature-title {
    min-height: 170px;
    padding: 0 clamp(22px, 3vw, 54px) 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.project-feature-title p {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 14px
}

.project-feature-title h1,
.project-feature-title h2 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: clamp(34px, 3.35vw, 58px);
    line-height: .94;
    letter-spacing: -.04em;
    color: #fff
}

.project-feature-title h2 {
    font-size: clamp(30px, 2.6vw, 48px)
}

.project-feature figure {
    height: 46vh;
    min-height: 300px;
    overflow: hidden;
    background: #111
}

.project-feature-center figure {
    height: 42vh
}

.project-feature img {
    filter: saturate(.78) contrast(1.06);
    transform: scale(1.06)
}

.project-feature footer {
    height: 78px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 clamp(22px, 3vw, 54px);
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(245, 243, 239, .58)
}

.project-feature footer b {
    color: #fff
}

.project-hero-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(245, 243, 239, .68)
}

.project-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.project-contact-link:before {
    content: "△";
    color: var(--gold-light)
}

.project-story {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    padding: clamp(100px, 10vw, 160px) 0;
    display: grid;
    align-items: center
}

.project-story-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--gutter);
    align-items: center
}

.scenario-grid .project-mini {
    grid-column: 1/3
}

.scenario-grid .project-story-title {
    grid-column: 1/7
}

.scenario-grid .project-copy {
    grid-column: 7/10
}

.scenario-grid .project-story-image {
    grid-column: 10/13
}

.concept-grid .project-story-image {
    grid-column: 1/5
}

.concept-grid .project-story-text {
    grid-column: 6/13
}

.output-grid .project-story-text {
    grid-column: 1/7
}

.output-grid .project-story-image {
    grid-column: 8/13
}

.project-story-title {
    font-family: var(--font-body);
    font-size: clamp(34px, 4.65vw, 70px);
    line-height: 1.03;
    letter-spacing: -.06em;
    font-weight: 800;
    color: #0a0a0a
}

.project-story-text .project-story-title {
    margin-top: 18px
}

.project-copy {
    font-size: clamp(15px, 1.25vw, 18px);
    font-weight: 500;
    color: rgba(10, 10, 10, .52);
    line-height: 1.75
}

.project-copy p+p {
    margin-top: 24px
}

.project-copy p:first-child:first-letter {
    font-family: var(--font-heading);
    font-size: 62px;
    line-height: .7;
    color: rgba(10, 10, 10, .26);
    float: left;
    margin: 8px 10px 0 0
}

.project-story-image {
    height: 65vh;
    min-height: 520px;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(10, 10, 10, .08)
}

.project-story-image img {
    filter: saturate(.86) contrast(1.04);
    transform: scale(1.14)
}

.project-side-word {
    position: absolute;
    z-index: 0;
    font-size: clamp(88px, 14vw, 220px);
    font-weight: 800;
    letter-spacing: -.08em;
    color: rgba(10, 10, 10, .035);
    writing-mode: vertical-rl;
    line-height: 1;
    text-transform: capitalize
}

.project-side-word.left {
    left: 4vw;
    top: 15%
}

.project-side-word.right {
    right: 5vw;
    top: 15%
}

.project-big-number {
    position: absolute;
    z-index: 0;
    left: 10%;
    bottom: 5%;
    font-size: clamp(220px, 34vw, 520px);
    font-weight: 800;
    line-height: .8;
    letter-spacing: -.12em;
    color: rgba(10, 10, 10, .035)
}

.project-big-number.center {
    left: 48%;
    transform: translateX(-50%)
}

.project-big-number.leftnum {
    left: 8%
}

.faded-copy {
    opacity: .82
}

.project-missions {
    position: relative;
    overflow: hidden;
    padding: clamp(105px, 10vw, 160px) 0;
    background: linear-gradient(180deg, #090808, #171210)
}

.mission-head-hybrid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr minmax(280px, 440px);
    gap: var(--gutter);
    align-items: end;
    margin-bottom: 60px
}

.mission-title-hybrid {
    font-family: var(--font-heading);
    font-size: clamp(70px, 11vw, 170px);
    font-weight: 700;
    line-height: .82;
    letter-spacing: -.07em;
    color: #fff
}

.mission-intro-hybrid {
    color: rgba(245, 243, 239, .62);
    font-size: 14px;
    line-height: 1.85
}

.mission-swiper-shell {
    position: relative;
    z-index: 2;
    overflow: hidden
}

.mission-swiper {
    overflow: visible
}

.mission-slide {
    display: grid;
    gap: 18px;
    opacity: .45;
    transform: scale(.94);
    transform-origin: center bottom;
    transition: opacity .45s ease, transform .45s var(--ease);
    padding-bottom: 10px
}

.mission-slide.swiper-slide-active,
.mission-slide.swiper-slide-next {
    opacity: 1;
    transform: scale(1)
}

.mission-slide figure {
    height: clamp(340px, 35vw, 540px);
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(184, 154, 106, .18)
}

.mission-slide.is-tall figure {
    height: clamp(410px, 42vw, 640px)
}

.mission-slide img {
    filter: saturate(.82) contrast(1.06);
    transition: transform 1.1s var(--ease)
}

.mission-slide:hover img {
    transform: scale(1.06)
}

.mission-slide span {
    font-family: var(--font-heading);
    font-size: 34px;
    color: var(--gold-light);
    line-height: 1
}

.mission-slide h3 {
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: -.04em;
    text-transform: uppercase;
    color: #fff
}

.mission-slide p {
    max-width: 330px;
    color: rgba(245, 243, 239, .56);
    font-size: 13px;
    line-height: 1.75
}

.mission-controls {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(245, 243, 239, .12)
}

.mission-count {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(245, 243, 239, .66);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em
}

.mission-count i {
    display: block;
    width: 42px;
    height: 1px;
    background: rgba(184, 154, 106, .48)
}

.mission-progress {
    position: relative !important;
    width: 100% !important;
    height: 1px !important;
    background: rgba(245, 243, 239, .14) !important
}

.mission-progress .swiper-pagination-progressbar-fill {
    background: var(--gold-light) !important
}

.mission-nav {
    display: flex;
    gap: 10px
}

.mission-nav button {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(184, 154, 106, .38);
    display: grid;
    place-items: center;
    color: var(--gold-light);
    font-size: 28px;
    line-height: 1;
    background: transparent;
    transition: .25s ease
}

.mission-nav button:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #050505
}

.project-method {
    position: relative;
    overflow: hidden;
    padding: clamp(100px, 10vw, 160px) 0
}

.method-layout-hybrid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(42px, 6vw, 100px);
    align-items: start
}

.method-stack-hybrid {
    display: grid;
    border-top: 1px solid rgba(10, 10, 10, .15)
}

.method-row {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 20px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(10, 10, 10, .15)
}

.method-row span {
    grid-row: 1/3;
    font-family: var(--font-heading);
    font-size: 44px;
    line-height: 1;
    color: var(--gold-dark)
}

.method-row h3 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: -.03em;
    color: #111
}

.method-row p {
    grid-column: 2;
    color: rgba(10, 10, 10, .56);
    font-size: 14px;
    line-height: 1.8
}

.project-cta-hybrid {
    position: relative;
    min-height: 78vh;
    display: grid;
    align-items: center;
    overflow: hidden;
    padding: clamp(100px, 12vw, 170px) 0
}

.cta-inner-hybrid {
    position: relative;
    z-index: 2
}

.cta-title-hybrid {
    font-family: var(--font-heading);
    font-size: clamp(58px, 9vw, 150px);
    font-weight: 700;
    line-height: .84;
    letter-spacing: -.07em;
    max-width: 1050px;
    color: #fff
}

.cta-inner-hybrid .btn {
    margin-top: 38px
}

.image-reveal {
    clip-path: inset(10% 0 10% 0);
    will-change: clip-path
}

.reveal,
.reveal-card,
.reveal-line {
    will-change: opacity, transform
}

@media(max-width:1040px) {
    .project-hero-stage {
        display: block
    }

    .project-feature,
    .project-feature-left,
    .project-feature-right,
    .project-feature-center {
        height: auto;
        transform: none;
        margin-bottom: 24px
    }

    .project-feature figure,
    .project-feature-center figure {
        height: 320px;
        min-height: 260px
    }

    .project-feature-title {
        min-height: auto;
        padding: 28px
    }

    .project-feature footer {
        padding: 0 28px
    }

    .project-ghost {
        display: none
    }

    .project-story-grid,
    .method-layout-hybrid,
    .mission-head-hybrid {
        display: block
    }

    .project-mini {
        margin-bottom: 18px
    }

    .project-story-title {
        margin-bottom: 28px
    }

    .project-copy {
        max-width: 680px
    }

    .project-story-image {
        height: 430px;
        min-height: 0;
        margin-top: 34px
    }

    .project-side-word,
    .project-big-number {
        display: none
    }

    .mission-intro-hybrid {
        margin-top: 28px
    }

    .mission-controls {
        grid-template-columns: 1fr auto
    }

    .mission-progress {
        grid-column: 1/-1;
        order: 3
    }

    .mission-count {
        order: 1
    }

    .mission-nav {
        order: 2
    }

    .method-stack-hybrid {
        margin-top: 38px
    }
}

@media(max-width:760px) {
    .project-page-hero {
        padding-top: calc(var(--nav-height) + 28px)
    }

    .project-feature-title h1,
    .project-feature-title h2 {
        font-size: 42px
    }

    .project-hero-bottom {
        display: grid;
        gap: 14px
    }

    .project-story {
        min-height: auto;
        padding: 86px 0
    }

    .project-story-title {
        font-size: clamp(38px, 12vw, 58px)
    }

    .project-story-image {
        height: 340px
    }

    .mission-title-hybrid,
    .cta-title-hybrid {
        font-size: clamp(68px, 17vw, 100px)
    }

    .mission-slide figure,
    .mission-slide.is-tall figure {
        height: 340px
    }

    .mission-nav button {
        width: 42px;
        height: 42px
    }

    .method-row {
        grid-template-columns: 54px 1fr
    }

    .method-row p {
        grid-column: 1/-1
    }

    .project-copy p:first-child:first-letter {
        font-size: 48px
    }
}