/* New pages only — shared header, footer, loader and motion live in global.css. */
.twc-archive-hero .twa-hero__poster,
.twc-detail-hero .twa-hero__poster {
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1 !important;
    transform: scale(1.04)
}

.twc-archive-hero .twa-hero__shade,
.twc-detail-hero .twa-hero__shade {
    z-index: 3
}

.twc-archive-hero .twa-noise,
.twc-detail-hero .twa-noise {
    z-index: 4
}

.twc-archive {
    padding-bottom: 0;
    background: #0d0d0c;
    color: #fff
}

.twc-archive>.twa-container {
    width: 100%;
    max-width: none
}

.twc-archive .twa-section-head {
    width: min(1290px, calc(100% - 96px));
    margin-right: auto;
    margin-left: auto
}

.twc-project-list {
    border-top: 1px solid rgba(255, 255, 255, .14)
}

.twc-project-card {
    position: relative;
    display: flex;
    min-height: 88vh;
    overflow: hidden;
    align-items: flex-end;
    padding: clamp(38px, 6vw, 90px);
    isolation: isolate;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.twc-project-card figure {
    position: absolute;
    z-index: -2;
    inset: 0;
    height: 100%;
    margin: 0;
    clip-path: none !important
}

.twc-project-card figure:after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(5, 5, 5, .88), rgba(5, 5, 5, .45) 48%, rgba(5, 5, 5, .08)), linear-gradient(0deg, rgba(5, 5, 5, .82), transparent 55%)
}

.twc-project-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.75);
    transition: transform 1.4s var(--twa-ease), filter .8s ease
}

.twc-project-card:hover figure img {
    transform: scale(1.055);
    filter: saturate(1)
}

.twc-project-card__number {
    display: block;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .5);
    font-size: 10px;
    letter-spacing: .25em
}

.twc-project-card>div {
    width: 100%;
    max-width: 1080px
}

.twc-project-card .twa-label {
    color: var(--twa-gold)
}

.twc-project-card h3 {
    max-width: 1050px;
    margin: 22px 0 14px;
    color: #fff;
    font-family: var(--twa-serif);
    font-size: clamp(58px, 8.8vw, 142px);
    font-weight: 400;
    line-height: .82;
    letter-spacing: -.065em;
    text-transform: uppercase
}

.twc-project-card small {
    display: block;
    color: rgba(255, 255, 255, .64);
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase
}

.twc-project-card b {
    display: inline-block;
    margin-top: 42px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .65);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase
}

.twc-project-card:nth-child(even) {
    justify-content: flex-end;
    text-align: right
}

.twc-project-card:nth-child(even)>div {
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.twc-project-card:nth-child(even) figure:after {
    background: linear-gradient(270deg, rgba(5, 5, 5, .88), rgba(5, 5, 5, .42) 48%, rgba(5, 5, 5, .08)), linear-gradient(0deg, rgba(5, 5, 5, .8), transparent 55%)
}

.twc-archive-note {
    background: var(--twa-paper);
    color: var(--twa-text)
}

.twc-archive-note .twa-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 620px);
    column-gap: clamp(48px, 8vw, 130px);
    align-items: start
}

.twc-archive-note .twa-label {
    grid-column: 1 / -1
}

.twc-archive-note h2 {
    max-width: 1080px;
    margin: 34px 0 0;
    font-size: clamp(48px, 6vw, 96px)
}

.twc-archive-note .twa-copy {
    max-width: 620px;
    margin: 34px 0 0 auto
}

@media (max-width: 800px) {
    .twc-archive-note .twa-container {
        display: block
    }

    .twc-archive-note h2 {
        margin-bottom: 44px
    }

    .twc-archive-note .twa-copy {
        margin-top: 0
    }
}

.twc-detail-hero .twa-hero__title {
    max-width: 1200px
}

.twc-detail-hero .twa-hero__title>span {
    font-size: clamp(46px, 6vw, 92px)
}

.twc-story {
    background: var(--twa-paper);
    color: var(--twa-text)
}

.twc-story__grid {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: clamp(60px, 10vw, 155px)
}

.twc-story__grid>h2 {
    max-width: 760px;
    font-size: clamp(42px, 5vw, 76px)
}

.twc-facts {
    margin: 0 0 58px
}

