.project-detail-page {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 16%, rgba(130, 88, 200, 0.07), transparent 24rem),
        radial-gradient(circle at 92% 54%, rgba(45, 189, 187, 0.055), transparent 28rem),
        var(--theme-page-background);
}

.project-detail-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(72, 130, 178, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(72, 130, 178, 0.025) 1px, transparent 1px);
    background-size: 58px 58px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 7%, #000 93%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.project-detail-page::after {
    content: "";
    position: absolute;
    top: 29%;
    right: -40px;
    width: 220px;
    height: 100px;
    z-index: -1;
    pointer-events: none;
    border-top: 1px solid rgba(77, 169, 255, 0.13);
    border-left: 1px solid rgba(45, 189, 187, 0.11);
    transform: skewX(-40deg);
    opacity: 0.7;
}

.project-brief-section,
.project-process-section,
.project-outcomes-section,
.project-navigation-section,
.project-video-banner-section {
    position: relative;
    z-index: 1;
}

.project-brief-section {
    padding: 104px 0 82px;
}

.project-section-signal {
    position: relative;
    display: block;
    width: 84px;
    height: 8px;
    margin-bottom: 22px;
}

.project-section-signal::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 68px;
    height: 1px;
    background: linear-gradient(90deg, #7657ca 0%, #4d8fdd 54%, #2dbdbb 100%);
}

.project-section-signal::after {
    content: "";
    position: absolute;
    top: 0;
    left: 66px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2dbdbb;
    box-shadow: 0 0 0 5px rgba(45, 189, 187, 0.08), 0 0 12px rgba(45, 189, 187, 0.28);
}

.project-brief-card {
    position: relative;
    overflow: hidden;
    padding: clamp(26px, 3.6vw, 54px);
    border: 1px solid var(--theme-border-soft);
    border-radius: 34px 34px 34px 12px;
    background:
        radial-gradient(circle at 90% 8%, rgba(77, 169, 255, 0.07), transparent 30%),
        var(--theme-gradient-panel);
    box-shadow: 0 24px 54px rgba(40, 76, 109, 0.07);
}

.dark-mode .project-brief-card {
    background:
        radial-gradient(circle at 90% 8%, rgba(77, 169, 255, 0.09), transparent 30%),
        var(--theme-gradient-dark-panel);
    box-shadow: 0 24px 54px rgba(0, 8, 19, 0.16);
}

.project-brief-card-grid,
.project-process-grid,
.project-outcomes-grid {
    position: absolute;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(77, 169, 255, 0.5) 1.15px, transparent 1.5px);
    background-size: 13px 13px;
    opacity: 0.15;
    -webkit-mask-image: linear-gradient(135deg, #000, transparent 86%);
            mask-image: linear-gradient(135deg, #000, transparent 86%);
}

.project-brief-card-grid {
    top: 28px;
    right: 30px;
    width: 126px;
    height: 88px;
}

.project-brief-card-trace {
    position: absolute;
    left: -56px;
    bottom: 72px;
    width: 154px;
    height: 64px;
    pointer-events: none;
    border-top: 1px solid rgba(118, 87, 202, 0.16);
    border-right: 1px solid rgba(45, 189, 187, 0.12);
    transform: skewX(-38deg);
}

.project-brief-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(300px, 26vw, 370px);
    height: auto;
    overflow: hidden;
    padding: clamp(34px, 4vw, 46px);
    border-radius: 28px 28px 28px 10px;
    background:
        radial-gradient(circle at 28% 22%, rgba(130, 88, 200, 0.22), transparent 34%),
        radial-gradient(circle at 78% 76%, rgba(45, 189, 187, 0.16), transparent 34%),
        linear-gradient(145deg, #071a2d 0%, #0a2441 54%, #071827 100%);
}

.project-brief-image-wrap::after {
    content: "";
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 52px;
    height: 38px;
    opacity: 0.22;
    background-image: radial-gradient(circle, rgba(147, 220, 255, 0.9) 1.1px, transparent 1.5px);
    background-size: 10px 10px;
}

.project-brief-image {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    max-width: min(78%, 280px);
    max-height: 230px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 18px 34px rgba(0, 10, 24, 0.24));
}

.project-brief-image-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    border: 1px solid rgba(111, 196, 246, 0.18);
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
}

