html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #131313;
    color: #e2e2e2;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

section {
    scroll-snap-align: start;
}

.creation-card-grid {
    gap: clamp(1.5rem, 4vw, 2.75rem);
}

.creation-image-card {
    --creation-card-image: url("https://zoyblogs.oss-cn-guangzhou.aliyuncs.com/mycreation1.png");
    --creation-card-ink: #182319;
    --creation-card-muted: rgba(24, 35, 25, 0.72);
    --creation-card-accent: #386044;
    --creation-card-panel: rgba(237, 244, 232, 0.86);
    --creation-card-panel-border: rgba(56, 96, 68, 0.2);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: var(--creation-card-image) center / cover no-repeat;
    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.3),
        0 4px 18px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    color: inherit;
    text-decoration: none;
    transform: translateZ(0);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.creation-image-card > * {
    position: relative;
    z-index: 1;
}

.creation-image-card > .creation-card-label {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 18%;
    text-align: center;
    padding: 14px 16px;
    border: 1px solid var(--creation-card-panel-border);
    border-radius: 18px;
    background: var(--creation-card-panel);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px) saturate(112%);
    -webkit-backdrop-filter: blur(10px) saturate(112%);
    opacity: 0.78;
}

.creation-image-card:focus-visible {
    outline: 2px solid var(--creation-card-accent);
    outline-offset: 4px;
}

.creation-image-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.34),
        0 8px 24px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.creation-image-card .material-symbols-outlined {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid var(--creation-card-panel-border);
    border-radius: 18px;
    background: var(--creation-card-panel);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    color: var(--creation-card-accent) !important;
    text-shadow: none;
}

.creation-image-card .material-symbols-outlined,
.creation-image-card h4,
.creation-image-card p {
    text-shadow: none;
}

.creation-image-card h4 {
    color: var(--creation-card-ink) !important;
}

.creation-image-card p {
    color: var(--creation-card-muted) !important;
}

.creation-image-card p:empty {
    display: none;
}

.creation-image-card:nth-child(2) {
    --creation-card-image: url("https://zoyblogs.oss-cn-guangzhou.aliyuncs.com/mycreation2.png");
    --creation-card-ink: #162238;
    --creation-card-muted: rgba(22, 34, 56, 0.7);
    --creation-card-accent: #315d8c;
    --creation-card-panel: rgba(232, 239, 248, 0.86);
    --creation-card-panel-border: rgba(49, 93, 140, 0.2);
}

.creation-image-card:nth-child(3) {
    --creation-card-image: url("https://zoyblogs.oss-cn-guangzhou.aliyuncs.com/mycreation3.png");
    --creation-card-ink: #342436;
    --creation-card-muted: rgba(52, 36, 54, 0.7);
    --creation-card-accent: #735079;
    --creation-card-panel: rgba(247, 235, 245, 0.86);
    --creation-card-panel-border: rgba(115, 80, 121, 0.2);
}

.creation-image-card:nth-child(4) {
    --creation-card-image: url("https://zoyblogs.oss-cn-guangzhou.aliyuncs.com/mycreation4.png");
    --creation-card-ink: #1f3032;
    --creation-card-muted: rgba(31, 48, 50, 0.7);
    --creation-card-accent: #48706e;
    --creation-card-panel: rgba(234, 244, 242, 0.86);
    --creation-card-panel-border: rgba(72, 112, 110, 0.2);
}

@media (min-width: 1024px) {
    .creation-card-grid {
        height: 100%;
        min-height: 100%;
        align-content: space-between;
        column-gap: clamp(2rem, 2.6vw, 3.5rem);
        row-gap: clamp(2.5rem, 4vw, 5rem);
    }
}

.contact-qr-shell {
    position: relative;
    isolation: isolate;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015) 42%, rgba(123, 146, 235, 0.08)),
        #151515;
    box-shadow:
        0 30px 90px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.contact-qr-shell::before {
    position: absolute;
    inset: 0;
    content: '';
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 78%);
    pointer-events: none;
    z-index: -1;
}