.twc-facts div {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    padding: 16px 0;
    border-bottom: 1px solid var(--twa-line)
}

.twc-facts dt {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase
}

.twc-facts dd {
    margin: 0;
    text-align: right;
    font-size: 12px
}

.twc-story__grid .twa-copy p {
    margin: 0 0 1.5em
}

.twc-project-gallery {
    padding: clamp(70px, 8vw, 130px) clamp(28px, 5vw, 84px);
    background: #0d0d0c
}

.twc-project-gallery>figure {
    height: min(72vw, 880px);
    margin: 0
}

.twc-project-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.twc-project-gallery__pair {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: clamp(28px, 6vw, 90px);
    align-items: end;
    padding: clamp(75px, 9vw, 145px) 7vw 0
}

.twc-project-gallery__pair figure {
    height: min(63vw, 800px);
    margin: 0
}

.twc-project-gallery__pair figure:last-child {
    height: min(44vw, 570px)
}

.twc-project-quote {
    background: #0d0d0c;
    color: #fff
}

.twc-project-quote h2 {
    max-width: 1100px;
    margin-top: 34px;
    color: #fff;
    font-size: clamp(48px, 6vw, 96px)
}

.twc-project-quote em {
    color: var(--twa-gold);
    font-style: normal
}

.twc-next-project {
    position: relative;
    display: block;
    height: min(84vh, 880px);
    overflow: hidden;
    color: #fff
}

.twc-next-project>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.7);
    transition: transform 1.35s var(--twa-ease), filter .6s
}

.twc-next-project:after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .08))
}

.twc-next-project:hover>img {
    transform: scale(1.055);
    filter: saturate(1)
}

.twc-next-project>div {
    position: absolute;
    z-index: 2;
    right: clamp(28px, 6vw, 95px);
    bottom: clamp(45px, 7vw, 95px);
    left: clamp(28px, 6vw, 95px)
}

.twc-next-project h2 {
    margin: 18px 0 30px;
    color: #fff;
    font-family: var(--twa-serif);
    font-size: clamp(62px, 9vw, 145px);
    line-height: .85;
    letter-spacing: -.065em;
    text-transform: uppercase
}

.twc-next-project>div>span {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase
}

@media(max-width:800px) {
    .twc-archive .twa-section-head {
        width: calc(100% - 44px)
    }

    .twc-project-card {
        min-height: 78svh;
        padding: 30px 22px
    }

    .twc-project-card h3 {
        font-size: 15vw
    }

    .twc-project-card:nth-child(even) {
        text-align: left
    }

    .twc-project-card:nth-child(even)>div {
        align-items: flex-start
    }

    .twc-project-card:nth-child(even) figure:after {
        background: linear-gradient(90deg, rgba(5, 5, 5, .88), rgba(5, 5, 5, .3)), linear-gradient(0deg, rgba(5, 5, 5, .82), transparent)
    }

    .twc-story__grid {
        grid-template-columns: 1fr
    }

    .twc-project-gallery__pair {
        grid-template-columns: 1fr;
        padding-inline: 0
    }

    .twc-project-gallery__pair figure,
    .twc-project-gallery__pair figure:last-child {
        height: 120vw;
        max-height: 680px
    }

    .twc-next-project {
        height: 68svh
    }

    .twc-next-project h2 {
        font-size: 16vw
    }
}

/* Project story: concise editorial heading on the left, full PDF copy once on the right. */
.twc-story__grid {
    grid-template-columns: .72fr 1.28fr;
    gap: clamp(55px, 8vw, 130px)
}

.twc-story__grid>h2 {
    max-width: 500px;
    font-size: clamp(32px, 3.4vw, 52px);
    line-height: 1.1
}

@media(max-width:800px) {
    .twc-story__grid {
        grid-template-columns: 1fr
    }

    .twc-story__grid>h2 {
        font-size: clamp(34px, 10vw, 48px)
    }
}

/* =========================================================
   FINAL CREATIONS TYPOGRAPHY + RESPONSIVE PASS
   Keeps the established TWDesign layout with calmer titles.
========================================================= */
.twc-archive-hero .twa-hero__title,
.twc-detail-hero .twa-hero__title {
    max-width: 980px;
}

