* {
border-radius: 0 !important;
box-shadow: none !important;
text-shadow: none !important;
outline: none !important;
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
background-color: #000;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
cursor: none;
overflow-x: hidden;
}
html.lenis, html.lenis body {
height: auto;
width: 100%;
}
.lenis.lenis-smooth {
scroll-behavior: auto !important;
}
.lenis.lenis-stopped {
overflow: hidden;
}
header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100px;
z-index: 100;
pointer-events: none;
}
.brand-logo {
position: absolute;
top: 1.5rem;
left: 2rem;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: -0.02em;
color: #fff;
text-decoration: none;
cursor: none;
padding: 0.5rem;
pointer-events: auto;
}
.menu-toggle {
position: absolute;
top: 1.5rem;
right: 2rem;
background: transparent;
border: none;
padding: 0.5rem;
width: 40px;
height: 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
cursor: none;
z-index: 10;
pointer-events: auto;
}
.burger-bar {
width: 100%;
height: 2px;
background-color: #fff;
display: block;
transition: width 0.3s ease, opacity 0.3s ease;
}
.menu-toggle:hover .burger-bar:first-child,
.menu-toggle:hover .burger-bar:last-child {
width: 0%;
opacity: 0;
}
.fullscreen-overlay {
--overlay-bg: #fff;
--overlay-txt: #000;
--overlay-div: #000;
--overlay-num: #e0e0e0;
position: fixed;
width: 100%;
height: 100vh;
background-color: var(--overlay-bg);
color: var(--overlay-txt);
z-index: 200;
transition: top 0.8s cubic-bezier(0.77, 0, 0.175, 1),
left 0.8s cubic-bezier(0.77, 0, 0.175, 1),
background-color 0.6s ease,
color 0.6s ease;
}
.fullscreen-overlay[data-theme="noir"] {
--overlay-bg: #000;
--overlay-txt: #fff;
--overlay-div: #333;
--overlay-num: #444;
}
.fullscreen-overlay[data-theme="noir"] :is(.text-dark, h1, h2, h3, h4, p) {
color: rgba(255, 255, 255, 0.85) !important;
}
.fullscreen-overlay[data-theme="noir"] .fw-bold {
color: #fff !important;
}
#menu-overlay {
top: -100%;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#menu-overlay.is-open,
#details-overlay.is-open,
#lightbox-overlay.is-open { top: 0; }
#details-overlay, #lightbox-overlay {
top: 100%;
left: 0;
display: block;
}
#lightbox-overlay { z-index: 300; }
#project-overlay {
top: 0;
left: 100%;
display: block;
}
#project-overlay.is-open { left: 0; }
.overlay-header, .overlay-footer {
position: relative;
z-index: 15;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 2rem;
flex-shrink: 0;
}
.overlay-brand {
font-size: 1.4rem;
font-weight: 700;
letter-spacing: -0.02em;
color: var(--overlay-txt);
padding: 0.5rem;
margin: 0;
line-height: 1;
}
.menu-close {
background: transparent;
border: none;
color: var(--overlay-txt);
font-size: 2rem;
cursor: none;
padding: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
@keyframes bounceClose {
0% { transform: translateY(0); }
100% { transform: translateY(-5px); }
}
.menu-close i {
display: inline-block;
transition: transform 0.2s;
color: inherit;
}
.menu-close:hover i {
animation: bounceClose 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate;
}
.menu-center-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
z-index: 5;
pointer-events: none;
}
:is(.center-text-link, .return-text-link) {
font-size: clamp(2rem, 5vw, 6rem);
font-weight: 700;
color: var(--overlay-txt);
text-decoration: none;
cursor: none;
text-align: center;
line-height: 1;
white-space: nowrap;
letter-spacing: -0.02em;
display: inline-block;
pointer-events: auto;
}
.details-scrollable {
display: block;
width: 100%;
height: 100vh;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: none;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
.details-scrollable::-webkit-scrollbar { display: none; }
.scrollable-inner {
width: 100%;
min-height: 100%;
}
.stat-number {
font-size: clamp(5rem, 10vw, 9rem);
color: var(--overlay-num);
font-weight: 500;
line-height: 0.9;
letter-spacing: -0.04em;
}
.stat-divider {
border-top: 2px solid var(--overlay-div);
width: 100%;
margin: 2rem 0 1.5rem 0;
}
.partner-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transform: translateY(100%);
z-index: 1;
will-change: transform;
}
.partner-slide.is-active {
transform: translateY(0);
transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 2;
}
.partner-slide.is-leaving {
transform: translateY(-100%);
transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
z-index: 2;
}
.project-gallery-container {
overflow: hidden;
position: relative;
}
.project-gallery-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 1s ease-in-out;
will-change: transform, opacity;
}
@media (hover: hover) and (pointer: fine) {
.project-gallery-container:hover .project-gallery-img { transform: scale(1.05); }
}
:is(.overlay-email, .overlay-socials a) {
color: var(--overlay-txt);
text-decoration: none;
cursor: none;
padding: 0.5rem;
transition: none;
}
.overlay-email {
font-weight: 500;
font-size: 1.1rem;
}
.overlay-socials {
display: flex;
gap: 1.5rem;
}
.overlay-socials a {
font-size: 1.3rem;
display: flex;
align-items: center;
justify-content: center;
}
.forge-labs-credits {
position: absolute;
left: 50%;
transform: translateX(-50%);
font-size: 0.9rem;
font-weight: 500;
white-space: nowrap;
}
.forge-labs-credits a {
color: inherit;
text-decoration: underline;
cursor: none;
pointer-events: auto;
}
@media (max-width: 767px) {
.portfolio-grid .grid-item:nth-child(1) { order: 1; }
.portfolio-grid .grid-item:nth-child(2) { order: 2; }
.portfolio-grid .grid-item:nth-child(3) { order: 3; }
.portfolio-grid .grid-item:nth-child(7) { order: 4; }
.portfolio-grid .grid-item:nth-child(4) { order: 5; }
.portfolio-grid .grid-item:nth-child(5) { order: 6; }
.portfolio-grid .grid-item:nth-child(6) { order: 7; }
.overlay-header, .overlay-footer { padding: 1.5rem; }
.overlay-footer {
flex-direction: column;
align-items: center;
gap: 1.5rem;
}
.forge-labs-credits {
position: static;
transform: none;
order: 3;
margin-top: 1rem;
}
.overlay-email { order: 1; padding-left: 0; }
.overlay-socials { order: 2; }
.overlay-socials a:first-child { padding-left: 0; }
}
.portfolio-grid {
display: grid;
grid-template-columns: 1fr;
width: 100%;
min-height: 100vh;
}
.grid-item {
position: relative;
width: 100%;
height: 50vh;
overflow: hidden;
background-color: #111;
}
.grid-item:not(.text-block)::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1);
pointer-events: none;
z-index: 3;
}
.grid-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
position: absolute;
top: 0;
left: 0;
transition: opacity 1s ease-in-out;
opacity: 1;
z-index: 1;
will-change: transform, opacity;
}
@keyframes continuousZoomIn {
0% { transform: scale(1); }
100% { transform: scale(1.2); }
}
@keyframes continuousZoomOut {
0% { transform: scale(1.2); }
100% { transform: scale(1); }
}
.anim-zoom-in img { animation: continuousZoomIn 25s infinite alternate ease-in-out; }
.anim-zoom-out img { animation: continuousZoomOut 25s infinite alternate ease-in-out; }
@media (hover: hover) and (pointer: fine) {
.grid-item:not(.text-block):hover::after {
background-color: rgba(0, 0, 0, 0.35);
}
}
.grid-item.text-block {
background-color: #000;
color: #fff;
display: flex;
align-items: center;
padding: 3rem;
height: auto;
min-height: 50vh;
z-index: 4;
}
.text-block p {
font-size: clamp(1.2rem, 1.8vw, 1.6rem);
font-weight: 500;
line-height: 1.4;
margin: 0;
max-width: 90%;
letter-spacing: -0.01em;
}
@media (hover: hover) and (pointer: fine) {
#custom-cursor {
position: fixed;
top: 0;
left: 0;
pointer-events: none;
z-index: 9999;
opacity: 0;
mix-blend-mode: difference;
transition: opacity 0.3s ease, mix-blend-mode 0s;
}
.cursor-dot {
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 6px;
background-color: #fff;
border-radius: 50% !important;
will-change: transform;
transition: opacity 0.3s ease;
}
@keyframes pulseRing {
0% { transform: scale(1); opacity: 0.8; }
100% { transform: scale(1.6); opacity: 0; }
}
.cursor-ring {
position: absolute;
top: 0;
left: 0;
width: 36px;
height: 36px;
border: 1px solid #fff;
background-color: transparent;
border-radius: 50% !important;
will-change: transform, width, height, border-width, background-color;
transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1),
height 0.3s cubic-bezier(0.16, 1, 0.3, 1),
background-color 0.3s ease,
border-width 0.3s ease;
}
.cursor-ring::after {
content: '';
position: absolute;
top: -1px; left: -1px; right: -1px; bottom: -1px;
border: 1px solid #fff;
border-radius: 50% !important;
animation: pulseRing 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cursor-text {
position: absolute;
top: 0;
left: 0;
color: #000;
font-family: 'Space Grotesk', sans-serif;
font-size: 0.85rem;
font-weight: 600;
letter-spacing: 0.02em;
line-height: 1.3;
text-align: center;
opacity: 0;
transition: opacity 0.3s ease;
white-space: nowrap;
will-change: transform;
}
#custom-cursor.is-gripping .cursor-ring {
width: 50px;
height: 50px;
border-width: 2px;
border-color: rgba(255, 255, 255, 0.5);
}
#custom-cursor.is-gripping .cursor-dot { opacity: 0.5; }
#custom-cursor.is-view-project { mix-blend-mode: normal; }
#custom-cursor.is-view-project .cursor-ring {
width: 110px;
height: 110px;
background-color: #fff;
border-width: 0;
}
#custom-cursor.is-view-project .cursor-ring::after { border: 1px solid #fff; }
#custom-cursor.is-view-project .cursor-dot { opacity: 0; }
#custom-cursor.is-view-project .cursor-text { opacity: 1; }
}
@media (hover: none), (pointer: coarse) {
#custom-cursor { display: none !important; }
body, .brand-logo, .menu-toggle, .menu-close, .overlay-email, .overlay-socials a, .center-text-link, .return-text-link, .forge-labs-credits a {
cursor: auto;
}
}
@media (min-width: 768px) {
.portfolio-grid { grid-template-columns: repeat(2, 1fr); }
.grid-item.text-block { grid-column: span 2; }
}
@media (min-width: 1024px) {
.portfolio-grid {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 50vh);
height: 100vh;
}
.grid-item { height: 100%; }
.grid-item.text-block {
grid-column: span 2;
padding-left: 10%;
padding-right: 10%;
}
}
#menu-overlay {
top: -120vh;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#menu-overlay.is-open,
#details-overlay.is-open,
#lightbox-overlay.is-open { top: 0; }
#details-overlay, #lightbox-overlay {
top: 120vh;
left: 0;
display: block;
}