:root {
    --portfolio-timeline-span: 28250px;
    --effect02-bg: #000000;
    --effect03-bg-base: #FDFF80;
    --effect03-bg-part-a: #EE9B00;
    --effect03-bg-part-b: #FF4F1F;
    --effect03-bg-part-c: #FF0055;
    --effect03-bg-current: var(--effect03-bg-base);
}

html {
    box-sizing: border-box;
    background: var(--effect02-bg);
}

a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #dfff00 !important;
    outline-offset: 3px;
}

.thank-you-screen a:focus-visible,
.thank-you-screen button:focus-visible {
    outline-color: #0a0a0a !important;
}

@media (forced-colors: active) {
    a:focus-visible,
    button:focus-visible,
    [tabindex]:focus-visible {
        outline-color: Highlight !important;
    }
}

*, *:before, *:after {
    box-sizing: inherit;
}

img {
    height: auto;
}

:focus-visible {
    outline: 2px solid #dfff00;
    outline-offset: 3px;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-x: clip;
    scroll-snap-type: y proximity;
    scroll-behavior: smooth;
}

body {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: auto;
    /* The fixed scenes end at timeline Y 31,850; this span accounts for
       the 4,000px virtual offset plus a small, viewport-independent tail. */
    min-height: calc(var(--portfolio-timeline-span) + 100vh);
    background: var(--effect02-bg);
}

main {
    display: block;
}

.visually-hidden {
    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;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: fixed;
    top: max(12px, env(safe-area-inset-top));
    left: max(12px, env(safe-area-inset-left));
    z-index: 1200;
    padding: 12px 16px;
    border: 2px solid currentColor;
    border-radius: 999px;
    color: #050505;
    background: #dfff00;
    font: 700 13px/1 'Google Sans Flex', sans-serif;
    text-decoration: none;
    transform: translateY(calc(-100% - 32px));
    transition: transform .18s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.static-project-directory {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.static-project-directory:focus,
.static-project-directory:focus-within,
.static-project-directory:target,
html.no-js .static-project-directory,
html.is-static-fallback .static-project-directory {
    position: relative;
    z-index: 850;
    width: min(100%, 1120px);
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    padding: max(96px, calc(env(safe-area-inset-top) + 72px)) max(20px, env(safe-area-inset-right)) max(48px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
    color: #f4f4f0;
    background: #0b0b0b;
}

.static-project-directory__eyebrow {
    margin: 0 0 12px;
    color: #dfff00;
    font: 650 11px/1 'Google Sans Flex', sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.static-project-directory h2 {
    margin: 0 0 clamp(28px, 5vw, 64px);
    font: 700 clamp(42px, 8vw, 104px)/.86 'Google Sans Flex', sans-serif;
    letter-spacing: -.06em;
    text-transform: uppercase;
}

.static-project-directory__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .28);
}

.static-project-directory__links a {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    min-height: 76px;
    padding: 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    color: inherit;
    font: 650 clamp(18px, 2.5vw, 30px)/1 'Google Sans Flex', sans-serif;
    text-decoration: none;
}

.static-project-directory__links a:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .28);
}

.static-project-directory__links a:hover,
.static-project-directory__links a:focus-visible {
    color: #050505;
    background: #dfff00;
    outline: 2px solid #dfff00;
    outline-offset: -2px;
}

.static-project-directory__links small {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    text-align: right;
    text-transform: uppercase;
    opacity: .72;
}

.static-project-directory__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding-top: 28px;
}

.static-project-directory__actions a {
    color: #dfff00;
    font: 650 13px/1.2 'Google Sans Flex', sans-serif;
    text-underline-offset: 4px;
}

html.no-js,
html.is-static-fallback,
html.no-js body,
html.is-static-fallback body {
    height: auto !important;
    min-height: 100%;
    scroll-behavior: auto;
    scroll-snap-type: none;
    background: #0b0b0b;
}

html.no-js .site-loader,
html.is-static-fallback .site-loader,
html.no-js .profile-utility,
html.is-static-fallback .profile-utility,
html.no-js #mainContent > :not(.static-project-directory),
html.is-static-fallback #mainContent > :not(.static-project-directory) {
    display: none !important;
}

html.no-js body.is-loading,
html.is-static-fallback body.is-loading {
    overflow: auto;
}

.curtain-bg {
    position: fixed;
    inset: 0;
    z-index: 4;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background: var(--effect03-bg-current);
}

.curtain-bg .top-hero {
    position: relative;
    width: 110%;
    margin-left: -5%;
    height: 200vh;
    min-height: 500px;
    max-height: 1360px;
    overflow: hidden;
    background: var(--effect03-bg-current);
}