.contact-qr-heading {
    max-width: 760px;
    margin: 0 auto clamp(2.5rem, 5vw, 4.75rem);
    text-align: center;
}

.contact-qr-kicker {
    margin: 0 0 1rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #9db4ff;
}

.contact-qr-heading h2 {
    margin: 0;
    font-size: clamp(3rem, 8vw, 6.5rem);
    line-height: 0.9;
    font-weight: 950;
    letter-spacing: 0;
    color: #f7f7f2;
}

.contact-qr-heading > p:last-child {
    margin: 1.25rem auto 0;
    max-width: 34rem;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.7;
    color: rgba(226, 226, 226, 0.72);
}

.contact-qr-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 3.5rem);
}

.contact-qr-card {
    --contact-card-accent: #a7c4ff;
    position: relative;
    display: grid;
    gap: 1.4rem;
    padding: clamp(1.2rem, 3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
        rgba(22, 22, 22, 0.78);
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.contact-qr-card::before {
    position: absolute;
    inset: 0;
    content: '';
    border-radius: inherit;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--contact-card-accent) 24%, transparent), transparent 38%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.08), transparent 42%);
    opacity: 0.5;
    pointer-events: none;
}

.contact-qr-card:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--contact-card-accent) 46%, rgba(255, 255, 255, 0.12));
    box-shadow:
        0 34px 88px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.contact-qr-card--warm {
    --contact-card-accent: #f2c36b;
}

.contact-qr-card--cool {
    --contact-card-accent: #80d6dc;
}

.contact-qr-image-wrap {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    padding: clamp(1rem, 2.6vw, 1.65rem);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 246, 250, 0.92));
    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.26),
        inset 0 0 0 1px rgba(255, 255, 255, 0.75);
    z-index: 1;
}

.contact-qr-image-wrap::after {
    position: absolute;
    inset: 10px;
    content: '';
    border: 1px dashed color-mix(in srgb, var(--contact-card-accent) 62%, rgba(20, 20, 20, 0.18));
    border-radius: 18px;
    pointer-events: none;
}

.contact-qr-image-wrap img {
    display: block;
    width: min(100%, 320px);
    height: auto;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(20, 20, 20, 0.14);
}

.contact-qr-copy {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.contact-qr-copy span {
    flex: 0 0 auto;
    padding: 0.48rem 0.7rem;
    border: 1px solid color-mix(in srgb, var(--contact-card-accent) 44%, rgba(255, 255, 255, 0.14));
    border-radius: 999px;
    color: var(--contact-card-accent);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.16em;
}

.contact-qr-copy h3 {
    margin: 0;
    color: #f4f5f7;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-align: right;
}

.contact-qr-copy p {
    margin: 0.5rem 0 0;
    color: rgba(226, 226, 226, 0.68);
    font-size: 0.94rem;
    line-height: 1.5;
    text-align: right;
}

@media (max-width: 767px) {
    .contact-qr-shell {
        padding: 1.4rem;
        border-radius: 26px;
    }

    .contact-qr-grid {
        grid-template-columns: 1fr;
    }

    .contact-qr-copy {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-qr-copy h3,
    .contact-qr-copy p {
        text-align: left;
    }
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #414754, transparent);
}

.project-orbit-card {
    --orbit-image-size: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 558px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: #131313;
}

.project-orbit-stage {
    --orbit-radius-x: 244px;
    --orbit-radius-y: 146px;
    position: relative;
    width: 100%;
    height: min(100%, 780px);
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.project-orbit-stage::before {
    content: '';
    position: absolute;
    inset: 24%;
    border-radius: 50%;
    background: transparent;
    filter: none;
    z-index: 0;
}

.project-orbit-track {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--orbit-radius-x) * 2);
    height: calc(var(--orbit-radius-y) * 2);
    transform: translate(-50%, -50%) rotate(45deg);
    border: 2px dashed rgba(193, 198, 215, 0.35);
    border-radius: 999px;
    pointer-events: none;
    z-index: 1;
}

.project-orbit-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--orbit-image-size);
    aspect-ratio: 1 / 1;
    margin-top: calc(var(--orbit-image-size) / -2);
    margin-left: calc(var(--orbit-image-size) / -2);
    z-index: 2;
    transform: translate3d(0, 0, 0);
    transform-origin: center;
    will-change: transform, opacity;
}