.project-brief-image-orbit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -4px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-radius: 50%;
    background: #2dbdbb;
    box-shadow: 0 0 12px rgba(45, 189, 187, 0.6);
}

.project-brief-image-orbit-one {
    width: 72%;
    height: 42%;
}

.project-brief-image-orbit-two {
    width: 84%;
    height: 50%;
    opacity: 0.46;
    transform: translate(-50%, -50%) rotate(28deg);
}

.project-brief-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 8px 2px;
}

.project-brief-title,
.project-outcomes-title {
    max-width: 760px;
    margin: 0 0 24px;
    color: var(--theme-text-strong);
    font-size: clamp(2.6rem, 4.1vw, 4.65rem);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -0.055em;
}

.dark-mode .project-brief-title,
.dark-mode .project-outcomes-title {
    color: var(--color-white);
}

.project-detail-intro,
.project-detail-paragraph,
.project-outcomes-intro {
    color: var(--theme-text-body);
    font-size: var(--fs-16);
    line-height: 1.75;
    font-weight: 500;
}

.project-detail-intro {
    max-width: 680px;
    margin-bottom: 18px;
    color: var(--theme-text-strong);
    font-size: clamp(1.08rem, 1.35vw, 1.28rem);
    line-height: 1.62;
    font-weight: 600;
}

.project-detail-intro p,
.project-detail-paragraph p,
.project-outcomes-intro p {
    margin: 0 0 16px;
}

.project-detail-intro p:last-child,
.project-detail-paragraph p:last-child,
.project-outcomes-intro p:last-child {
    margin-bottom: 0;
}

.project-detail-paragraph + .project-detail-paragraph {
    margin-top: 16px;
}

.project-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.project-detail-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 54px;
    padding: 14px 16px;
    border-radius: 16px 16px 16px 7px;
    background: color-mix(in srgb, var(--theme-surface-elevated) 84%, transparent);
    color: var(--theme-text-body);
    font-size: var(--fs-15);
    line-height: 1.55;
    font-weight: 600;
}

.dark-mode .project-detail-list li {
    background: rgba(255, 255, 255, 0.035);
}

.project-detail-list-marker {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: 1px solid rgba(77, 169, 255, 0.2);
    border-radius: 50%;
    background: rgba(77, 169, 255, 0.05);
}

.project-detail-list-marker::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7657ca, #2dbdbb);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 9px rgba(45, 189, 187, 0.25);
}

.project-brief-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 34px 0 38px;
    padding-top: 24px;
    border-top: 1px solid var(--theme-border-soft);
}

.project-brief-meta-item {
    min-width: 0;
    padding-right: 12px;
}

.project-brief-meta-title {
    margin: 0 0 7px;
    color: var(--theme-text-strong);
    font-family: var(--font-main);
    font-size: var(--fs-15);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.project-brief-meta-text {
    max-width: 100%;
    margin: 0;
    color: var(--theme-text-muted);
    font-size: var(--fs-14);
    line-height: 1.55;
    font-weight: 600;
}


.project-video-banner-section {
    width: 100%;
    height: clamp(460px, 36vw, 620px);
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #061827;
    box-shadow: none;
}

.project-video-banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(3, 15, 27, 0.08) 20%, rgba(3, 15, 27, 0.28) 100%),
        linear-gradient(135deg, rgba(118, 87, 202, 0.12), transparent 38%, rgba(45, 189, 187, 0.08));
}

.project-video-banner-section::after {
    content: "";
    position: absolute;
    top: 38px;
    right: 42px;
    z-index: 2;
    width: 104px;
    height: 70px;
    pointer-events: none;
    opacity: 0.22;
    background-image: radial-gradient(circle, rgba(151, 221, 255, 0.92) 1.1px, transparent 1.5px);
    background-size: 12px 12px;
    -webkit-mask-image: linear-gradient(135deg, #000, transparent 88%);
            mask-image: linear-gradient(135deg, #000, transparent 88%);
}

.project-video-banner-visually-hidden,
.project-video-banner-visually-hidden-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.project-video-banner-parallax-wrap {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.project-video-banner-parallax-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, -28px, 0);
    will-change: transform;
    backface-visibility: hidden;
}

.project-video-banner-image-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: clamp(44px, 5vw, 64px);
}