.curtain-bg canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.effect03-foreground {
    position: fixed;
    inset: 0;
    z-index: 7;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect03-container {
    width: min(92vw, 1400px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2vw;
}

.effect03-headline {
    margin: 0;
    text-align: center;
    color: rgb(14, 16, 15);
    font-family: 'Google Sans Flex', sans-serif;
    font-size: clamp(2rem, 6rem, 4.5vw);
    font-stretch: 120%;
    font-weight: 700;
    font-style: normal;
    font-optical-sizing: auto;
    font-variation-settings: "slnt" 0, "wdth" 120, "wght" 700;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-transform: uppercase;
    opacity: 0;
    white-space: nowrap;
}

.effect03-headline .char {
    display: inline-block;
}

.effect04-screen {
    position: fixed;
    inset: 0;
    z-index: 8;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect04b-screen {
    z-index: 9;
}

.effect04c-screen {
    z-index: 10;
}

.effect04d-screen {
    z-index: 11;
    overflow: hidden;
}

body.is-loading {
    overflow: hidden;
}

.site-loader {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: clamp(24px, 5vw, 72px);
    overflow: hidden;
    background: #050505;
    color: #e9e9e9;
    transition: opacity 0.35s cubic-bezier(.7, 0, .2, 1), visibility 0.35s;
}

.site-loader::before {
    content: "";
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle, rgba(255,255,255,.07), transparent 42%);
    transform: translate3d(calc((var(--loader-progress, 0) - .5) * 18%), 0, 0);
    transition: transform .15s linear;
}

.site-loader.is-complete {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.is-history-return .site-loader {
    display: none;
}

.site-loader__inner {
    position: relative;
    width: min(82vw, 980px);
}

.site-loader__logo-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 5019 / 258;
    overflow: hidden;
}

.site-loader__logo {
    display: block;
    width: 100%;
    height: 100%;
}

.site-loader__logo--ghost {
    opacity: .12;
}

.site-loader__logo-reveal {
    position: absolute;
    inset: 0;
    width: 0%;
    overflow: hidden;
    filter: drop-shadow(0 0 16px rgba(255,255,255,.22));
    will-change: width;
}

.site-loader__logo-reveal .site-loader__logo {
    width: min(82vw, 980px);
    max-width: none;
}

.site-loader__meta {
    display: flex;
    justify-content: space-between;
    margin-top: clamp(22px, 4vh, 42px);
    font: 600 10px/1 'Google Sans Flex', sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.site-loader__track {
    height: 1px;
    margin-top: 12px;
    overflow: hidden;
    background: rgba(255,255,255,.18);
}

.site-loader__track span {
    display: block;
    width: 0%;
    height: 100%;
    background: #e9e9e9;
    will-change: width;
}

@media (prefers-reduced-motion: reduce) {
    .site-loader { transition-duration: .2s; }
}

.is-static-motion,
.is-static-motion body {
    scroll-behavior: auto;
}

.is-static-motion *,
.is-static-motion *::before,
.is-static-motion *::after {
    animation-delay: 0s !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-delay: 0s !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
}

.effect04e-screen {
    z-index: 12;
    overflow: hidden;
}

.effect04f-screen {
    z-index: 14;
    overflow: hidden;
}

.effect03-part-f-wipe {
    position: fixed;
    inset: 0;
    z-index: 13;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.effect03-part-f-wipe__corner {
    position: absolute;
    inset: 0;
    background: #000000;
}

.effect03-part-f-wipe__corner--top-left {
    clip-path: polygon(0 0, 0 0, 0 0);
}

.effect03-part-f-wipe__corner--bottom-right {
    clip-path: polygon(100% 100%, 100% 100%, 100% 100%);
}

.effect03-project-nav {
    position: fixed;
    top: 50%;
    right: -26px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 7px;
    transform: translateY(-50%) translateX(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.effect03-project-nav.is-visible {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.effect03-project-nav__item {
    width: 122px;
    min-height: 30px;
    padding: 6px 30px 6px 13px;
    border: 0;
    border-radius: 999px;
    background: var(--project-nav-color);
    color: #FFFFFF;
    font-family: 'Google Sans Flex', sans-serif;
    font-size: 10px;
    font-weight: 650;
    font-variation-settings: "slnt" 0, "wdth" 115, "wght" 650;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0.72;
    transform: translateX(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.effect03-project-nav__item:hover,
.effect03-project-nav__item:focus-visible,
.effect03-project-nav__item.is-active {
    opacity: 1;
    transform: translateX(-5px);
    outline: none;
}

.effect03-project-nav__item.is-expanded {
    opacity: 1;
    transform: translateX(-5px);
    box-shadow: inset 0 0 0 1px rgba(223, 255, 0, .9), 0 0 16px rgba(223, 255, 0, .16);
}

.effect03-project-nav__view {
    position: fixed;
    z-index: 41;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 32px;
    padding: 7px 12px;
    border: 1px solid rgba(223, 255, 0, .8);
    border-radius: 8px;
    color: #dfff00;
    background: rgba(18, 20, 8, .92);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .32), 0 0 14px rgba(223, 255, 0, .12);
    font: 700 8px/1 'Google Sans Flex', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(8px) scale(.96);
    transform-origin: right center;
    transition:
        left .38s cubic-bezier(.22, 1, .36, 1),
        top .38s cubic-bezier(.22, 1, .36, 1),
        opacity .24s ease,
        transform .42s cubic-bezier(.22, 1, .36, 1),
        visibility .24s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.effect03-project-nav__view::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 14px;
    height: 1px;
    background: #dfff00;
    opacity: .9;
}

.effect03-project-nav__view.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.effect03-project-nav__view:hover,
.effect03-project-nav__view:focus-visible {
    color: #0a0a0a;
    background: #dfff00;
    outline: none;
}

.project-context {
    position: fixed;
    top: clamp(78px, 10vh, 112px);
    left: clamp(22px, 4vw, 64px);
    z-index: 30;
    width: min(28rem, calc(100vw - 190px));
    color: #0e100f;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 6px, 0);
    transition:
        opacity .32s ease,
        transform .42s cubic-bezier(.22, 1, .36, 1),
        visibility .32s;
}

.project-context::before {
    content: "";
    display: block;
    width: clamp(34px, 4vw, 58px);
    height: 1px;
    margin-bottom: 11px;
    background: currentColor;
    opacity: .72;
}

.project-context p {
    max-width: 42ch;
    margin: 0;
    font-family: 'Google Sans Flex', sans-serif;
    font-size: clamp(13px, .98vw, 16px);
    font-weight: 500;
    font-variation-settings: "slnt" 0, "wdth" 106, "wght" 500;
    line-height: 1.24;
    letter-spacing: -.006em;
    opacity: .86;
    text-wrap: balance;
}

.project-context[data-tone="light"] {
    color: #ffffff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .42);
}

.project-context.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .project-context {
        transition-duration: .12s;
        transform: none;
    }
}

@media (max-width: 700px) {
    .effect03-project-nav {
        right: -20px;
        gap: 5px;
    }

    .effect03-project-nav__item {
        width: 100px;
        min-height: 27px;
        padding: 5px 24px 5px 10px;
        font-size: 8px;
    }

    .effect03-project-nav__view {
        min-height: 36px;
        padding-inline: 14px;
        font-size: 9px;
        transform: translateY(7px) scale(.96);
        transform-origin: bottom center;
    }

    .effect03-project-nav__view::before {
        top: auto;
        right: auto;
        bottom: -7px;
        left: 50%;
        width: 1px;
        height: 7px;
    }

    .project-context {
        top: max(66px, calc(env(safe-area-inset-top) + 56px));
        left: 18px;
        width: calc(100vw - 36px);
    }

    .project-context::before {
        width: 30px;
        margin-bottom: 8px;
    }

    .project-context p {
        max-width: 22rem;
        font-size: clamp(12px, 3.45vw, 13.5px);
        line-height: 1.2;
    }
}

.effect04-container {
    width: min(92vw, 1400px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 3vh, 38px);
    padding: 0 2vw;
}

.effect04b-screen .effect04-capture-wrap {
    width: min(50vw, 656px);
    aspect-ratio: 3 / 4;
    max-height: 67vh;
    transform: translateY(var(--effect04b-image-offset-y, 0px));
}

.effect04b-screen .effect04-headline {
    position: fixed;
    left: 50%;
    top: 80vh;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.effect04c-screen .effect04-headline {
    position: fixed;
    left: 50%;
    top: 80vh;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.effect04d-screen .effect04-headline {
    position: fixed;
    left: 50%;
    top: 80vh;
    transform: translate(-50%, -50%);
    z-index: 4;
    color: #ffffff;
    text-shadow: 0 2px 22px rgba(5, 17, 56, .24);
}

.effect04e-screen .effect04-headline {
    position: fixed;
    left: 50%;
    top: 80vh;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.effect04f-screen .effect04-headline {
    position: fixed;
    left: 50%;
    top: 80vh;
    transform: translate(-50%, -50%);
    z-index: 4;
    color: #FFFFFF;
}

.effect04f-screen .effect04-container {
    width: 100vw;
    height: 100vh;
    padding: 0;
    gap: 0;
}

.effect04c-media-wrap {
    width: min(76vw, 1040px);
    aspect-ratio: 16 / 9;
    max-height: 58vh;
    transform: translateY(calc(var(--effect04c-image-offset-y, 0px) + var(--effect04c-enter-y, 0px)));
    clip-path: inset(0 0 var(--effect04c-wipe-bottom, 0%) 0);
}

.effect04c-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.effect04c-fallback {
    display: block;
    z-index: 1;
    opacity: 1;
}

.effect04c-screen #effect04CCanvas {
    z-index: 2;
    opacity: 0;
}

.effect04c-screen.is-frame-ready #effect04CCanvas {
    opacity: 1;
}

.effect04c-screen.is-frame-ready .effect04c-fallback {
    opacity: 0;
}

.effect04c-screen.is-fallback #effect04CCanvas {
    opacity: 0;
}

.effect04c-screen.is-fallback .effect04c-fallback {
    opacity: 1;
}

.effect04d-model-wrap {
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: 2;
    width: min(90vh, 70vw);
    aspect-ratio: 1;
    opacity: 0;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
}

.effect04d-media {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    filter: drop-shadow(0 28px 34px rgba(7, 22, 66, .22));
}

.effect04d-fallback {
    display: block;
    z-index: 1;
    opacity: 1;
}

.effect04d-screen #effect04DCanvas {
    z-index: 2;
    opacity: 0;
}

.effect04d-screen.is-frame-ready #effect04DCanvas {
    opacity: 1;
}

.effect04d-screen.is-frame-ready .effect04d-fallback {
    opacity: 0;
}

.effect04d-screen.is-fallback #effect04DCanvas {
    opacity: 0;
}

.effect04d-screen.is-fallback .effect04d-fallback {
    opacity: 1;
}

.effect04e-media-wrap {
    width: min(86vw, 1400px);
    aspect-ratio: 16 / 9;
    max-height: 64vh;
    transform: translateY(var(--effect04e-enter-y, 0px));
}

.effect04e-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.effect04e-fallback {
    display: block;
    z-index: 1;
    opacity: 1;
}

.effect04e-screen #effect04ECanvas {
    z-index: 2;
    opacity: 0;
}

.effect04e-screen.is-frame-ready #effect04ECanvas {
    opacity: 1;
}

.effect04e-screen.is-frame-ready .effect04e-fallback {
    opacity: 0;
}

.effect04e-screen.is-fallback #effect04ECanvas {
    opacity: 0;
}

.effect04e-screen.is-fallback .effect04e-fallback {
    opacity: 1;
}

.effect04f-screen .effect04f-media-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: none;
    transform: translate(-50%, -50%);
}