.project-orbit-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
    user-select: none;
    -webkit-user-drag: none;
}

.project-copy-sync {
    --project-copy-font-size: 1rem;
    --project-copy-line-height: 1.72;
    --project-copy-gap: 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--project-copy-gap);
    min-height: 0;
    overflow: hidden;
}

.project-copy-sync > p {
    margin: 0;
    text-align: left !important;
    font-size: var(--project-copy-font-size) !important;
    line-height: var(--project-copy-line-height) !important;
}

.project-magic-bento {
    --spotlight-x: 50%;
    --spotlight-y: 50%;
    --spotlight-radius: 730px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.72fr);
    gap: 14px;
    min-height: 772px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(18, 18, 18, 0.96) 0%, rgba(11, 11, 11, 0.98) 100%);
    overflow: hidden;
    isolation: isolate;
}

.project-magic-bento::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle var(--spotlight-radius) at var(--spotlight-x) var(--spotlight-y), rgba(0, 112, 243, 0.22), rgba(0, 112, 243, 0) 42%);
    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
    z-index: 0;
}

.project-magic-bento[data-active='true']::before {
    opacity: 1;
}

.project-magic-bento__tile {
    position: relative;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 18px 40px rgba(0, 0, 0, 0.22);
    isolation: isolate;
    transition: transform 260ms ease, border-color 260ms ease, background 260ms ease;
    z-index: 1;
}

.project-magic-bento__tile::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle 340px at var(--spotlight-x) var(--spotlight-y), rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 50%);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}

.project-magic-bento:hover .project-magic-bento__tile {
    transform: translateY(-3px);
    border-color: rgba(174, 198, 255, 0.22);
}

.project-magic-bento__tile--feature {
    grid-row: 1 / span 2;
    min-height: 0;
}

.project-magic-bento__tile--media,
.project-magic-bento__tile--stats {
    min-height: 0;
}

.project-magic-bento__tile--stats,
.project-magic-bento__tile--summary {
    flex-direction: column;
    justify-content: space-between;
}

.project-magic-bento__tile--summary {
    grid-column: 1 / -1;
    align-items: flex-end;
    min-height: 0;
}

.project-magic-bento__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.88;
    transform: scale(1.02);
}

.project-magic-bento__tile--feature::after,
.project-magic-bento__tile--media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.08) 0%, rgba(8, 8, 8, 0.72) 100%);
    z-index: 1;
}

.project-magic-bento__content,
.project-magic-bento__tile--stats,
.project-magic-bento__tile--summary {
    padding: 22px;
}

.project-magic-bento__content {
    position: relative;
    margin-top: auto;
    z-index: 2;
}

.project-magic-bento__eyebrow {
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(193, 198, 215, 0.76);
}

.project-magic-bento__title {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #f5f7ff;
}

.project-magic-bento__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(226, 226, 226, 0.72);
    position: relative;
    z-index: 2;
}

.project-magic-bento__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.project-magic-bento__pills span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(245, 247, 255, 0.85);
}

.project-stack {
    position: relative;
    min-height: 560px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(24, 20, 31, 0.42) 0%, rgba(11, 9, 16, 0.72) 100%),
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #23202d 0%, #100d17 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 24px 60px rgba(0, 0, 0, 0.28);
}

.project-stack__frame {
    position: relative;
    min-height: 500px;
    padding: 32px 24px;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
}