.twc-archive-hero .twa-hero__title>span,
.twc-detail-hero .twa-hero__title>span {
    font-size: clamp(44px, 5.4vw, 82px);
    line-height: .94;
}

.twc-project-card h3 {
    max-width: 900px;
    font-size: clamp(48px, 5vw, 108px);
    line-height: .88;
}

.twc-archive-note h2,
.twc-project-quote h2 {
    font-size: clamp(40px, 5vw, 76px);
}

.twc-next-project h2 {
    font-size: clamp(40px, 5vw, 76px);
}

@media (max-width: 1100px) {
    .twc-project-card {
        min-height: 76svh;
        padding: 54px 40px;
    }

    .twc-project-card h3 {
        font-size: clamp(48px, 8vw, 82px);
    }

    .twc-story__grid {
        grid-template-columns: .82fr 1.18fr;
        gap: 64px;
    }
}

@media (max-width: 800px) {

    .twc-archive-hero .twa-hero__content,
    .twc-detail-hero .twa-hero__content {
        right: 22px;
        left: 22px;
        width: auto;
    }

    .twc-archive-hero .twa-hero__title>span,
    .twc-detail-hero .twa-hero__title>span {
        font-size: clamp(38px, 10vw, 58px);
        line-height: .96;
    }

    .twc-archive-hero .twa-hero__intro,
    .twc-detail-hero .twa-hero__intro {
        max-width: 520px;
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.55;
    }

    .twc-archive .twa-section-head {
        width: calc(100% - 44px);
        gap: 24px;
    }

    .twc-project-card {
        min-height: 66svh;
        padding: 38px 22px;
    }

    .twc-project-card h3 {
        margin-top: 15px;
        font-size: clamp(38px, 12vw, 58px);
        line-height: .92;
        letter-spacing: -.05em;
    }

    .twc-project-card b {
        margin-top: 28px;
    }

    .twc-project-card__number {
        margin-bottom: 14px;
    }

    .twc-story__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .twc-story__grid>h2 {
        max-width: 620px;
        font-size: clamp(32px, 8vw, 44px);
    }

    .twc-facts {
        margin-bottom: 40px;
    }

    .twc-project-gallery {
        padding: 64px 22px;
    }

    .twc-project-gallery>figure {
        height: 88vw;
        max-height: 680px;
    }

    .twc-project-gallery__pair {
        gap: 22px;
        padding-top: 22px;
    }

    .twc-project-gallery__pair figure,
    .twc-project-gallery__pair figure:last-child {
        height: 112vw;
        max-height: 650px;
    }

    .twc-archive-note h2,
    .twc-project-quote h2 {
        font-size: clamp(34px, 9vw, 48px);
    }

    .twc-next-project {
        height: 62svh;
        min-height: 470px;
    }

    .twc-next-project h2 {
        font-size: clamp(42px, 12vw, 64px);
        line-height: .92;
    }
}