.effect04f-screen .effect04f-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.effect04f-screen .effect04f-fallback {
    display: block;
    z-index: 1;
    opacity: 1;
}

.effect04f-screen #effect04FCanvas {
    z-index: 2;
    opacity: 0;
}

.effect04f-screen.is-frame-ready #effect04FCanvas {
    opacity: 1;
}

.effect04f-screen.is-frame-ready .effect04f-fallback {
    opacity: 0;
}

.effect04f-screen.is-fallback #effect04FCanvas {
    opacity: 0;
}

.effect04f-screen.is-fallback .effect04f-fallback {
    opacity: 1;
}

.effect04f-shards {
    z-index: 2;
}

.effect04f-shards .effect04f-particle-layer {
    inset: 0;
    width: 100%;
    height: 100%;
}

.effect04g-screen {
    position: fixed;
    inset: 0;
    z-index: 15;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    background: transparent;
    transform-origin: 50% 43%;
}

.thank-you-screen {
    --thank-progress: 0;
    position: fixed;
    inset: 0;
    z-index: 14;
    overflow: hidden;
    color: #0a0a0a;
    background: #dfff00;
    opacity: 0;
    pointer-events: none;
}

.thank-you-screen__grid {
    position: absolute;
    inset: 0;
    opacity: calc(0.12 * var(--thank-progress));
    background-image:
        linear-gradient(to right, #0a0a0a 1px, transparent 1px),
        linear-gradient(to bottom, #0a0a0a 1px, transparent 1px);
    background-size: clamp(44px, 6vw, 96px) clamp(44px, 6vw, 96px);
    transform: scale(calc(1.08 - var(--thank-progress) * 0.08));
    transform-origin: center;
}

.thank-you-screen__content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    grid-template-rows: auto 1fr auto;
    gap: 2.5vh 5vw;
    padding: clamp(26px, 4vw, 72px);
    transform: translate3d(0, calc((1 - var(--thank-progress)) * 6vh), 0);
    opacity: var(--thank-progress);
}

.thank-you-screen__eyebrow,
.thank-you-screen__signature,
.thank-you-contact__label {
    margin: 0;
    font-family: "Google Sans Flex", sans-serif;
    font-size: clamp(10px, 0.78vw, 14px);
    font-weight: 650;
    letter-spacing: 0.14em;
}

.thank-you-screen__eyebrow {
    grid-column: 1 / -1;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(10, 10, 10, 0.75);
}

.thank-you-screen__title {
    align-self: center;
    margin: 0;
    font-family: "Google Sans Flex", sans-serif;
    font-size: clamp(110px, 15vw, 280px);
    font-variation-settings: "opsz" 144, "slnt" 0, "wdth" 120, "wght" 800;
    font-weight: 800;
    line-height: 0.68;
    letter-spacing: -0.075em;
    transform: translate3d(calc((1 - var(--thank-progress)) * -8vw), 0, 0);
}

.thank-you-screen__note {
    align-self: center;
    max-width: 31rem;
    margin: 0;
    font-family: "Google Sans Flex", sans-serif;
    font-size: clamp(20px, 2vw, 36px);
    font-variation-settings: "opsz" 48, "slnt" 0, "wdth" 105, "wght" 520;
    font-weight: 520;
    line-height: 1.08;
}

.thank-you-screen__contacts {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.thank-you-contact {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 8px 20px;
    min-width: 0;
    padding: clamp(18px, 2vw, 30px);
    color: #0a0a0a;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(10, 10, 10, 0.62);
    border-radius: 18px;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.thank-you-contact__value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Google Sans Flex", sans-serif;
    font-size: clamp(18px, 2.05vw, 38px);
    font-variation-settings: "opsz" 48, "slnt" 0, "wdth" 105, "wght" 620;
    font-weight: 620;
    white-space: nowrap;
}

.thank-you-contact__arrow {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
    font-size: clamp(28px, 3vw, 54px);
    line-height: 1;
}

.thank-you-contact:hover,
.thank-you-contact:focus-visible {
    color: #dfff00;
    background: #0a0a0a;
    transform: translateY(-4px);
    outline: none;
}

.thank-you-screen__links {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.thank-you-screen__resume-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.thank-you-screen__resume-actions button,
.thank-you-screen__resume-actions a,
.thank-you-screen__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 12px 15px;
    border: 1px solid rgba(10, 10, 10, 0.62);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #0a0a0a;
    font: 650 clamp(9px, 0.72vw, 12px) / 1 "Google Sans Flex", sans-serif;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.thank-you-screen__resume-actions button {
    cursor: pointer;
}

.thank-you-screen__resume-actions button,
.thank-you-screen__resume-actions a {
    border-color: #0a0a0a;
    background: #0a0a0a;
    color: #dfff00;
}

.thank-you-screen__resume-actions button:hover,
.thank-you-screen__resume-actions button:focus-visible,
.thank-you-screen__resume-actions a:hover,
.thank-you-screen__resume-actions a:focus-visible,
.thank-you-screen__links a:hover,
.thank-you-screen__links a:focus-visible {
    color: #dfff00;
    background: #0a0a0a;
    transform: translateY(-2px);
    outline: none;
}

.thank-you-screen__resume-actions button:hover,
.thank-you-screen__resume-actions button:focus-visible,
.thank-you-screen__resume-actions a:hover,
.thank-you-screen__resume-actions a:focus-visible {
    color: #0a0a0a;
    background: #ffffff;
}

.thank-you-screen__signature {
    position: absolute;
    top: clamp(26px, 4vw, 72px);
    right: clamp(26px, 4vw, 72px);
}

@media (max-width: 760px) {
    .thank-you-screen__content {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto auto;
        gap: 2vh;
    }

    .thank-you-screen__title {
        align-self: end;
        font-size: clamp(96px, 28vw, 190px);
    }

    .thank-you-screen__note {
        align-self: start;
        font-size: clamp(18px, 5vw, 28px);
    }

    .thank-you-screen__contacts {
        grid-template-columns: 1fr;
    }

    .thank-you-screen__links {
        grid-template-columns: 1fr;
    }

    .thank-you-screen__resume-actions {
        grid-template-columns: 1fr 1fr;
    }

    .thank-you-screen__resume-actions button,
    .thank-you-screen__resume-actions a,
    .thank-you-screen__links a {
        padding: 11px 13px;
        font-size: 10px;
    }

    .thank-you-screen__signature {
        display: none;
    }
}

.effect04g-stars {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}

.effect04g-screen .effect04g-headline {
    position: absolute;
    left: 50%;
    top: 39vh;
    z-index: 1;
    color: #ffffff;
    transform: translate(-50%, -50%);
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
    pointer-events: none;
}

.effect04g-environment {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.effect04g-parallax-layer {
    position: absolute;
    --effect04g-scene-x: -50%;
    left: 50%;
    bottom: 0;
    width: max(102%, 180vh);
    transform: translate3d(var(--effect04g-scene-x), 115%, 0);
    transform-origin: 50% 100%;
    backface-visibility: hidden;
}

.effect04g-parallax-layer--far-mountains {
    z-index: 1;
}

.effect04g-parallax-layer--far-mountains img {
    filter: saturate(0.58) contrast(0.78) brightness(0.72);
}

.effect04g-parallax-layer--near-mountains {
    z-index: 2;
}

.effect04g-parallax-layer--near-mountains img {
    filter: saturate(0.52) contrast(0.9) brightness(0.72);
}

.effect04g-parallax-layer--distant-trees {
    z-index: 4;
}

.effect04g-parallax-layer--distant-trees img {
    filter: saturate(0.82) contrast(0.92) brightness(0.9);
}

.effect04g-parallax-layer--foreground-trees {
    z-index: 5;
}

.effect04g-parallax-layer--foreground-trees img {
    filter: saturate(0.74) contrast(1) brightness(0.78);
}

.effect04g-parallax-layer--near-rocks {
    z-index: 7;
}

.effect04g-parallax-layer--near-rocks img {
    filter: saturate(0.62) contrast(1.08) brightness(0.72);
}

.effect04g-parallax-layer--ground-tent {
    z-index: 6;
}

.effect04g-parallax-layer--ground-tent img {
    filter: saturate(0.94) contrast(1.08) brightness(0.9);
}

.effect04g-parallax-layer--ground-tent .effect04g-ground-tent-glow {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.effect04g-parallax-layer img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    user-select: none;
}

.effect04g-meteor {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(150px, 22.6vw, 240px);
    aspect-ratio: 707 / 429;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(96vw, 3vh, 0);
}

.effect04g-meteor img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 5px rgba(187, 220, 250, 0.5));
}

.effect04g-meteor::after {
    content: "";
    position: absolute;
    left: 23%;
    top: 62%;
    width: 38%;
    aspect-ratio: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.55) 16%,
        rgba(190, 222, 250, 0.22) 38%,
        rgba(170, 210, 245, 0.06) 58%,
        rgba(170, 210, 245, 0) 72%
    );
    mix-blend-mode: screen;
}