.project-video-banner-image {
    display: block;
    max-width: min(56%, 680px);
    max-height: 58%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 44px rgba(0, 8, 20, 0.34));
}

.project-video-banner-video-box {
    position: absolute;
    right: 26px;
    bottom: 26px;
    z-index: 4;
}

.project-video-banner-video-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 0 18px 0 10px;
    border: 1px solid rgba(147, 220, 255, 0.16);
    border-radius: 17px 17px 17px 7px;
    background: rgba(5, 23, 39, 0.72);
    color: rgba(245, 250, 255, 0.96);
    font-size: var(--fs-14);
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(14px);
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.project-video-banner-video-link:hover {
    color: var(--color-white);
    border-color: rgba(45, 189, 187, 0.38);
    background: rgba(7, 28, 46, 0.86);
    transform: translateY(-2px);
}

.project-video-banner-video-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    border: 0;
    border-radius: 13px 13px 13px 5px;
    background: var(--theme-gradient-primary);
    color: var(--color-white);
    font-size: 11px;
    line-height: 1;
}

.project-video-banner-video-link i::after {
    display: none;
}


.project-process-section {
    padding: 88px 0;
}

.project-process-card {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 58px);
    border-radius: 32px 32px 32px 11px;
    background:
        radial-gradient(circle at 100% 0%, rgba(77, 169, 255, 0.16), transparent 34%),
        radial-gradient(circle at 2% 100%, rgba(45, 189, 187, 0.09), transparent 36%),
        linear-gradient(145deg, #071a2d 0%, #09233c 56%, #071827 100%);
    color: var(--color-white);
}

.project-process-grid {
    top: 30px;
    right: 34px;
    width: 110px;
    height: 76px;
    opacity: 0.18;
}

.project-process-title-wrap {
    position: relative;
    top: auto;
    max-width: 330px;
}

.project-process-title {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-main);
    font-size: clamp(2.25rem, 3.25vw, 4rem);
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -0.05em;
}

.project-process-copy .project-detail-intro {
    color: rgba(245, 250, 255, 0.96);
}

.project-process-copy .project-detail-paragraph {
    color: rgba(215, 234, 245, 0.78);
}

.project-process-quote {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    margin: 38px 0 0;
    padding: 28px 30px;
    border: 1px solid rgba(147, 220, 255, 0.12);
    border-radius: 23px 23px 23px 8px;
    background: rgba(255, 255, 255, 0.045);
}

.project-process-quote::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 46px;
    height: 30px;
    opacity: 0.19;
    background-image: radial-gradient(circle, rgba(146, 220, 255, 0.9) 1px, transparent 1.45px);
    background-size: 9px 9px;
}