.project-stack__frame::before {
    position: absolute;
    inset: 0;
    content: '';
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0) 36%),
        radial-gradient(circle at 50% 82%, rgba(130, 109, 255, 0.12), rgba(130, 109, 255, 0) 34%),
        linear-gradient(180deg, rgba(20, 18, 28, 0.18), rgba(11, 10, 17, 0.42));
    pointer-events: none;
}

.project-stack__deck {
    position: relative;
    width: min(72%, 340px);
    aspect-ratio: 3 / 4;
    perspective: 900px;
}

.project-stack__card {
    --stack-translate-x: 0px;
    --stack-translate-y: 0px;
    --stack-scale: 1;
    --stack-rotate: 0deg;
    --stack-drag-x: 0px;
    --stack-drag-y: 0px;
    --stack-tilt-x: 0deg;
    --stack-tilt-y: 0deg;
    --stack-brightness: 1;
    --stack-opacity: 1;
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 28px;
    overflow: hidden;
    background: #11131b;
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transform-origin: 88% 88%;
    transform:
        translate3d(calc(var(--stack-translate-x) + var(--stack-drag-x)), calc(var(--stack-translate-y) + var(--stack-drag-y)), 0)
        scale(var(--stack-scale))
        rotate(var(--stack-rotate))
        rotateX(var(--stack-tilt-x))
        rotateY(var(--stack-tilt-y));
    transition:
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 520ms ease,
        opacity 520ms ease,
        box-shadow 520ms ease;
    filter: brightness(var(--stack-brightness));
    opacity: var(--stack-opacity);
    backface-visibility: hidden;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: none;
    pointer-events: none;
}

.project-stack__card:focus-visible {
    outline: 2px solid rgba(180, 193, 255, 0.82);
    outline-offset: 4px;
}

.project-stack__card.is-top {
    cursor: grab;
    pointer-events: auto;
}

.project-stack__card.is-dragging {
    cursor: grabbing;
    transition: none;
}

.project-stack__card::after {
    position: absolute;
    inset: 0;
    content: '';
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.project-stack__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
}

.project-stack__card--cover {
    background:
        radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 32%),
        linear-gradient(180deg, rgba(42, 47, 66, 0.98) 0%, rgba(14, 17, 27, 0.98) 100%);
    color: rgba(247, 249, 255, 0.94);
}

.project-stack__cover {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 28px;
    text-align: left;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 50% 20%, rgba(159, 173, 255, 0.2), rgba(159, 173, 255, 0) 42%);
}

.project-stack__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(222, 228, 255, 0.76);
}

.project-stack__title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
    font-weight: 900;
}

.project-stack__copy {
    margin: 14px 0 0;
    max-width: 15ch;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(214, 220, 240, 0.72);
}

.project-evil-eye {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 560px;
}

.project-evil-eye.project-evil-eye--copy-match {
    min-height: 0;
}

.project-evil-eye__viewport {
    position: relative;
    width: 100%;
    min-height: 380px;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(30, 24, 39, 0.48) 0%, rgba(14, 11, 20, 0.92) 100%),
        #120f17;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 24px 60px rgba(0, 0, 0, 0.22);
}

.project-evil-eye__viewport::after {
    position: absolute;
    inset: 0;
    content: '';
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.project-evil-eye__canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.project-evil-eye__fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    text-align: center;
    color: rgba(228, 231, 239, 0.72);
    font-size: 14px;
    letter-spacing: 0.02em;
}

.project-evil-eye__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.project-evil-eye--autochroma .project-evil-eye__controls {
    display: none;
}