@media (orientation: portrait) {
    .effect04g-parallax-layer {
        --effect04g-scene-x: -68%;
    }
}

.effect04-capture-wrap {
    position: relative;
    width: min(82vw, 1040px);
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect04-capture,
.effect04-shards {
    position: absolute;
    inset: 0;
}

.effect04-capture {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    will-change: opacity;
}

.effect04-capture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.effect04-shards {
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
}

.effect04-shard {
    position: absolute;
    display: block;
}

.effect04-headline {
    margin: 0;
    text-align: center;
    color: rgb(14, 16, 15);
    font-family: 'Google Sans Flex', sans-serif;
    font-size: clamp(1rem, 3rem, 2.25vw);
    font-stretch: 120%;
    font-weight: 700;
    font-style: normal;
    font-optical-sizing: auto;
    font-variation-settings: "slnt" 0, "wdth" 120, "wght" 700;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-transform: uppercase;
    opacity: 0;
    white-space: nowrap;
}

.effect04-headline .char {
    display: inline-block;
}

.effect02-screen {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--effect02-bg);
    opacity: 0;
    pointer-events: none;
    z-index: 5;
}

.project-hitarea {
    position: absolute;
    inset: 0;
    z-index: 22;
    display: block;
    overflow: hidden;
    pointer-events: none;
    text-decoration: none;
    touch-action: manipulation;
}