.project-process-quote-mark {
    display: block;
    margin-top: -10px;
    color: transparent;
    font-family: Georgia, serif;
    font-size: 68px;
    line-height: 1;
    background: linear-gradient(180deg, #ffffff, #90dcff 72%, rgba(144, 220, 255, 0.15));
    -webkit-background-clip: text;
            background-clip: text;
}

.project-process-quote-box {
    position: relative;
    padding: 0 52px 0 0;
}

.project-process-quote-title {
    margin: 0 0 10px;
    color: rgba(245, 250, 255, 0.96);
    font-family: var(--font-main);
    font-size: clamp(1.2rem, 1.75vw, 1.55rem);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.project-process-quote-author {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(158, 196, 218, 0.78);
    font-size: var(--fs-14);
    line-height: 1.4;
    font-weight: 700;
    font-style: normal;
}

.project-process-quote-author::before {
    content: "";
    width: 22px;
    height: 1px;
    background: linear-gradient(90deg, #7657ca, #2dbdbb);
}


.project-outcomes-section {
    padding: 92px 0 94px;
}

.project-outcomes-card {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 4.4vw, 62px);
    border-radius: 34px 34px 34px 12px;
    background:
        radial-gradient(circle at 82% 6%, rgba(130, 88, 200, 0.19), transparent 30%),
        radial-gradient(circle at 94% 92%, rgba(45, 189, 187, 0.13), transparent 34%),
        linear-gradient(145deg, #07192c 0%, #0a2542 56%, #071827 100%);
    color: var(--color-white);
}

.project-outcomes-grid {
    top: 30px;
    right: 34px;
    width: 126px;
    height: 88px;
    opacity: 0.18;
}

.project-outcomes-trace {
    position: absolute;
    left: 45%;
    bottom: 32px;
    width: 154px;
    height: 60px;
    border-top: 1px solid rgba(77, 169, 255, 0.14);
    border-right: 1px solid rgba(45, 189, 187, 0.13);
    transform: skewX(-40deg);
    pointer-events: none;
}

.project-outcomes-title {
    color: var(--color-white);
    font-size: clamp(2.45rem, 3.7vw, 4.25rem);
}

.project-outcomes-intro {
    max-width: 660px;
    color: rgba(224, 240, 249, 0.8);
}

.project-outcomes-list {
    grid-template-columns: 1fr;
}

.project-outcomes-list li {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(231, 244, 250, 0.86);
}

.project-outcomes-counters {
    display: grid;
    gap: 14px;
}

.project-outcome-counter {
    position: relative;
    overflow: hidden;
    padding: 24px 24px 22px;
    border: 1px solid rgba(147, 220, 255, 0.11);
    border-radius: 22px 22px 22px 8px;
    background: rgba(255, 255, 255, 0.035);
}

.project-outcome-counter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #7657ca, #4d8fdd 54%, #2dbdbb);
    opacity: 0.75;
}

.project-outcome-counter-value {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    min-height: 74px;
}

.project-outcome-counter-number,
.project-outcome-counter-suffix {
    color: transparent;
    font-family: var(--font-secondary);
    font-weight: 700;
    background: linear-gradient(180deg, #ffffff 0%, #e7f7ff 32%, #92ddff 70%, rgba(146, 221, 255, 0.16) 100%);
    -webkit-background-clip: text;
            background-clip: text;
}

.project-outcome-counter-number {
    font-size: clamp(3.9rem, 5.3vw, 6.25rem);
    line-height: 0.82;
    letter-spacing: -0.06em;
}

.project-outcome-counter-suffix {
    padding-bottom: 7px;
    font-size: clamp(1.7rem, 2.4vw, 2.8rem);
    line-height: 1;
    letter-spacing: -0.035em;
}

.project-outcome-counter-label {
    display: block;
    max-width: 260px;
    margin-top: 14px;
    color: rgba(207, 231, 243, 0.74);
    font-size: var(--fs-14);
    line-height: 1.5;
    font-weight: 600;
}


.project-navigation-section {
    padding: 0 0 112px;
}

.project-navigation-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
    gap: 16px;
}

.project-navigation-item {
    min-width: 0;
    min-height: 154px;
    padding: 20px;
    border: 1px solid var(--theme-border-soft);
    border-radius: 24px 24px 24px 8px;
    background: color-mix(in srgb, var(--theme-surface-card) 94%, transparent);
}

.dark-mode .project-navigation-item {
    background: rgba(255, 255, 255, 0.025);
}

.project-navigation-item-next {
    text-align: right;
    border-radius: 24px 24px 8px 24px;
}

.project-navigation-item-empty {
    visibility: hidden;
}

.project-navigation-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    overflow: visible;
    color: var(--theme-text-muted);
    border: 0;
    font-size: var(--fs-12);
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    transition: color 220ms ease;
}

.project-navigation-button-previous {
    padding-left: 20px;
}

.project-navigation-button-next {
    padding-right: 20px;
}

.project-navigation-button:hover {
    color: var(--theme-accent-blue);
}

.project-navigation-button-previous::before,
.project-navigation-button-next::before {
    position: absolute;
    top: 50%;
    font: 400 normal 0.72em "fontello";
    color: var(--theme-accent-teal);
    transform: translateY(-50%);
    transition: transform 220ms ease;
}

.project-navigation-button-previous::before {
    content: "\e833";
    left: 0;
}

.project-navigation-button-next::before {
    content: "\e844";
    right: 0;
}

.project-navigation-button-previous:hover::before {
    transform: translate(-3px, -50%);
}

.project-navigation-button-next:hover::before {
    transform: translate(3px, -50%);
}

.project-navigation-preview {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 13px;
}

.project-navigation-item-next .project-navigation-preview {
    flex-direction: row-reverse;
}

.project-navigation-thumbnail {
    position: relative;
    display: flex;
    flex: 0 0 88px;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 72px;
    padding: 0;
    overflow: hidden;
    color: var(--color-white);
    border: 1px solid rgba(77, 169, 255, 0.20);
    border-radius: 17px 17px 17px 6px;
    background:
        radial-gradient(circle at 24% 20%, rgba(77, 169, 255, 0.20), transparent 52%),
        linear-gradient(145deg, #092033, #071827);
    text-decoration: none;
}

.project-navigation-thumbnail::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -24px;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(45, 189, 187, 0.20);
    border-radius: 50%;
}

.project-navigation-thumbnail img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-navigation-text {
    min-width: 0;
}

.project-navigation-item-next .project-navigation-text {
    text-align: right;
}

.project-navigation-category {
    display: block;
    margin-bottom: 3px;
    color: var(--theme-text-muted);
    font-size: var(--fs-12);
    line-height: 1.45;
    font-weight: 600;
}

.project-navigation-title {
    margin: 0;
    color: var(--theme-text-strong);
    font-family: var(--font-main);
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.project-navigation-title a {
    display: -webkit-box;
    max-width: 250px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-navigation-toggle {
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 4px;
    border: 1px solid var(--theme-border-strong);
    border-radius: 18px 18px 18px 7px;
    background: var(--theme-surface-card);
    transition: transform 280ms ease, border-color 280ms ease, background 280ms ease;
}

.dark-mode .project-navigation-toggle {
    background: var(--theme-dark-panel);
}

.project-navigation-toggle:hover {
    border-color: rgba(73, 111, 201, 0.34);
    transform: rotate(6deg) translateY(-2px);
}

.project-navigation-toggle-grid {
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    background:
        linear-gradient(var(--theme-accent-blue), var(--theme-accent-blue)) 0 0 / 7px 7px no-repeat,
        linear-gradient(var(--theme-accent-teal), var(--theme-accent-teal)) 100% 0 / 7px 7px no-repeat,
        linear-gradient(#7657ca, #7657ca) 0 100% / 7px 7px no-repeat,
        linear-gradient(#496fc9, #496fc9) 100% 100% / 7px 7px no-repeat;
}

@media (max-width: 1200px) {
    .project-brief-section {
        padding-top: 88px;
    }

    .project-brief-image-wrap {
        min-height: 320px;
    }

    .project-brief-title,
    .project-outcomes-title {
        font-size: clamp(2.45rem, 5vw, 4rem);
    }

    .project-process-section,
    .project-outcomes-section {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .project-video-banner-section {
        height: 520px;
    }
}

@media (max-width: 992px) {
    .project-brief-section {
        padding: 76px 0 64px;
    }

    .project-brief-image-wrap {
        min-height: 310px;
    }

    .project-brief-image {
        max-width: min(58%, 280px);
    }

    .project-brief-content {
        padding-top: 6px;
    }

    .project-brief-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-video-banner-section {
        height: 450px;
        margin: 0;
    }

    .project-process-title-wrap {
        position: relative;
        top: auto;
        max-width: 560px;
    }

    .project-process-card,
    .project-outcomes-card {
        border-radius: 28px 28px 28px 10px;
    }

    .project-outcomes-counters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 12px;
    }

    .project-navigation-section {
        padding-bottom: 84px;
    }
}

@media (max-width: 768px) {
    .project-detail-page::before {
        background-size: 44px 44px;
        opacity: 0.65;
    }

    .project-brief-section {
        padding: 60px 0 52px;
    }

    .project-brief-card,
    .project-process-card,
    .project-outcomes-card {
        padding: 24px;
    }

    .project-brief-title,
    .project-outcomes-title {
        font-size: clamp(2.25rem, 8vw, 3.2rem);
    }

    .project-detail-list {
        grid-template-columns: 1fr;
    }

    .project-brief-meta {
        gap: 18px 12px;
        margin-bottom: 32px;
    }

    .project-video-banner-section {
        height: 400px;
        margin: 0;
        border-radius: 0;
    }

    .project-video-banner-image-wrap {
        padding: 44px;
    }

    .project-video-banner-image {
        max-width: 76%;
        max-height: 54%;
    }

    .project-video-banner-video-box {
        right: 18px;
        bottom: 18px;
    }

    .project-process-section,
    .project-outcomes-section {
        padding: 62px 0;
    }

    .project-process-title {
        font-size: clamp(2.05rem, 7vw, 2.9rem);
    }

    .project-process-quote {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 24px;
    }

    .project-process-quote-mark {
        height: 48px;
        font-size: 60px;
    }

    .project-process-quote-box {
        padding-right: 26px;
    }

}

@media (max-width: 576px) {
    .project-brief-card,
    .project-process-card,
    .project-outcomes-card {
        padding: 20px;
        border-radius: 24px 24px 24px 8px;
    }

    .project-brief-image-wrap {
        min-height: 280px;
        padding: 34px;
        border-radius: 22px 22px 22px 8px;
    }

    .project-brief-image {
        max-width: min(64%, 230px);
        max-height: 200px;
    }

    .project-brief-meta {
        grid-template-columns: 1fr;
    }

    .project-video-banner-section {
        height: 340px;
    }

    .project-video-banner-section::after {
        display: none;
    }

    .project-video-banner-image-wrap {
        padding: 30px;
    }

    .project-video-banner-video-link {
        min-height: 48px;
        padding-right: 14px;
        font-size: 13px;
    }

    .project-video-banner-video-link i {
        width: 32px;
        height: 32px;
    }

    .project-outcomes-counters {
        grid-template-columns: 1fr;
    }

    .project-outcome-counter-number {
        font-size: clamp(3.6rem, 17vw, 5rem);
    }

    .project-navigation-section {
        padding-bottom: 52px;
    }

    .project-navigation-wrap {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .project-navigation-item {
        min-height: 0;
        padding: 16px 17px;
        border-radius: 20px 20px 20px 7px;
    }

    .project-navigation-item-previous {
        order: 1;
    }

    .project-navigation-toggle {
        order: 2;
        width: 48px;
        height: 48px;
        margin: 0 auto;
        border-radius: 15px 15px 15px 6px;
    }

    .project-navigation-item-next {
        order: 3;
        border-radius: 20px 20px 7px 20px;
    }

    .project-navigation-item-empty {
        display: none;
    }

    .project-navigation-preview,
    .project-navigation-item-next .project-navigation-preview {
        display: flex;
        align-items: center;
        gap: 13px;
        margin-top: 10px;
    }

    .project-navigation-item-next .project-navigation-preview {
        flex-direction: row-reverse;
    }

    .project-navigation-thumbnail {
        display: flex;
        flex-basis: 64px;
        width: 64px;
        height: 56px;
    }

    .project-navigation-category {
        margin-top: 0;
    }

    .project-navigation-title {
        font-size: 1rem;
    }

    .project-navigation-title a {
        max-width: 100%;
        -webkit-line-clamp: 2;
    }

    .project-navigation-toggle-grid {
        width: 17px;
        height: 17px;
        background-size: 6px 6px, 6px 6px, 6px 6px, 6px 6px;
    }

}

@media (max-width: 420px) {
    .project-brief-section {
        padding-top: 48px;
    }

    .project-brief-title,
    .project-outcomes-title {
        font-size: clamp(2rem, 10vw, 2.65rem);
    }

    .project-detail-intro {
        font-size: 1rem;
    }

    .project-video-banner-section {
        height: 300px;
    }

    .project-video-banner-image {
        max-width: 82%;
    }

    .project-process-section,
    .project-outcomes-section {
        padding: 52px 0;
    }

    .project-process-quote {
        padding: 20px;
    }

}

@media (max-width: 390px) {
    .project-navigation-item {
        padding: 14px;
    }

    .project-navigation-button {
        font-size: 10px;
    }

    .project-navigation-button-previous {
        padding-left: 16px;
    }

    .project-navigation-button-next {
        padding-right: 16px;
    }

    .project-navigation-thumbnail {
        flex-basis: 56px;
        width: 56px;
        height: 50px;
    }

    .project-navigation-toggle {
        width: 44px;
        height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .project-video-banner-parallax-image {
        transform: translate3d(0, 0, 0) !important;
        will-change: auto;
    }


    .project-brief-image-wrap,
    .project-navigation-toggle,
    .project-navigation-button::before,
    .project-video-banner-video-link {
        transition: none;
    }
}