@media (max-width: 560px) {

    .twc-archive-hero .twa-hero__content,
    .twc-detail-hero .twa-hero__content {
        right: 18px;
        left: 18px;
    }

    .twc-archive-hero .twa-hero__title>span,
    .twc-detail-hero .twa-hero__title>span {
        font-size: clamp(34px, 10.4vw, 46px);
    }

    .twc-archive-hero .twa-hero__intro,
    .twc-detail-hero .twa-hero__intro {
        margin-top: 16px;
        font-size: 14px;
    }

    .twc-project-card {
        min-height: 590px;
    }

    .twc-project-card h3 {
        font-size: clamp(34px, 11.5vw, 50px);
    }

    .twc-facts div {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .twc-facts dd {
        text-align: left;
    }
}

@media (max-width: 900px) and (max-height: 700px) {

    .twc-archive-hero .twa-hero__content,
    .twc-detail-hero .twa-hero__content {
        top: 47%;
    }

    .twc-archive-hero .twa-hero__title>span,
    .twc-detail-hero .twa-hero__title>span {
        font-size: clamp(30px, 7.5vh, 48px);
    }
}


/* PROJECT STORY EDITORIAL REDESIGN */
.twc-story__heading { position: sticky; top: 150px; align-self: start; }
.twc-story__eyebrow { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 28px; color: var(--twa-gold); font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.twc-story__eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.twc-story__content { max-width: 760px; padding-top: 52px; border-top: 1px solid var(--twa-line); }
.twc-story__content .twa-copy { max-width: none; }
.twc-story__content .twa-copy p { color: rgba(20, 20, 18, .72); font-size: clamp(16px, 1.15vw, 19px); line-height: 1.85; }
.twc-story__content .twa-copy p:first-child { color: var(--twa-text); font-family: var(--twa-serif); font-size: clamp(24px, 2.15vw, 34px); line-height: 1.45; letter-spacing: -.02em; }
@media (max-width: 800px) { .twc-story__heading { position: static; } .twc-story__content { padding-top: 34px; } }

/* PROJECT STORY EDITORIAL V2 */
.twc-story { position: relative; overflow: hidden; padding-block: clamp(80px, 7vw, 110px); background: #eee8dc; }
.twc-story::before { display: none; }
.twc-story .twa-container { position: relative; z-index: 1; }
.twc-story .twa-section-head { display: none; }
.twc-story__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(24px, 3vw, 48px); align-items: start; }
.twc-story__heading { position: static; grid-column: 1 / span 5; padding-right: clamp(20px, 3vw, 50px); }
.twc-story__grid .twc-story__heading h2 { max-width: 600px; margin: 0; font-size: clamp(44px, 5vw, 76px); line-height: .96; letter-spacing: -.045em; }
.twc-story__eyebrow { margin-bottom: clamp(24px, 2.5vw, 36px); }
.twc-story__content { grid-column: 2 / -2; width: 100%; max-width: 920px; margin-inline: auto; padding: 0; border: 0; }
.twc-story__content::before { display: block; width: 48px; height: 2px; margin-bottom: clamp(28px, 3vw, 40px); background: var(--twa-gold); content: ""; }
.twc-story__content .twa-copy p { margin: 0; padding: 0; border: 0; color: rgba(20, 20, 18, .72); font-size: clamp(15px, 1.05vw, 18px); line-height: 1.85; }
.twc-story__content .twa-copy p + p { margin-top: 28px; }
.twc-story__content .twa-copy p:first-child { color: #171613; font-family: var(--twa-serif); font-size: clamp(21px, 1.55vw, 25px); line-height: 1.62; letter-spacing: -.015em; }
.twc-story__content .twa-copy p:first-child::first-letter { float: none; margin: 0; color: inherit; font-family: inherit; font-size: inherit; line-height: inherit; }
@media (max-width: 900px) { .twc-story__content { grid-column: 1 / -1; margin-top: 0; } }
@media (max-width: 560px) { .twc-story__content::before { width: 36px; margin-bottom: 24px; } .twc-story__content .twa-copy p { line-height: 1.75; } .twc-story__content .twa-copy p:first-child { font-size: 21px; } }
/* PROJECT STORY READ MORE */
.twc-story-more {
    display: grid;
    grid-template-rows: 0fr;
    margin-top: 0;
    opacity: 0;
    transition: grid-template-rows .55s var(--twa-ease), margin-top .55s var(--twa-ease), opacity .35s ease
}
.twc-story-more > div { overflow: hidden }
.twc-story-more.is-open { grid-template-rows: 1fr; margin-top: 28px; opacity: 1 }
.twc-story__content .twa-copy .twc-story-more p:first-child { color: rgba(20, 20, 18, .72); font-family: var(--twa-sans); font-size: clamp(15px, 1.05vw, 18px); line-height: 1.85; letter-spacing: normal }
.twc-story-toggle {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-top: clamp(30px, 4vw, 46px);
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(168, 96, 58, .55);
    background: transparent;
    color: var(--twa-text);
    font-family: var(--twa-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    cursor: pointer
}
.twc-story-toggle i { position: relative; width: 18px; height: 18px }
.twc-story-toggle i::before,
.twc-story-toggle i::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; background: var(--twa-gold); content: ""; transition: transform .35s ease }
.twc-story-toggle i::before { transform: translate(-50%, -50%) }
.twc-story-toggle i::after { transform: translate(-50%, -50%) rotate(90deg) }
.twc-story-toggle[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0deg) }
.twc-story-toggle:hover { color: var(--twa-gold); border-bottom-color: var(--twa-gold) }
.twc-story-toggle:focus-visible { outline: 2px solid var(--twa-gold); outline-offset: 6px }