.project-hitarea.is-active.is-pixel-hit,
.project-hitarea.is-active:focus-visible {
    pointer-events: auto;
}

.project-hitarea:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
}

.portfolio-cursor {
    --portfolio-cursor-size: 18px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: var(--portfolio-cursor-size);
    height: var(--portfolio-cursor-size);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-100px, -100px, 0) translate(-50%, -50%);
    transition: width .32s cubic-bezier(.22, 1, .36, 1), height .32s cubic-bezier(.22, 1, .36, 1), opacity .18s ease;
    will-change: transform, width, height;
}

.portfolio-cursor__ring {
    position: absolute;
    inset: 0;
    border: 1.5px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: rgba(5, 5, 5, .08);
    box-shadow: 0 0 18px rgba(255, 255, 255, .18);
}

.portfolio-cursor__dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease;
}

.portfolio-cursor__label {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font: 700 9px/1 'Google Sans Flex', sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity .2s ease;
}

body.has-portfolio-cursor .project-hitarea.is-active.is-pixel-hit {
    cursor: none !important;
}

body.has-portfolio-cursor.is-resume-open,
body.has-portfolio-cursor.is-resume-open * {
    cursor: auto !important;
}

body.has-portfolio-cursor.is-resume-open .resume-dialog a,
body.has-portfolio-cursor.is-resume-open .resume-dialog button {
    cursor: pointer !important;
}

body.is-resume-open .portfolio-cursor {
    opacity: 0 !important;
}

.portfolio-cursor.is-visible {
    opacity: 1;
}

.portfolio-cursor.is-project {
    --portfolio-cursor-size: 92px;
}

.portfolio-cursor.is-project .portfolio-cursor__dot {
    opacity: 0;
}

.portfolio-cursor.is-project .portfolio-cursor__label {
    opacity: 1;
}

.portfolio-cursor.is-pressed {
    --portfolio-cursor-size: 76px;
}

@media (hover: none), (pointer: coarse) {
    .portfolio-cursor {
        display: none;
    }

    body.has-portfolio-cursor,
    body.has-portfolio-cursor * {
        cursor: auto !important;
    }

}

.effect02-focus-text {
    width: min(88vw, 68rem);
    min-height: 4.72em;
    margin: 0;
    color: rgba(255, 255, 255, .24);
    font-family: 'Google Sans Flex', sans-serif;
    font-size: min(1.55vw, 1.75rem);
    font-weight: 500;
    font-variation-settings: "slnt" 0, "wdth" 120, "wght" 500;
    line-height: 1.18;
    text-align: left;
    text-wrap: pretty;
}

.effect02-focus-text__word {
    display: inline-block;
}

.effect02-focus-text__line {
    display: block;
}

.effect02-focus-text__line + .effect02-focus-text__line {
    margin-top: .35em;
}