.project-evil-eye__control {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
        rgba(20, 18, 28, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.project-evil-eye__control-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(210, 214, 225, 0.74);
}

.project-evil-eye__control-head output {
    flex-shrink: 0;
    font-size: 11px;
    letter-spacing: 0;
    color: rgba(248, 249, 255, 0.92);
}

.project-evil-eye__control input[type="color"] {
    width: 100%;
    height: 36px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    cursor: pointer;
}

.project-evil-eye__control input[type="range"] {
    width: 100%;
    margin: 0;
    accent-color: #ff6f37;
    cursor: ew-resize;
}

.project-evil-eye__control input:focus-visible {
    outline: 2px solid rgba(255, 167, 132, 0.75);
    outline-offset: 2px;
}

.project-lanyard {
    position: relative;
    min-height: 560px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(24, 20, 31, 0.48) 0%, rgba(11, 9, 16, 0.76) 100%),
        var(--lanyard-bg-image) center / cover no-repeat,
        linear-gradient(180deg, #2f293a 0%, #120f17 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.03),
        0 24px 60px rgba(0, 0, 0, 0.28);
}

.project-lanyard__scene {
    --lanyard-perspective: 920px;
    --lanyard-card-scale: 1.14;
    --lanyard-offset-x: 0px;
    position: relative;
    min-height: 500px;
    padding: 28px 24px 18px;
    perspective: var(--lanyard-perspective);
    perspective-origin: center top;
    user-select: none;
    overflow: hidden;
}

.project-lanyard__scene::before {
    position: absolute;
    inset: 0;
    content: '';
    background:
        radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 36%),
        linear-gradient(180deg, rgba(19, 16, 25, 0.2), rgba(19, 16, 25, 0.52)),
        radial-gradient(circle at 50% 88%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 34%);
    pointer-events: none;
}

.project-lanyard__hint {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -44%);
    font-size: clamp(2.6rem, 7vw, 6rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.08em;
    color: rgba(108, 97, 128, 0.38);
    pointer-events: none;
}

.project-lanyard__anchor {
    position: absolute;
    top: 28px;
    left: calc(50% + var(--lanyard-offset-x));
    width: 112px;
    height: 16px;
    transform: translateX(-50%);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02)),
        rgba(21, 19, 28, 0.96);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 12px 24px rgba(0, 0, 0, 0.18);
    z-index: 3;
}

.project-lanyard__anchor-ring {
    position: absolute;
    left: calc(50% + var(--lanyard-offset-x));
    top: 43px;
    width: 18px;
    height: 18px;
    transform: translateX(-50%);
    border: 3px solid rgba(241, 244, 255, 0.92);
    border-radius: 999px;
    background: rgba(16, 20, 28, 0.98);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.22);
    z-index: 4;
}

.project-lanyard__strap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
    z-index: 2;
}

.project-lanyard__strap-path {
    fill: none;
    stroke: rgba(247, 249, 255, 0.96);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.34));
}

.project-lanyard__clip {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    will-change: transform;
    pointer-events: none;
    transform-origin: 50% 14px;
    z-index: 4;
}

.project-lanyard__ring {
    position: absolute;
    left: 50%;
    top: 0;
    width: 28px;
    height: 28px;
    transform: translateX(-50%);
    border: 3px solid rgba(241, 244, 255, 0.95);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 8px 16px rgba(0, 0, 0, 0.22);
}

.project-lanyard__clasp {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 14px;
    height: 30px;
    transform: translateX(-50%);
    border-radius: 999px;
    background:
        linear-gradient(180deg, #f4f6fd 0%, #d5ddf2 42%, #9ea9c4 100%);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.2);
}

.project-lanyard__shadow {
    position: absolute;
    left: 0;
    bottom: 16px;
    width: 220px;
    height: 28px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0) 72%);
    transform-origin: center;
    filter: blur(12px);
    pointer-events: none;
    z-index: 1;
}

