:root {
--bg-color: #000000;
--card-bg: #0a0a0a;
--fg-color: #ffffff;
--border-color: rgba(255, 255, 255, 0.25);
--grid-color: rgba(255, 255, 255, 0.15);
}
html.lenis, html.lenis body {
height: auto;
}
.lenis.lenis-smooth {
scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
.lenis.lenis-smooth iframe {
pointer-events: none;
}
body {
background-color: var(--bg-color);
margin: 0;
padding: 0;
font-family: 'Space Mono', monospace;
font-weight: 400;
-webkit-font-smoothing: none;
color: var(--fg-color);
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.header-wrapper {
padding: 20px 150px 0 150px;
box-sizing: border-box;
width: 100%;
position: sticky;
top: 0;
z-index: 1000;
pointer-events: none;
}
.navbar-cmd {
background-color: var(--fg-color);
height: 50px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 5px 0 20px;
box-sizing: border-box;
position: relative;
pointer-events: auto;
}
.brand-link {
display: flex;
align-items: center;
text-decoration: none;
color: var(--bg-color);
font-weight: 400;
font-size: 16px;
letter-spacing: 1px;
height: 100%;
}
.brand-square {
width: 14px;
height: 14px;
background-color: var(--bg-color);
margin-right: 12px;
}
.nav-menu {
display: flex;
align-items: center;
height: 100%;
gap: 15px;
}
.nav-link {
display: inline-flex;
height: 36px;
text-decoration: none;
font-weight: 400;
font-size: 14px;
overflow: hidden;
}
.push-wrapper {
display: flex;
flex-direction: column;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
height: 72px;
}
.nav-link:hover .push-wrapper,
.nav-link:focus .push-wrapper {
transform: translateY(-36px);
}
.nav-state-normal,
.nav-state-hover {
height: 36px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 15px;
box-sizing: border-box;
}
.nav-state-normal {
color: var(--bg-color);
background-color: transparent;
}
.nav-state-hover {
color: var(--fg-color);
background-color: var(--bg-color);
}
.btn-boost {
display: inline-flex;
height: 40px;
text-decoration: none;
font-weight: 400;
font-size: 14px;
overflow: hidden;
margin-left: 10px;
border: 1px solid var(--bg-color);
border-radius: 0;
box-shadow: none;
box-sizing: border-box;
}
.btn-push-wrapper {
display: flex;
flex-direction: column;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
height: 76px;
}
.btn-boost:hover .btn-push-wrapper,
.btn-boost:focus .btn-push-wrapper {
transform: translateY(-38px);
}
.btn-state-normal,
.btn-state-hover {
height: 38px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 19px;
box-sizing: border-box;
}
.btn-state-normal {
color: var(--fg-color);
background-color: var(--bg-color);
}
.btn-state-hover {
color: var(--bg-color);
background-color: var(--fg-color);
}
button.mobile-menu-toggle {
display: none;
background: none;
border: 1px solid var(--bg-color);
padding: 0;
cursor: pointer;
height: 40px;
width: 40px;
outline: none;
appearance: none;
-webkit-appearance: none;
margin-left: auto;
}
.mobile-menu-toggle .btn-state-normal,
.mobile-menu-toggle .btn-state-hover {
height: 38px;
width: 38px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.mobile-nav-block {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: var(--fg-color);
flex-direction: column;
align-items: center;
box-sizing: border-box;
border-top: 1px solid var(--bg-color);
}
.mobile-nav-block.is-open {
display: flex;
}
.mobile-nav-link {
color: var(--bg-color);
text-decoration: none;
font-size: 14px;
font-weight: 400;
padding: 15px 0;
width: 100%;
text-align: center;
text-transform: uppercase;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
box-sizing: border-box;
}
.mobile-nav-link:last-child {
border-bottom: none;
}
.mobile-nav-link:hover,
.mobile-nav-link:focus {
background-color: var(--bg-color);
color: var(--fg-color);
}
.hero-section {
padding: 60px 150px 100px 150px;
box-sizing: border-box;
background-color: var(--bg-color);
}
.hero-content {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.hero-title {
font-size: 56px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0 0 30px 0;
}
.hero-subtitle {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.6;
margin: 0 0 50px 0;
}
.hero-button-group {
display: flex;
gap: 20px;
}
.hero-btn {
display: inline-flex;
height: 50px;
text-decoration: none;
font-weight: 400;
font-size: 16px;
overflow: hidden;
border: 1px solid var(--fg-color);
border-radius: 0;
box-sizing: border-box;
}
.hero-push-wrapper {
display: flex;
flex-direction: column;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
height: 96px;
}
.hero-btn:hover .hero-push-wrapper,
.hero-btn:focus .hero-push-wrapper {
transform: translateY(-48px);
}
.hero-state-normal,
.hero-state-hover {
height: 48px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 30px;
box-sizing: border-box;
}
.hero-btn-primary .hero-state-normal {
background-color: var(--fg-color);
color: var(--bg-color);
}
.hero-btn-primary .hero-state-hover {
background-color: var(--bg-color);
color: var(--fg-color);
}
.hero-btn-secondary .hero-state-normal {
background-color: var(--bg-color);
color: var(--fg-color);
}
.hero-btn-secondary .hero-state-hover {
background-color: var(--fg-color);
color: var(--bg-color);
}
.services-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
background-color: var(--bg-color);
}
.services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
background-color: var(--bg-color);
}
.service-card {
background-color: var(--card-bg);
position: relative;
padding: 25px 30px;
display: flex;
flex-direction: column;
min-height: 180px;
box-sizing: border-box;
border: 1px solid var(--border-color);
border-top: 3px solid var(--fg-color);
}
.service-card::after,
.featured-card::after,
.team-card::after,
.tabs-content-wrapper::after,
.project-card::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50%;
background-image:
linear-gradient(var(--grid-color) 1px, transparent 1px),
linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
background-size: 30px 30px;
background-position: top right;
-webkit-mask-image: linear-gradient(to right, transparent, black 80%);
mask-image: linear-gradient(to right, transparent, black 80%);
z-index: 1;
pointer-events: none;
}
.card-content {
position: relative;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
}
.card-icon {
margin-bottom: 20px;
display: flex;
}
.card-title {
color: var(--fg-color);
font-size: 18px;
font-weight: 400;
margin: 0 0 10px 0;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.card-desc {
color: var(--fg-color);
font-size: 13px;
font-weight: 400;
line-height: 1.5;
margin: 0;
text-transform: uppercase;
max-width: 90%;
}
.marquee-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
width: 100%;
background-color: var(--bg-color);
}
.marquee-container {
border-top: 2px solid var(--fg-color);
border-bottom: 2px solid var(--fg-color);
padding: 15px 0;
display: flex;
overflow: hidden;
user-select: none;
width: 100%;
}
.marquee-content {
display: flex;
flex-shrink: 0;
align-items: center;
animation: marquee-scroll 30s linear infinite;
}
.marquee-item {
display: flex;
align-items: center;
color: var(--fg-color);
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding-right: 40px;
}
.marquee-square {
width: 8px;
height: 8px;
background-color: var(--fg-color);
margin-right: 40px;
}
@keyframes marquee-scroll {
from { transform: translateX(0); }
to { transform: translateX(-100%); }
}
.featured-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
background-color: var(--bg-color);
}
.featured-subtitle {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 15px 0;
letter-spacing: 0.5px;
}
.featured-title {
font-size: 56px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0 0 50px 0;
}
.featured-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
.featured-card {
background-color: var(--card-bg);
border: 1px solid var(--border-color);
border-top: 3px solid var(--fg-color);
min-height: 360px;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 40px;
box-sizing: border-box;
position: relative;
}
.featured-card-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
height: 100%;
}
.featured-card-title {
font-size: 48px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0;
}
.featured-card-desc {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.5;
margin: auto 0 0 0;
max-width: 85%;
}
.cta-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
background-color: var(--bg-color);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
position: relative;
overflow: hidden;
}
.cta-subtitle {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 15px 0;
letter-spacing: 0.5px;
}
.cta-title {
font-size: 56px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0 0 50px 0;
}
.cta-button-group {
display: flex;
gap: 20px;
justify-content: center;
margin-bottom: 80px;
}
.cta-marquee-wrapper {
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 50px;
}
.cta-marquee-row {
display: flex;
width: max-content;
}
.cta-marquee-row.rtl {
animation: cta-marquee-rtl 50s linear infinite;
}
.cta-marquee-row.ltr {
transform: translateX(-50%);
animation: cta-marquee-ltr 50s linear infinite;
}
.cta-marquee-content {
display: flex;
flex-shrink: 0;
gap: 15px;
padding-right: 15px;
}
.cta-marquee-item {
background-color: var(--fg-color);
color: var(--bg-color);
padding: 15px 30px;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
white-space: nowrap;
}
@keyframes cta-marquee-rtl {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
@keyframes cta-marquee-ltr {
0% { transform: translateX(-50%); }
100% { transform: translateX(0); }
}
.cta-desc {
font-size: 13px;
font-weight: 400;
line-height: 1.5;
margin: 0;
text-transform: uppercase;
text-align: center;
}
.team-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
background-color: var(--bg-color);
}
.team-header {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
}
.team-subtitle {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 15px 0;
letter-spacing: 0.5px;
}
.team-title {
font-size: 56px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0 0 50px 0;
}
.team-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
.team-card {
background-color: var(--card-bg);
border: 1px solid var(--border-color);
border-top: 3px solid var(--fg-color);
min-height: 500px;
display: flex;
flex-direction: column;
padding: 40px;
box-sizing: border-box;
position: relative;
}
.team-card-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
}
.team-info {
display: flex;
flex-direction: column;
margin-bottom: 50px;
}
.team-name {
font-size: 48px;
font-weight: 700;
text-transform: uppercase;
line-height: 1.1;
margin: 0 0 10px 0;
}
.team-role {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.5;
margin: 0 0 25px 0;
}
.team-desc {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.5;
margin: 0;
max-width: 90%;
}
.team-stats {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 30px;
margin-top: auto;
}
.stat-item {
display: flex;
flex-direction: column;
}
.stat-number {
font-size: 56px;
font-weight: 400;
line-height: 1;
margin-bottom: 12px;
letter-spacing: -2px;
}
.stat-label {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.team-image-wrapper {
width: 100%;
height: 100%;
max-height: 620px;
position: relative;
box-sizing: border-box;
padding: 20px;
}
.team-image-wrapper::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
pointer-events: none;
z-index: 10;
background:
linear-gradient(to right, var(--fg-color) 100%, transparent 0) top left / 30px 3px no-repeat,
linear-gradient(to bottom, var(--fg-color) 100%, transparent 0) top left / 3px 30px no-repeat,
linear-gradient(to left, var(--fg-color) 100%, transparent 0) top right / 30px 3px no-repeat,
linear-gradient(to bottom, var(--fg-color) 100%, transparent 0) top right / 3px 30px no-repeat,
linear-gradient(to right, var(--fg-color) 100%, transparent 0) bottom left / 30px 3px no-repeat,
linear-gradient(to top, var(--fg-color) 100%, transparent 0) bottom left / 3px 30px no-repeat,
linear-gradient(to left, var(--fg-color) 100%, transparent 0) bottom right / 30px 3px no-repeat,
linear-gradient(to top, var(--fg-color) 100%, transparent 0) bottom right / 3px 30px no-repeat;
}
.team-image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: grayscale(100%);
border: 1px solid var(--border-color);
border-radius: 0;
}
.industries-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
background-color: var(--bg-color);
}
.industries-header {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
margin-bottom: 50px;
}
.industries-subtitle {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 15px 0;
letter-spacing: 0.5px;
}
.industries-title {
font-size: 56px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0;
}
.tabs-container {
display: grid;
grid-template-columns: 320px 1fr;
gap: 30px;
align-items: stretch;
}
.tabs-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.tab-btn {
height: 65px;
background-color: var(--card-bg);
border: 1px solid var(--border-color);
border-left: 3px solid var(--border-color);
color: var(--fg-color);
display: flex;
align-items: center;
padding: 0 25px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
gap: 15px;
outline: none;
}
.tab-btn i {
font-size: 20px;
line-height: 1;
flex-shrink: 0;
}
.tab-btn:hover,
.tab-btn:focus-visible {
border-color: var(--fg-color);
border-left-color: var(--fg-color);
}
.tab-btn.active {
background-color: var(--bg-color);
color: var(--fg-color);
border-color: var(--fg-color);
border-left: 3px solid var(--fg-color);
}
.tabs-content-wrapper {
background-color: var(--card-bg);
border: 1px solid var(--border-color);
border-top: 3px solid var(--fg-color);
position: relative;
display: grid;
min-height: 450px;
}
.tab-panel {
grid-area: 1 / 1;
padding: 50px;
box-sizing: border-box;
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.5s ease, visibility 0.5s ease;
z-index: 2;
position: relative;
}
.tab-panel.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.panel-title {
font-size: 48px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0;
max-width: 80%;
}
.panel-content-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
margin-top: auto;
padding-top: 60px;
}
.panel-desc {
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.6;
margin: 0;
}
.projects-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
background-color: var(--bg-color);
display: flex;
flex-direction: column;
align-items: center;
}
.projects-header {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin-bottom: 50px;
}
.projects-subtitle {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 15px 0;
letter-spacing: 0.5px;
}
.projects-title {
font-size: 56px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0;
}
.projects-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
width: 100%;
}
.project-card {
background-color: var(--card-bg);
border: 1px solid var(--border-color);
border-top: 3px solid var(--fg-color);
min-height: 480px;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 40px;
box-sizing: border-box;
position: relative;
}
.project-card-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
height: 100%;
}
.project-card-title {
font-size: 48px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0;
}
.project-card-desc {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.5;
margin: auto 0 0 0;
max-width: 85%;
}
.project-card .hero-btn {
align-self: flex-start;
margin-top: 40px;
}
.gallery-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
}
.gallery-header {
text-align: left;
margin-bottom: 60px;
}
.gallery-subtitle {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 15px 0;
letter-spacing: 0.5px;
}
.gallery-title {
font-size: 56px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0 0 30px 0;
}
.gallery-description {
font-size: 13px;
font-weight: 400;
line-height: 1.5;
margin: 0;
text-transform: uppercase;
max-width: 650px;
color: var(--fg-color);
}
.filter-container {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 60px;
flex-wrap: wrap;
}
.filter-btn {
display: inline-flex;
height: 50px;
background: none;
padding: 0;
cursor: pointer;
text-decoration: none;
font-weight: 400;
font-size: 16px;
overflow: hidden;
border: 1px solid var(--fg-color);
border-radius: 0;
box-sizing: border-box;
align-self: flex-start;
}
.filter-push-wrapper {
display: flex;
flex-direction: column;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
height: 96px;
}
.filter-state-normal,
.filter-state-hover {
height: 48px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 30px;
box-sizing: border-box;
white-space: nowrap;
}
.filter-state-normal { background-color: var(--fg-color); color: var(--bg-color); }
.filter-state-hover { background-color: var(--bg-color); color: var(--fg-color); }
.filter-btn:hover .filter-push-wrapper,
.filter-btn.active .filter-push-wrapper {
transform: translateY(-48px);
}
.btn-close-square { width: 50px; }
.btn-close-square .filter-state-normal,
.btn-close-square .filter-state-hover { padding: 0; width: 48px; }
.gallery-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
width: 100%;
transition: opacity 0.4s ease;
}
.gallery-item {
position: relative;
border: 1px solid var(--border-color);
background-color: var(--card-bg);
}
.gallery-item.is-hidden { display: none; }
.gallery-image-wrapper {
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
}
.gallery-image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
filter: grayscale(100%);
display: block;
}
.gallery-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.8);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.btn-open-panel {
font-size: 12px;
background: var(--fg-color);
color: var(--bg-color);
padding: 8px 15px;
text-transform: uppercase;
border: none;
cursor: pointer;
}
.side-panel {
position: fixed;
top: 0;
right: -100%;
width: 450px;
max-width: 100%;
height: 100vh;
height: 100dvh;
background-color: var(--bg-color);
border-left: 1px solid var(--fg-color);
z-index: 2000;
transition: right 0.6s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: 40px;
box-sizing: border-box;
overflow-x: hidden;
overflow-y: auto;
overscroll-behavior-y: contain;
-webkit-overflow-scrolling: touch;
}
.side-panel > * {
flex-shrink: 0;
}
.side-panel.is-open { right: 0; }
.side-panel-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.5);
z-index: 1999;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.side-panel-overlay.is-active { opacity: 1; visibility: visible; }
.panel-header {
display: flex;
justify-content: flex-end;
margin-bottom: 40px;
}
.panel-image {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
filter: grayscale(100%);
border: 1px solid var(--border-color);
margin-bottom: 30px;
}
.panel-title {
font-size: 32px;
text-transform: uppercase;
margin: 0 0 20px 0;
line-height: 1.1;
}
.panel-desc {
font-size: 14px;
line-height: 1.6;
text-transform: uppercase;
color: rgba(255,255,255,0.7);
margin-bottom: 30px;
}
.panel-tags {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 40px;
}
.tag-item {
font-size: 11px;
border: 1px solid var(--border-color);
padding: 4px 10px;
text-transform: uppercase;
}
.side-panel .filter-btn {
align-self: flex-start;
}
.testimonials-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
background-color: transparent;
}
.testimonials-header {
text-align: left;
margin-bottom: 50px;
}
.testimonials-subtitle {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 15px 0;
letter-spacing: 0.5px;
color: var(--fg-color);
}
.testimonials-title {
font-size: 56px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0;
color: var(--fg-color);
}
.testimonials-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.testimonial-card {
background-color: var(--card-bg);
border: 1px solid var(--border-color);
border-top: 3px solid var(--fg-color);
padding: 40px;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 320px;
position: relative;
box-sizing: border-box;
}
.testimonial-card::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50%;
background-image:
linear-gradient(var(--grid-color) 1px, transparent 1px),
linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
background-size: 30px 30px;
background-position: top right;
-webkit-mask-image: linear-gradient(to right, transparent, black 80%);
mask-image: linear-gradient(to right, transparent, black 80%);
z-index: 1;
pointer-events: none;
}
.testimonial-content {
position: relative;
z-index: 2;
}
.testimonial-text {
font-size: 14px;
line-height: 1.6;
text-transform: uppercase;
margin: 0 0 40px 0;
color: var(--fg-color);
}
.testimonial-author {
display: flex;
align-items: center;
gap: 20px;
position: relative;
z-index: 2;
}
.author-photo {
width: 60px;
height: 60px;
object-fit: cover;
filter: grayscale(100%);
border: 1px solid var(--border-color);
border-radius: 0;
}
.author-meta {
display: flex;
flex-direction: column;
}
.author-name {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
letter-spacing: 0.5px;
}
.author-role {
font-size: 12px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.6);
margin: 4px 0 0 0;
}
.faq-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
background-color: transparent;
}
.faq-header {
text-align: center;
margin-bottom: 80px;
}
.faq-subtitle {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 15px 0;
letter-spacing: 0.5px;
color: var(--fg-color);
}
.faq-title {
font-size: 56px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0;
color: var(--fg-color);
}
.faq-container {
max-width: 1200px;
margin: 0 auto;
border-top: 1px solid var(--border-color);
}
.faq-item {
border-bottom: 1px solid var(--border-color);
background-color: transparent;
transition: background-color 0.3s ease;
}
.faq-item:hover {
background-color: rgba(255, 255, 255, 0.02);
}
.faq-trigger {
width: 100%;
padding: 35px 0;
display: flex;
justify-content: space-between;
align-items: center;
background: none;
border: none;
cursor: pointer;
text-align: left;
outline: none;
}
.faq-question {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
color: var(--fg-color);
letter-spacing: 0.5px;
padding-right: 30px;
}
.faq-icon {
position: relative;
width: 20px;
height: 20px;
flex-shrink: 0;
}
.faq-icon::before,
.faq-icon::after {
content: "";
position: absolute;
background-color: var(--fg-color);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.faq-icon::before {
width: 100%;
height: 2px;
}
.faq-icon::after {
width: 2px;
height: 100%;
}
.faq-item.is-open .faq-icon::after {
transform: translate(-50%, -50%) rotate(90deg);
opacity: 0;
}
.faq-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-content-inner {
padding: 0 0 35px 0;
}
.faq-answer {
font-size: 14px;
line-height: 1.6;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.7);
margin: 0;
max-width: 90%;
}
.pricing-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
overflow: hidden;
}
.pricing-header-wrapper {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 50px;
}
.pricing-header-left {
text-align: left;
}
.pricing-subtitle {
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
margin: 0 0 15px 0;
letter-spacing: 0.5px;
}
.pricing-title {
font-size: 56px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.1;
margin: 0;
}
.pricing-nav {
display: flex;
gap: 10px;
}
.nav-btn {
display: inline-flex;
height: 50px;
width: 50px;
background: none;
padding: 0;
cursor: pointer;
border: 1px solid var(--fg-color);
overflow: hidden;
box-sizing: border-box;
}
.nav-push-wrapper {
display: flex;
flex-direction: column;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
height: 96px;
width: 100%;
}
.nav-btn:hover .nav-push-wrapper {
transform: translateY(-48px);
}
.nav-state-normal,
.nav-state-hover {
height: 48px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.nav-state-normal { background-color: var(--fg-color); color: var(--bg-color); }
.nav-state-hover { background-color: var(--bg-color); color: var(--fg-color); }
.pricing-window {
width: 100%;
overflow: hidden;
}
.pricing-track {
display: flex;
gap: 30px;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.pricing-card {
flex: 0 0 calc((100% - 60px) / 3);
min-height: 480px;
height: auto;
background-color: var(--card-bg);
border: 1px solid var(--border-color);
border-top: 3px solid var(--fg-color);
padding: 40px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
overflow: hidden;
}
.pricing-card::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50%;
background-image:
linear-gradient(var(--grid-color) 1px, transparent 1px),
linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
background-size: 30px 30px;
background-position: top right;
-webkit-mask-image: linear-gradient(to right, transparent, black 80%);
mask-image: linear-gradient(to right, transparent, black 80%);
z-index: 1;
pointer-events: none;
}
.card-inner-content {
position: relative;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.card-tier {
font-size: 14px;
letter-spacing: 2px;
opacity: 0.6;
text-transform: uppercase;
}
.card-price {
font-size: 48px;
font-weight: 700;
margin: 15px 0;
}
.card-price span { font-size: 16px; font-weight: 400; }
.card-features {
list-style: none;
padding: 0;
margin: 0 0 30px 0;
width: 100%;
}
.card-features li {
font-size: 11px;
text-transform: uppercase;
padding: 6px 0;
display: flex;
justify-content: space-between;
width: 100%;
border-bottom: none;
}
.feature-status {
opacity: 0.5;
margin-right: 15px;
}
.feature-text {
text-align: right;
flex: 1;
}
.hero-btn {
display: inline-flex;
text-decoration: none;
overflow: hidden;
cursor: pointer;
border: 1px solid var(--fg-color);
height: 48px;
}
.hero-push-wrapper {
display: flex;
flex-direction: column;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
height: 96px;
}
.hero-btn:hover .hero-push-wrapper {
transform: translateY(-48px);
}
.hero-state-normal,
.hero-state-hover {
height: 48px;
padding: 0 30px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
white-space: nowrap;
}
.hero-btn-primary .hero-state-normal { background-color: var(--fg-color); color: var(--bg-color); }
.hero-btn-primary .hero-state-hover { background-color: var(--bg-color); color: var(--fg-color); }
.pricing-card.is-highlight {
background-color: var(--fg-color);
border-top: 3px solid var(--fg-color);
}
.pricing-card.is-highlight .card-tier,
.pricing-card.is-highlight .card-price,
.pricing-card.is-highlight .card-features li {
color: var(--bg-color);
}
.pricing-card.is-highlight .hero-btn {
border-color: var(--bg-color);
}
.pricing-card.is-highlight .hero-btn-primary .hero-state-normal {
background-color: var(--bg-color);
color: var(--fg-color);
}
.pricing-card.is-highlight .hero-btn-primary .hero-state-hover {
background-color: var(--fg-color);
color: var(--bg-color);
}
.cta-banner {
width: 100%;
min-height: 450px;
background-color: var(--card-bg);
border: 1px solid var(--border-color);
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 80px;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.cta-banner::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 40%;
background-image:
linear-gradient(var(--grid-color) 1px, transparent 1px),
linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
background-size: 30px 30px;
background-position: center right;
-webkit-mask-image: linear-gradient(to right, transparent, black 90%);
mask-image: linear-gradient(to right, transparent, black 90%);
z-index: 1;
pointer-events: none;
}
.cta-content {
position: relative;
z-index: 2;
text-align: left;
}
.cta-btn-wrapper {
position: relative;
z-index: 2;
}
.cta-btn {
display: inline-flex;
text-decoration: none;
overflow: hidden;
cursor: pointer;
border: 1px solid var(--fg-color);
height: 50px;
}
.cta-push-wrapper {
display: flex;
flex-direction: column;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
height: 100px;
}
.cta-btn:hover .cta-push-wrapper {
transform: translateY(-50px);
}
.cta-state-normal,
.cta-state-hover {
height: 50px;
padding: 0 40px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
white-space: nowrap;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
}
.cta-state-normal {
background-color: var(--fg-color);
color: var(--bg-color);
}
.cta-state-hover {
background-color: var(--bg-color);
color: var(--fg-color);
}
.footer-section {
padding: 0 150px 100px 150px;
box-sizing: border-box;
}
.footer-container {
width: 100%;
background-color: var(--card-bg);
border: 1px solid var(--border-color);
padding: 80px;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.footer-top {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
gap: 40px;
margin-bottom: 80px;
position: relative;
z-index: 2;
}
.brand-wrapper {
display: flex;
align-items: center;
gap: 12px;
font-weight: 700;
font-size: 16px;
margin-bottom: 20px;
cursor: default;
}
.brand-square-white {
width: 12px;
height: 12px;
background-color: #ffffff;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
display: block;
}
.cipher-text {
font-family: monospace;
display: inline-block;
}
.copyright-text {
font-size: 10px;
opacity: 0.5;
line-height: 1.6;
}
.col-title {
font-size: 12px;
opacity: 0.5;
margin-bottom: 25px;
letter-spacing: 2px;
}
.footer-links {
list-style: none;
padding: 0;
margin: 0;
}
.footer-links li {
margin-bottom: 12px;
}
.push-link {
display: inline-block;
text-decoration: none;
color: var(--fg-color);
height: 18px;
overflow: hidden;
}
.link-push-wrapper {
display: flex;
flex-direction: column;
transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.push-link:hover .link-push-wrapper {
transform: translateY(-18px);
}
.state-normal, .state-hover {
height: 18px;
display: flex;
align-items: center;
font-size: 11px;
font-weight: 500;
}
.footer-bottom {
width: 100%;
overflow: hidden;
}
.giant-logo-btn {
display: block;
text-decoration: none;
color: var(--fg-color);
height: clamp(80px, 15vw, 250px);
overflow: hidden;
cursor: pointer;
}
.logo-push-wrapper {
display: flex;
flex-direction: column;
transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
height: 200%;
}
.giant-logo-btn:hover .logo-push-wrapper {
transform: translateY(-50%);
}
.logo-state-normal, .logo-state-hover {
height: 50%;
display: flex;
align-items: flex-end;
gap: 3vw;
padding-bottom: 10px;
}
.giant-square {
height: 85%;
aspect-ratio: 1 / 1;
background-color: var(--fg-color);
flex-shrink: 0;
}
.giant-text {
font-size: clamp(40px, 16vw, 280px);
line-height: 0.8;
font-weight: 800;
margin: 0;
letter-spacing: -0.04em;
}
.logo-state-hover {
background-color: var(--fg-color);
color: var(--bg-color);
padding-left: 20px;
}
.logo-state-hover .giant-square {
background-color: var(--bg-color);
}
@media (max-width: 1400px) {
.cta-section { padding: 0 80px 80px 80px; }
.cta-title { font-size: 50px; }
.footer-section { padding: 0 80px 80px 80px; }
.footer-container { padding: 60px; }
}
@media (max-width: 1200px) {
.pricing-card { flex: 0 0 calc((100% - 30px) / 2); }
}
@media (max-width: 1024px) {
.header-wrapper,
.hero-section,
.services-section,
.marquee-section,
.featured-section,
.team-section,
.industries-section,
.projects-section,
.gallery-section,
.testimonials-section,
.pricing-section {
padding: 20px;
}
.cta-section {
padding: 0 20px 60px 20px;
}
.faq-section {
padding: 40px 20px;
}
.footer-section {
padding: 0 20px 60px 20px;
}
.footer-container {
padding: 40px;
}
.footer-top {
grid-template-columns: 1fr 1fr;
gap: 40px;
}
.footer-col:first-child {
grid-column: span 2;
}
.hero-title,
.featured-title,
.cta-title,
.team-title,
.industries-title,
.projects-title,
.gallery-title,
.testimonials-title,
.faq-title,
.pricing-title {
font-size: 40px;
}
.featured-card-title,
.team-name,
.panel-title,
.project-card-title {
font-size: 32px;
}
.services-grid,
.featured-grid,
.team-grid,
.projects-grid,
.panel-content-grid,
.tabs-container,
.testimonials-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.gallery-grid {
grid-template-columns: repeat(2, 1fr);
}
.pricing-card {
flex: 0 0 100%;
}
.featured-card,
.team-card,
.project-card,
.tabs-content-wrapper {
min-height: auto;
padding: 25px;
}
.tab-panel {
padding: 30px;
}
.team-image-wrapper {
padding: 15px;
}
.panel-title {
max-width: 100%;
}
.panel-content-grid {
padding-top: 40px;
}
.project-card-desc {
max-width: 100%;
margin: 40px 0 0 0;
}
.project-card .hero-btn {
margin-top: 30px;
}
.cta-banner {
flex-direction: column;
align-items: flex-start;
justify-content: center;
gap: 50px;
padding: 60px 40px;
min-height: 400px;
}
.cta-button-group {
flex-direction: column;
align-items: center;
align-self: center;
width: 100%;
margin-top: 30px;
margin-bottom: 50px;
gap: 20px;
}
.cta-button-group .hero-btn {
width: 100%;
max-width: 300px;
}
.hero-button-group {
flex-direction: column;
align-items: center;
align-self: center;
width: 100%;
margin-top: 20px;
gap: 20px;
}
.hero-button-group .hero-btn {
width: 100%;
max-width: 300px;
}
.team-stats {
gap: 30px 20px;
}
.stat-number {
font-size: 48px;
}
.nav-menu {
display: none;
}
button.mobile-menu-toggle {
display: inline-flex;
}
.tabs-list {
flex-direction: row;
flex-wrap: nowrap;
overflow-x: auto;
padding-bottom: 10px;
-ms-overflow-style: none;
scrollbar-width: none;
}
.tabs-list::-webkit-scrollbar {
display: none;
}
.tab-btn {
white-space: nowrap;
flex-shrink: 0;
}
.side-panel {
width: 100%;
right: -100%;
}
.pricing-header-wrapper {
flex-direction: column;
align-items: flex-start;
gap: 20px;
}
.faq-question {
font-size: 15px;
}
}
@media (max-width: 1024px) {
.hero-content,
.cta-banner {
align-items: center;
text-align: center;
}
.hero-title,
.hero-subtitle,
.cta-title,
.cta-subtitle {
text-align: center;
}
.hero-button-group,
.cta-button-group {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
gap: 20px;
margin-top: 20px;
}
.hero-button-group .hero-btn,
.cta-button-group .hero-btn,
.cta-button-group .cta-btn {
width: fit-content;
max-width: 100%;
}
}
.card-price span {
font-size: 36px;
font-weight: 700;
margin-left: 5px;
}
.cta-marquee-wrapper {
width: 100%;
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 50px;
overflow: hidden;
position: relative;
}
.cta-marquee-row {
display: flex;
width: max-content;
}
.cta-marquee-content {
display: flex;
flex-shrink: 0;
gap: 15px;
padding-right: 15px;
}
.cta-marquee-item {
background-color: var(--fg-color);
color: var(--bg-color);
padding: 15px 30px;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
white-space: nowrap;
}
.cta-marquee-row.rtl {
animation: cta-marquee-rtl 30s linear infinite;
}
.cta-marquee-row.ltr {
transform: translateX(-50%);
animation: cta-marquee-ltr 30s linear infinite;
}
@keyframes cta-marquee-rtl {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
@keyframes cta-marquee-ltr {
0% { transform: translateX(-50%); }
100% { transform: translateX(0); }
}
.giant-logo-btn {
display: block;
text-decoration: none;
color: var(--fg-color);
height: clamp(80px, 15vw, 180px);
overflow: hidden;
cursor: pointer;
}
.logo-state-normal, .logo-state-hover {
height: 50%;
display: flex;
align-items: center;
gap: 20px;
padding: 10px 0;
box-sizing: border-box;
}
.giant-square {
height: 100%;
aspect-ratio: 1 / 1;
background-color: var(--fg-color);
flex-shrink: 0;
}
.giant-text {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
font-size: clamp(30px, 8vw, 90px);
line-height: 0.85;
font-weight: 800;
margin: 0;
letter-spacing: -0.04em;
}
.logo-state-hover {
background-color: var(--fg-color);
color: var(--bg-color);
padding-left: 20px;
}
.logo-state-hover .giant-square {
background-color: var(--bg-color);
}