.effect02-focus-text__character {
    --focus: 0;
    display: inline-block;
    color: rgb(255 255 255 / calc(.24 + var(--focus) * .76));
    filter: blur(calc(2.8px * (1 - var(--focus))));
    will-change: color, filter;
}

.snap-sentinel {
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    scroll-snap-align: start;
}

.snap-curtain-start {
    margin-top: 5100px;
}

.snap-curtain-end {
    margin-top: 1000px;
}

/* Phone layout: preserve the scroll choreography while fitting each fixed scene. */
@media (max-width: 760px) {
    html,
    body {
        overscroll-behavior-x: none;
        scroll-snap-type: none;
        -webkit-text-size-adjust: 100%;
    }

    html {
        min-height: 100%;
    }

    body {
        /* Keep the complete scroll-driven timeline available on short phone viewports. */
        min-height: calc(var(--portfolio-timeline-span) + 100vh);
        min-height: calc(var(--portfolio-timeline-span) + 100dvh);
    }

    .curtain-bg,
    .effect02-screen,
    .effect03-foreground,
    .effect04-screen,
    .effect04g-screen,
    .thank-you-screen {
        height: 100vh;
        height: 100dvh;
        min-height: 100vh;
        min-height: 100svh;
    }

    .site-loader {
        min-height: 100vh;
        min-height: 100svh;
        padding: 24px 20px max(24px, env(safe-area-inset-bottom));
    }

    .site-loader__inner {
        width: min(88vw, 560px);
    }

    .site-loader__logo-reveal .site-loader__logo {
        width: min(88vw, 560px);
    }

    .site-loader__meta {
        margin-top: 20px;
        font-size: 9px;
        letter-spacing: .13em;
    }

    .effect02-focus-text {
        width: min(88vw, 34rem);
        min-height: 7.5em;
        padding: 0 4px;
        font-size: clamp(17px, 5vw, 23px);
        line-height: 1.25;
        text-wrap: wrap;
    }

    .effect03-container,
    .effect04-container {
        width: 100%;
        padding-inline: 20px;
    }

    .effect03-headline,
    .effect04-headline {
        width: min(90vw, 34rem);
        font-size: clamp(25px, 8vw, 42px);
        line-height: .98;
        white-space: normal;
        text-wrap: balance;
    }

    .effect04-headline {
        font-size: clamp(18px, 5.7vw, 30px);
        line-height: 1.05;
    }

    .effect04b-screen .effect04-headline,
    .effect04c-screen .effect04-headline,
    .effect04d-screen .effect04-headline,
    .effect04e-screen .effect04-headline,
    .effect04f-screen .effect04-headline {
        top: auto;
        bottom: max(8dvh, calc(env(safe-area-inset-bottom) + 30px));
        transform: translateX(-50%);
    }

    .effect04-capture-wrap,
    .effect04c-media-wrap,
    .effect04e-media-wrap {
        width: 94vw;
        max-height: 58dvh;
    }

    .effect04b-screen .effect04-capture-wrap {
        width: min(78vw, 430px);
        max-height: 62dvh;
    }

    .effect04c-media-wrap,
    .effect04e-media-wrap {
        aspect-ratio: 4 / 3;
    }

    .effect04d-model-wrap {
        left: 50%;
        top: 46%;
        width: min(88dvh, 112vw);
    }

    .effect04e-screen .effect04-headline {
        width: 98vw;
        font-size: clamp(11px, 3.55vw, 17px);
        font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
        white-space: nowrap;
    }

    .effect04f-screen .effect04f-media-wrap {
        left: 50%;
        top: 50%;
        width: 100%;
        height: auto;
        max-height: none;
        aspect-ratio: 16 / 9;
    }

    .effect04f-screen .effect04f-media {
        object-fit: contain;
    }

    .effect04g-parallax-layer {
        --effect04g-scene-x: -50%;
        width: 100vw;
        max-width: 100vw;
    }

    .effect04g-parallax-layer img {
        width: 100%;
        max-width: 100%;
        object-fit: contain;
    }

    .effect03-project-nav {
        top: auto;
        right: 0;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 0;
        padding: 0 12px;
        flex-direction: row;
        gap: 6px;
        overflow-x: auto;
        scrollbar-width: none;
        transform: translateY(12px);
    }

    .effect03-project-nav::-webkit-scrollbar {
        display: none;
    }

    .effect03-project-nav.is-visible {
        transform: translateY(0);
    }

    .effect03-project-nav__item {
        width: auto;
        min-width: max-content;
        min-height: 40px;
        padding: 9px 14px;
        font-size: 9px;
        text-align: center;
        opacity: .9;
        touch-action: manipulation;
    }

    .effect03-project-nav__item:hover,
    .effect03-project-nav__item:focus-visible,
    .effect03-project-nav__item.is-active {
        transform: none;
    }

    .effect04g-screen .effect04g-headline {
        top: 32dvh;
    }

    .thank-you-screen {
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .thank-you-screen__content {
        min-height: 100vh;
        min-height: 100dvh;
        height: auto;
        grid-template-rows: auto auto auto auto;
        gap: clamp(14px, 2.5dvh, 24px);
        padding: max(22px, env(safe-area-inset-top)) 18px max(22px, env(safe-area-inset-bottom));
    }

    .thank-you-screen__title {
        align-self: auto;
        font-size: clamp(72px, 22vw, 118px);
        line-height: .72;
    }

    .thank-you-screen__note {
        max-width: 27rem;
        font-size: clamp(17px, 4.8vw, 24px);
        line-height: 1.12;
    }

    .thank-you-screen__contacts {
        gap: 9px;
    }

    .thank-you-contact {
        min-height: 76px;
        padding: 14px 15px;
        border-radius: 13px;
        touch-action: manipulation;
    }

    .thank-you-contact__value {
        font-size: clamp(15px, 4.4vw, 21px);
    }

    .thank-you-contact__arrow {
        font-size: 30px;
    }
}

@media (max-width: 440px) {
    .thank-you-screen__resume-actions {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 680px) {
    .static-project-directory__links {
        grid-template-columns: minmax(0, 1fr);
    }

    .static-project-directory__links a:nth-child(odd) {
        border-right: 0;
    }
}

@media (max-height: 500px) and (pointer: coarse) {
    html,
    body {
        scroll-snap-type: none;
        -webkit-text-size-adjust: 100%;
    }

    .curtain-bg,
    .effect02-screen,
    .effect03-foreground,
    .effect04-screen,
    .effect04g-screen,
    .thank-you-screen {
        height: 100vh;
        height: 100dvh;
    }

    .effect04-capture-wrap,
    .effect04c-media-wrap,
    .effect04e-media-wrap,
    .effect04f-media-wrap {
        width: min(72vw, 720px);
    }
}

@media (prefers-reduced-motion: reduce) {
    html,
    body {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

    .effect04g-screen {
        filter: none !important;
    }
}

@media (max-width: 380px) {
    .effect02-focus-text {
        width: 92vw;
        font-size: 16px;
    }

    .effect04-headline {
        font-size: 18px;
    }

    .thank-you-screen__title {
        font-size: 72px;
    }
}

@media (max-height: 620px) and (max-width: 760px) {
    .effect04b-screen .effect04-headline,
    .effect04c-screen .effect04-headline,
    .effect04d-screen .effect04-headline,
    .effect04e-screen .effect04-headline,
    .effect04f-screen .effect04-headline {
        bottom: max(18px, env(safe-area-inset-bottom));
    }

    .thank-you-screen__title {
        font-size: 68px;
    }

    .thank-you-contact {
        min-height: 62px;
    }
}

body.is-overlay-open {
    overflow: hidden;
}

.profile-utility {
    position: fixed;
    top: max(18px, env(safe-area-inset-top));
    right: max(18px, env(safe-area-inset-right));
    z-index: 80;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(5, 5, 5, .48);
    box-shadow: 0 10px 36px rgba(0, 0, 0, .18);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.profile-utility__item {
    min-height: 40px;
    padding: 0 15px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    background: transparent;
    font: 650 10px/1 'Google Sans Flex', sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 112, "wght" 650;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}

.profile-utility__item:last-child {
    border-right: 0;
}

.profile-utility__item--link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.profile-utility__item--scroll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.profile-utility__item--projects {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.profile-utility__item--projects span:last-child {
    font-size: 1.12em;
}

.profile-utility__item--scroll[aria-pressed="true"] {
    color: #0a0a0a;
    background: #dfff00;
}

.profile-utility__item:hover,
.profile-utility__item:focus-visible {
    color: #050505;
    background: #dfff00;
    outline: none;
}

.about-panel[hidden] {
    display: none;
}

.about-panel {
    position: fixed;
    inset: 0;
    z-index: 200;
}

.about-panel__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, .72);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    cursor: default;
    transition: opacity .45s ease;
}

.about-panel__sheet {
    position: absolute;
    top: 0;
    right: 0;
    width: min(920px, 92vw);
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    color: #0a0a0a;
    background: #dfff00;
    transform: translate3d(102%, 0, 0);
    transition: transform .55s cubic-bezier(.76, 0, .24, 1);
}

.about-panel.is-open .about-panel__backdrop {
    opacity: 1;
}

.about-panel.is-open .about-panel__sheet {
    transform: translate3d(0, 0, 0);
}

.about-panel__header,
.about-panel__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px clamp(22px, 4vw, 54px);
    border-bottom: 1px solid rgba(10, 10, 10, .68);
    font: 650 10px/1 'Google Sans Flex', sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.about-panel__close,
.resume-dialog__close {
    padding: 9px 13px;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: inherit;
    background: transparent;
    font: inherit;
    text-transform: uppercase;
    cursor: pointer;
}

.about-panel__body {
    padding: clamp(34px, 6vw, 80px) clamp(22px, 5vw, 70px);
}

.about-panel__kicker {
    margin: 0 0 18px;
    font: 650 11px/1 'Google Sans Flex', sans-serif;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-panel__title {
    margin: 0;
    font: 800 clamp(42px, 6.3vw, 92px)/.83 'Google Sans Flex', sans-serif;
    font-variation-settings: "opsz" 144, "slnt" 0, "wdth" 118, "wght" 800;
    letter-spacing: -.065em;
}

.about-panel__statement {
    max-width: 46rem;
    margin: clamp(30px, 5vw, 62px) 0;
    font: 520 clamp(20px, 2.1vw, 31px)/1.12 'Google Sans Flex', sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 108, "wght" 520;
}

.about-panel__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(10, 10, 10, .72);
    border-bottom: 1px solid rgba(10, 10, 10, .72);
}

.about-fact {
    min-width: 0;
    padding: 18px 18px 20px 0;
    border-right: 1px solid rgba(10, 10, 10, .45);
}

.about-fact + .about-fact {
    padding-left: 18px;
}

.about-fact:last-child {
    border-right: 0;
}

.about-fact__label {
    display: block;
    margin-bottom: 12px;
    font: 650 9px/1 'Google Sans Flex', sans-serif;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-fact strong {
    font: 620 clamp(14px, 1.4vw, 19px)/1.13 'Google Sans Flex', sans-serif;
}

.about-panel__timeline {
    display: grid;
    gap: 0;
    margin-top: 36px;
    border-top: 1px solid rgba(10, 10, 10, .72);
}

.about-panel__timeline span {
    display: grid;
    grid-template-columns: 7rem 1fr;
    padding: 12px 0;
    border-bottom: 1px solid rgba(10, 10, 10, .25);
    font: 540 14px/1.25 'Google Sans Flex', sans-serif;
}

.about-panel__portfolios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
}

.about-portfolio {
    display: flex;
    min-height: 150px;
    padding: 18px;
    border: 1px solid rgba(10, 10, 10, .72);
    border-radius: 14px;
    color: #0a0a0a;
    background: transparent;
    flex-direction: column;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, transform .25s cubic-bezier(.22, 1, .36, 1);
}

.about-portfolio span,
.about-portfolio small {
    font: 650 9px/1.2 'Google Sans Flex', sans-serif;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.about-portfolio strong {
    margin: auto 0 16px;
    font: 700 clamp(23px, 2.4vw, 34px)/.95 'Google Sans Flex', sans-serif;
    font-variation-settings: "opsz" 64, "slnt" 0, "wdth" 112, "wght" 700;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.about-portfolio small {
    max-width: 30ch;
    opacity: .68;
}

.about-portfolio:hover,
.about-portfolio:focus-visible {
    color: #dfff00;
    background: #0a0a0a;
    outline: none;
    transform: translateY(-3px);
}

.about-panel__skills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 30px;
}

.about-panel__skills span {
    padding: 8px 11px;
    border: 1px solid rgba(10, 10, 10, .72);
    border-radius: 999px;
    font: 650 9px/1 'Google Sans Flex', sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-panel__actions {
    position: sticky;
    bottom: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid rgba(10, 10, 10, .68);
    border-bottom: 0;
    background: #dfff00;
}

.about-action {
    padding: 12px 15px;
    border: 1px solid #0a0a0a;
    border-radius: 999px;
    color: #0a0a0a;
    background: transparent;
    font: 650 10px/1 'Google Sans Flex', sans-serif;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.about-action--primary,
.about-action:hover,
.about-action:focus-visible {
    color: #dfff00;
    background: #0a0a0a;
    outline: none;
}

.resume-dialog {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(58vw, calc((100vh - 108px) * 0.706 + 48px));
    width: min(58vw, calc((100dvh - 108px) * 0.706 + 48px));
    height: 100vh;
    height: 100dvh;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    background: #0a0a0a;
    box-shadow: 0 30px 100px rgba(0, 0, 0, .7);
    grid-template-rows: auto minmax(0, 1fr) auto;
    transform: translate3d(102%, 0, 0);
    transition: transform .5s cubic-bezier(.76, 0, .24, 1);
}

.resume-dialog.is-dialog-fallback {
    inset: 0;
    z-index: 220;
    width: 100vw;
    grid-template-columns: min(58vw, calc((100vh - 108px) * 0.706 + 48px));
    grid-template-columns: min(58vw, calc((100dvh - 108px) * 0.706 + 48px));
    justify-content: end;
    border: 0;
    background: rgba(0, 0, 0, .58);
    box-shadow: none;
}

.resume-dialog.is-dialog-fallback > * {
    grid-column: 1;
}

.resume-dialog.is-dialog-fallback .resume-dialog__header,
.resume-dialog.is-dialog-fallback .resume-dialog__footer {
    background: #0a0a0a;
}

.resume-dialog[open] {
    display: grid;
}

.resume-dialog:not([open]) {
    display: none;
}

.resume-dialog.is-open {
    transform: translate3d(0, 0, 0);
}

.resume-dialog::backdrop {
    background: rgba(0, 0, 0, .58);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
    .profile-utility,
    .effect03-project-nav__view,
    .about-panel__backdrop,
    .resume-dialog::backdrop {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .profile-utility,
    .effect03-project-nav__view {
        background-color: rgba(5, 5, 5, .92);
    }
}

.resume-dialog__header,
.resume-dialog__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    font: 600 10px/1.2 'Google Sans Flex', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.resume-dialog__header div {
    display: flex;
    gap: 10px;
}

.resume-dialog__header span {
    color: rgba(255, 255, 255, .55);
}

.resume-dialog__viewport {
    min-height: 0;
    overflow: hidden;
    padding: 12px clamp(12px, 1.7vw, 26px);
    background: #272727;
}

.resume-dialog__viewport img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .4);
}

.resume-dialog__footer {
    justify-content: flex-end;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-bottom: 0;
}

.resume-dialog__footer a {
    color: #dfff00;
    text-decoration: none;
}

@media (max-width: 760px) {
    .profile-utility {
        top: max(10px, env(safe-area-inset-top));
        right: max(10px, env(safe-area-inset-right));
        left: max(10px, env(safe-area-inset-left));
        justify-content: center;
    }

    .profile-utility__item {
        flex: 1;
        min-height: 44px;
        padding: 0 5px;
        font-size: 9px;
        letter-spacing: .07em;
        text-align: center;
    }

    .profile-utility__item--link {
        justify-content: center;
    }

    .profile-utility__item--projects {
        gap: 3px;
    }

    .about-panel__sheet {
        width: 100vw;
    }

    .about-panel__header {
        padding: 14px 16px;
    }

    .about-panel__body {
        padding: 34px 18px 28px;
    }

    .about-panel__title {
        font-size: clamp(39px, 12.5vw, 62px);
    }

    .about-panel__statement {
        margin-block: 30px;
        font-size: 19px;
    }

    .about-panel__facts {
        grid-template-columns: 1fr;
    }

    .about-panel__portfolios {
        grid-template-columns: 1fr;
    }

    .about-portfolio {
        min-height: 130px;
    }

    .about-fact,
    .about-fact + .about-fact {
        padding: 15px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(10, 10, 10, .3);
    }

    .about-fact:last-child {
        border-bottom: 0;
    }

    .about-panel__actions {
        padding: 12px 14px max(12px, env(safe-area-inset-bottom));
    }

    .about-action {
        flex: 1 1 calc(50% - 8px);
        text-align: center;
    }

    .resume-dialog {
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        border: 0;
    }

    .resume-dialog.is-dialog-fallback {
        grid-template-columns: 1fr;
    }

    .resume-dialog__header,
    .resume-dialog__footer {
        padding: 12px 14px;
    }

    .resume-dialog__header span {
        display: none;
    }

    .resume-dialog__footer {
        justify-content: space-between;
    }

    .resume-dialog__viewport {
        min-height: 0;
        padding: 6px;
    }
}