.project-lanyard__badge {
    --lanyard-glare-x: 50%;
    --lanyard-glare-y: 30%;
    position: absolute;
    left: 0;
    top: 0;
    width: min(66%, 256px);
    aspect-ratio: 4 / 5;
    display: grid;
    place-items: center;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
        linear-gradient(180deg, rgba(22, 26, 38, 0.98) 0%, rgba(10, 12, 18, 0.98) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 30px 60px rgba(0, 0, 0, 0.36);
    cursor: grab;
    transform-style: preserve-3d;
    will-change: transform;
    transform-origin: top center;
    touch-action: none;
    backdrop-filter: blur(12px);
    z-index: 3;
}

.project-lanyard__badge:active {
    cursor: grabbing;
}

.project-lanyard__badge::before {
    content: '';
    position: absolute;
    inset: 9px;
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.project-lanyard__badge::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle 180px at var(--lanyard-glare-x) var(--lanyard-glare-y), rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 58%);
    mix-blend-mode: screen;
    pointer-events: none;
}

.project-lanyard--static .project-lanyard__scene {
    min-height: 500px;
    display: grid;
    place-items: center;
    padding: 32px 24px;
    perspective: none;
}

.project-lanyard--static .project-lanyard__hint,
.project-lanyard--static .project-lanyard__anchor,
.project-lanyard--static .project-lanyard__anchor-ring,
.project-lanyard--static .project-lanyard__strap,
.project-lanyard--static .project-lanyard__clip,
.project-lanyard--static .project-lanyard__shadow {
    display: none;
}

.project-lanyard--static .project-lanyard__badge {
    position: relative;
    left: auto;
    top: auto;
    width: min(66%, 256px);
    transform: none !important;
    cursor: default;
    touch-action: auto;
    will-change: auto;
}

.project-lanyard--static .project-lanyard__badge:active {
    cursor: default;
}

@media (max-width: 767px) {
    .project-orbit-card {
        min-height: 468px;
    }

    .project-orbit-stage {
        min-height: 460px;
    }

    .project-copy-sync {
        --project-copy-gap: 0.6rem;
    }

    .project-magic-bento {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(220px, 1.2fr) minmax(160px, 0.82fr) minmax(140px, 0.82fr) minmax(160px, auto);
        min-height: 420px;
    }

    .project-magic-bento__tile--feature,
    .project-magic-bento__tile--summary {
        grid-column: auto;
        grid-row: auto;
    }

    .project-magic-bento__title {
        font-size: 24px;
    }

    .project-stack {
        min-height: 520px;
    }

    .project-stack__frame {
        min-height: 460px;
        padding: 24px 16px;
    }

    .project-stack__deck {
        width: min(82%, 320px);
    }

    .project-stack__cover {
        padding: 24px;
    }

    .project-stack__title {
        font-size: 2.2rem;
    }

    .project-evil-eye {
        min-height: 520px;
    }

    .project-evil-eye__viewport {
        min-height: 320px;
    }

    .project-evil-eye__controls {
        grid-template-columns: 1fr;
    }

    .project-lanyard {
        min-height: 520px;
    }

    .project-lanyard__scene {
        min-height: 460px;
        padding: 24px 16px 18px;
    }

    .project-lanyard--static .project-lanyard__scene {
        min-height: 460px;
        padding: 24px 16px;
    }

    .project-lanyard--static .project-lanyard__badge {
        width: min(74%, 256px);
    }
}

@media (min-width: 768px) {
    .timeline-container::before {
        left: 50%;
    }
}

@media (min-width: 1024px) {
    .project-evil-eye__controls {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* Circular Gallery for Project 3 */
.circular-gallery {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    perspective: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-gallery-track {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    border-radius: 18px;
    background:
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0) 32%),
        radial-gradient(circle at 78% 78%, rgba(182, 172, 154, 0.08), rgba(182, 172, 154, 0) 36%),
        linear-gradient(180deg, rgba(27, 27, 27, 0.97) 0%, rgba(19, 19, 19, 0.985) 52%, rgba(15, 15, 15, 0.995) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 18px 40px rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

.circular-gallery-item {
    position: absolute;
    width: 180px;
    height: 260px;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    margin-top: -130px;
    transform-origin: center;
    backface-visibility: hidden;
    transition: transform 1s linear;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    background: #111;
}

.circular-gallery-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
