.thelis-project { --thelis-ff-display: 'Syne', sans-serif;
--thelis-ff-mono:    'JetBrains Mono', monospace;
--thelis-ff-title:   'Cormorant Garamond', Georgia, serif; --thelis-red:        #E8294A;
--thelis-red-dark:   #c91e38;
--thelis-red-glow:   rgba(232, 41, 74, 0.28);
--thelis-red-dim:    rgba(232, 41, 74, 0.06);
--thelis-black:      #111118;
--thelis-white:      #ffffff;
--thelis-light:      #f7f5f1;
--thelis-gray:       rgba(17, 17, 24, 0.50);
--thelis-border:     rgba(17, 17, 24, 0.08); --thelis-spring:     cubic-bezier(0.34, 1.56, 0.64, 1);
--thelis-ease-out:   cubic-bezier(0.22, 1, 0.36, 1);
overflow-x: hidden;
max-width: none !important;
padding: 0 !important;
margin-top: 0 !important;
font-family: var(--thelis-ff-display);
} #primary.thelis-project .pj-hero,
#primary.thelis-project .pj-depth,
#primary.thelis-project .pj-cta,
#primary .pj-hero,
#primary .pj-depth,
#primary .pj-cta {
background: #111118 !important;
} #primary.thelis-project .pj-problem,
#primary.thelis-project .pj-outcome,
#primary .pj-problem,
#primary .pj-outcome {
background: #ffffff !important;
}
#primary.thelis-project .pj-solution,
#primary .pj-solution {
background: #f7f5f1 !important;
} @keyframes pjBlurUp {
from { opacity: 0; transform: translateY(48px); filter: blur(14px); }
to   { opacity: 1; transform: translateY(0);    filter: blur(0);    }
}
@keyframes pjLineGrow {
from { transform: scaleX(0); }
to   { transform: scaleX(1); }
}
@keyframes pjDotDrift {
0%, 100% { background-position: 0 0;    }
50%       { background-position: 10px -8px; }
}
@keyframes pjPulseGlow {
0%, 100% { opacity: 0.45; transform: translate(-50%, -50%) scale(1);    }
50%       { opacity: 1;   transform: translate(-50%, -50%) scale(1.18); }
}
@keyframes pjShimmer {
from { left: -100%; }
to   { left:  200%; }
} #pj-progress {
position: fixed;
top: 0; left: 0;
width: 0%;
height: 3px;
background: var(--thelis-red);
z-index: 99999;
transition: width 0.08s linear;
pointer-events: none;
}  .pj-label {
display: inline-flex;
align-items: center;
gap: 14px;
font-family: var(--thelis-ff-mono);
font-size: 11px;
font-weight: 500;
letter-spacing: 4px;
text-transform: uppercase;
color: var(--thelis-red);
}
.pj-label::before {
content: '';
width: 36px;
height: 1px;
background: var(--thelis-red);
opacity: 0.6;
flex-shrink: 0;
}
.pj-label--dim          { color: #E8294A; } .pj-label--dim::before  { opacity: 0.60; } .pj-section-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 48px;
}
.pj-section-num {
font-family: var(--thelis-ff-title);
font-size: 80px;
font-weight: 600;
line-height: 1;
user-select: none;
color: var(--thelis-black);
opacity: 0.04;
transition: opacity 0.5s ease;
}
.pj-section-num--light { color: var(--thelis-white); opacity: 0.06; } .pj-section-title {
font-family: var(--thelis-ff-display) !important;
font-size: clamp(28px, 4vw, 52px);
font-weight: 700;
letter-spacing: -2px;
line-height: 1.08;
color: var(--thelis-black) !important;
margin: 0 0 40px;
}
.pj-section-title--light { color: #ffffff !important; color: var(--thelis-white) !important; } .pj-badges {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 32px;
}
.pj-badge {
display: inline-flex;
align-items: center;
font-family: var(--thelis-ff-mono);
font-size: 10px;
font-weight: 500;
letter-spacing: 3px;
text-transform: uppercase;
padding: 6px 14px;
border-radius: 2px;
border: 1px solid rgba(232, 41, 74, 0.65);
color: rgba(255, 255, 255, 0.85) !important; background: rgba(232, 41, 74, 0.10);
} .pj-stack {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.pj-stack span,
.pj-hero-stack span {
font-family: var(--thelis-ff-mono);
font-size: 11px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
padding: 5px 12px;
border-radius: 2px;
border: 1px solid var(--thelis-border);
color: var(--thelis-gray);
background: var(--thelis-white);
transition: border-color 0.2s, color 0.2s;
}
.pj-stack span:hover {
border-color: rgba(232, 41, 74, 0.40);
color: var(--thelis-red);
} .pj-callout {
border-left: 3px solid var(--thelis-red);
background: rgba(232, 41, 74, 0.04);
border-radius: 2px;
padding: 36px 52px;
margin: 0;
font-family: var(--thelis-ff-title);
font-style: italic;
font-size: clamp(20px, 2.5vw, 28px);
font-weight: 600;
color: var(--thelis-black);
line-height: 1.45;
} .pj-hero {
background: #111118;
background: var(--thelis-black);
position: relative;
padding: 148px 0 108px;
overflow: hidden;
}  .thelis-project .pj-hero,
.thelis-project .pj-hero * {
color: inherit;
}
.pj-hero::before {
content: '';
position: absolute;
inset: -5%;
background-image: radial-gradient(circle, rgba(232, 41, 74, 0.07) 1.2px, transparent 1.2px);
background-size: 32px 32px;
pointer-events: none;
z-index: 0;
animation: pjDotDrift 22s ease-in-out infinite;
} .pj-hero::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, transparent 0%, var(--thelis-red) 40%, transparent 100%);
opacity: 0.35;
z-index: 1;
}
.pj-hero .container { position: relative; z-index: 2; } .pj-breadcrumb {
display: flex;
align-items: center;
gap: 10px;
font-family: var(--thelis-ff-mono);
font-size: 11px;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 72px;
animation: pjBlurUp 0.7s var(--thelis-ease-out) 0.05s both;
}
.pj-breadcrumb a {
color: rgba(255, 255, 255, 0.65) !important; text-decoration: none !important;
transition: color 0.2s;
}
.pj-breadcrumb a:hover { color: rgba(255, 255, 255, 0.88) !important; }
.pj-breadcrumb__sep    { color: rgba(255, 255, 255, 0.32) !important; }
.pj-breadcrumb__current { color: var(--thelis-red) !important; }
.pj-hero__content { max-width: 880px; } .pj-badges { animation: pjBlurUp 0.8s var(--thelis-ease-out) 0.12s both; } .pj-hero__title {
font-family: 'Syne', sans-serif !important;
font-family: var(--thelis-ff-display) !important;
font-size: clamp(72px, 11vw, 152px);
font-weight: 700;
font-style: normal;
letter-spacing: -3px;
line-height: 1.0;
color: #ffffff !important;
color: var(--thelis-white) !important;
margin: 0 0 28px;
animation: pjBlurUp 1.3s var(--thelis-ease-out) 0.22s both;
}
.pj-hero__subtitle {
font-family: var(--thelis-ff-display);
font-size: clamp(16px, 2vw, 22px);
font-weight: 300;
color: rgba(255, 255, 255, 0.78) !important; margin: 0 0 20px;
letter-spacing: 0.3px;
animation: pjBlurUp 0.9s var(--thelis-ease-out) 0.42s both;
}
.pj-hero__desc {
font-family: var(--thelis-ff-display);
font-size: 16px;
font-weight: 300;
color: rgba(255, 255, 255, 0.72) !important; max-width: 520px;
line-height: 1.75;
margin: 0;
animation: pjBlurUp 0.9s var(--thelis-ease-out) 0.56s both;
} .pj-hero__footer {
margin-top: 80px;
padding-top: 40px;
border-top: 1px solid rgba(255, 255, 255, 0.07);
display: flex;
flex-direction: column;
gap: 24px;
animation: pjBlurUp 0.9s var(--thelis-ease-out) 0.70s both;
}
.pj-hero__meta-row {
display: flex;
align-items: center;
gap: 24px;
}
.pj-meta-label {
font-family: var(--thelis-ff-mono);
font-size: 11px;
letter-spacing: 3px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.58) !important; white-space: nowrap;
flex-shrink: 0;
width: 90px;
} .pj-sector-pills {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.pj-sector-pills span {
font-family: var(--thelis-ff-mono);
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
padding: 5px 12px;
border-radius: 2px;
border: 1px solid rgba(255, 255, 255, 0.22);
color: rgba(255, 255, 255, 0.68) !important; transition: border-color 0.2s, color 0.2s;
}
.pj-sector-pills span:hover {
border-color: rgba(232, 41, 74, 0.50);
color: var(--thelis-red);
} .pj-hero-stack {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.pj-hero-stack span {
border: 1px solid rgba(255, 255, 255, 0.20);
color: rgba(255, 255, 255, 0.60) !important; background: transparent;
}
.pj-hero-stack span:hover {
border-color: rgba(232, 41, 74, 0.40);
color: rgba(232, 41, 74, 0.85);
} .pj-problem {
background: #ffffff;
background: var(--thelis-white);
padding: 120px 0;
position: relative;
} .pj-problem::after {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--thelis-red), transparent);
transform: scaleX(0);
transform-origin: left center;
transition: transform 1s var(--thelis-ease-out);
}
.pj-problem.pj-line-revealed::after { transform: scaleX(1); } .pj-problem__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
margin-bottom: 64px;
}
.pj-problem__left .pj-section-title { margin-bottom: 0; }
.pj-problem__right p {
font-family: var(--thelis-ff-display);
font-size: 16px;
font-weight: 300;
color: var(--thelis-gray);
line-height: 1.85;
margin: 0 0 24px;
}
.pj-problem__right p:last-child { margin-bottom: 0; } .pj-solution {
background: #f7f5f1;
background: var(--thelis-light);
padding: 120px 0;
position: relative;
}
.pj-solution::after {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--thelis-red), transparent);
transform: scaleX(0);
transform-origin: left center;
transition: transform 1s var(--thelis-ease-out);
}
.pj-solution.pj-line-revealed::after { transform: scaleX(1); } .pj-solution__intro {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
margin-bottom: 72px;
}
.pj-solution__intro .pj-section-title { margin-bottom: 0; }
.pj-solution__desc {
font-family: var(--thelis-ff-display);
font-size: 16px;
font-weight: 300;
color: var(--thelis-gray);
line-height: 1.85;
margin: 0;
align-self: center;
} .pj-features {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-bottom: 64px;
}
.pj-feature-card {
background: #ffffff;
background: var(--thelis-white);
border-radius: 4px;
border-top: 2px solid transparent;
padding: 40px;
position: relative;
overflow: hidden;
transition:
transform 0.45s var(--thelis-spring),
box-shadow 0.25s ease,
border-top-color 0.25s ease;
} .pj-feature-card::after {
content: '';
position: absolute;
top: 0;
left: -120%;
width: 80%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(232, 41, 74, 0.04), transparent);
transition: left 0.55s ease;
pointer-events: none;
}
.pj-feature-card:hover::after  { left: 140%; }
.pj-feature-card:hover          { transform: translateY(-6px); border-top-color: var(--thelis-red); box-shadow: 0 16px 56px rgba(17, 17, 24, 0.09); }
.pj-feature-card__icon {
color: var(--thelis-red);
margin-bottom: 24px;
transition: transform 0.4s var(--thelis-spring);
}
.pj-feature-card:hover .pj-feature-card__icon { transform: scale(1.15) rotate(-4deg); }
.pj-feature-card h3 {
font-family: 'Syne', sans-serif !important;
font-family: var(--thelis-ff-display) !important;
font-size: 18px;
font-weight: 700;
letter-spacing: -0.5px;
color: #111118 !important;
color: var(--thelis-black) !important;
margin: 0 0 14px;
}
.pj-feature-card p {
font-family: var(--thelis-ff-display);
font-size: 15px;
font-weight: 300;
color: var(--thelis-gray);
line-height: 1.75;
margin: 0;
} .pj-stack-row {
display: flex;
align-items: center;
gap: 24px;
padding-top: 40px;
border-top: 1px solid var(--thelis-border);
flex-wrap: wrap;
} .pj-outcome {
background: #ffffff;
background: var(--thelis-white);
padding: 120px 0;
position: relative;
}
.pj-outcome::after {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--thelis-red), transparent);
transform: scaleX(0);
transform-origin: left center;
transition: transform 1s var(--thelis-ease-out);
}
.pj-outcome.pj-line-revealed::after { transform: scaleX(1); } .pj-metrics {
display: grid;
grid-template-columns: repeat(4, 1fr);
border: 1px solid var(--thelis-border);
border-radius: 4px;
overflow: hidden;
margin-bottom: 72px;
}
.pj-metric {
padding: 52px 40px;
border-right: 1px solid var(--thelis-border);
display: flex;
flex-direction: column;
gap: 14px;
position: relative;
overflow: hidden;
transition: background 0.3s ease;
}
.pj-metric:last-child { border-right: none; } .pj-metric::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 2px;
background: var(--thelis-red);
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.45s var(--thelis-ease-out);
}
.pj-metric:hover::before { transform: scaleX(1); }
.pj-metric:hover          { background: rgba(232, 41, 74, 0.025); } .pj-metric__value {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display);
font-size: clamp(48px, 6vw, 84px);
font-weight: 700;
color: var(--thelis-red);
line-height: 1;
letter-spacing: -3px;
display: block;
}
.pj-metric__unit {
font-size: 0.55em;
vertical-align: top;
margin-top: 10px;
display: inline-block;
letter-spacing: 0;
}
.pj-metric__label {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 11px;
font-weight: 500;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--thelis-gray);
} .pj-metrics--five {
grid-template-columns: repeat(5, 1fr);
} .pj-metrics--six {
grid-template-columns: repeat(3, 1fr);
}
.pj-metrics--six .pj-metric:nth-child(3) { border-right: none; }
.pj-metrics--six .pj-metric:nth-child(4),
.pj-metrics--six .pj-metric:nth-child(5),
.pj-metrics--six .pj-metric:nth-child(6) {
border-top: 1px solid var(--thelis-border);
}
.pj-metrics--six .pj-metric:nth-child(6) { border-right: none; } .pj-metric__value--text {
font-size: clamp(28px, 3.5vw, 52px);
letter-spacing: -1px;
} .pj-outcome__body {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
}
.pj-outcome__body p {
font-family: var(--thelis-ff-display);
font-size: 16px;
font-weight: 300;
color: var(--thelis-gray);
line-height: 1.85;
margin: 0;
} .pj-depth {
background: #111118;
background: var(--thelis-black);
padding: 120px 0;
position: relative;
overflow: hidden;
} .pj-depth::before {
content: '';
position: absolute;
inset: 0;
background-image: radial-gradient(circle, rgba(232, 41, 74, 0.05) 1.2px, transparent 1.2px);
background-size: 32px 32px;
pointer-events: none;
z-index: 0;
} .pj-depth::after {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--thelis-red), transparent);
z-index: 1;
}
.pj-depth .container { position: relative; z-index: 2; }
.pj-depth .pj-section-title { margin-bottom: 64px; } .pj-challenges { display: flex; flex-direction: column; }
.pj-challenge {
display: grid;
grid-template-columns: 72px 1fr;
gap: 48px;
padding: 48px 0;
border-top: 1px solid rgba(255, 255, 255, 0.06);
align-items: start;
position: relative;
transition: padding-left 0.4s var(--thelis-ease-out);
} .pj-challenge::before {
content: '';
position: absolute;
left: 0; top: 0; bottom: 0;
width: 2px;
background: var(--thelis-red);
transform: scaleY(0);
transform-origin: top center;
transition: transform 0.5s var(--thelis-ease-out);
border-radius: 2px;
}
.pj-challenge:hover { padding-left: 20px; }
.pj-challenge:hover::before { transform: scaleY(1); }
.pj-challenge__num {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 11px;
font-weight: 700;
letter-spacing: 3px;
color: var(--thelis-red);
opacity: 1.0; padding-top: 4px;
position: relative;
z-index: 1;
transition: opacity 0.3s;
}
.pj-challenge:hover .pj-challenge__num { opacity: 1; }
.pj-challenge__content { position: relative; z-index: 1; }
.pj-challenge__content h3 {
font-family: 'Syne', sans-serif !important;
font-family: var(--thelis-ff-display) !important;
font-size: 20px;
font-weight: 700;
letter-spacing: -0.5px;
color: #ffffff !important;
color: var(--thelis-white) !important;
margin: 0 0 16px;
transition: color 0.3s;
}
.pj-challenge:hover .pj-challenge__content h3 { color: rgba(255, 255, 255, 0.95) !important; }
.pj-challenge__content p {
font-family: var(--thelis-ff-display);
font-size: 15px;
font-weight: 300;
color: rgba(255, 255, 255, 0.68) !important; line-height: 1.85;
margin: 0;
max-width: 700px;
transition: color 0.3s;
}
.pj-challenge:hover .pj-challenge__content p { color: rgba(255, 255, 255, 0.88) !important; }
.pj-challenge:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.06); } .pj-cta {
background: #111118 !important;
background: var(--thelis-black) !important;
padding: 80px 0;
position: relative;
border-top: 1px solid rgba(255, 255, 255, 0.06);
overflow: hidden;
} .pj-cta::before {
content: '';
position: absolute;
left: 50%; top: 50%;
transform: translate(-50%, -50%);
width: 700px; height: 350px;
background: radial-gradient(ellipse, rgba(232, 41, 74, 0.11) 0%, transparent 68%);
pointer-events: none;
animation: pjPulseGlow 4.5s ease-in-out infinite;
}
.pj-cta .container {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 28px;
}
.pj-cta__title {
font-family: 'Syne', sans-serif !important;
font-family: var(--thelis-ff-display, 'Syne', sans-serif) !important;
font-size: clamp(28px, 3.5vw, 48px);
font-weight: 700;
color: #ffffff !important;
color: var(--thelis-white) !important;
margin: 0;
letter-spacing: -1.5px;
line-height: 1.08;
max-width: 580px;
text-align: center !important;
} .pj-cta__title em {
font-style: normal;
font-weight: 300;
color: rgba(255, 255, 255, 0.80) !important;
} .pj-cta__inner {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
width: 100%;
} .pj-cta__desc {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display, 'Syne', sans-serif);
font-size: 16px;
font-weight: 300;
line-height: 1.70;
color: rgba(255, 255, 255, 0.55) !important;
text-align: center !important;
max-width: 560px;
margin: 0;
} .pj-cta__actions {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
}
.pj-cta__btn {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display);
font-size: 11px;
font-weight: 700;
letter-spacing: 2.5px;
text-transform: uppercase;
text-decoration: none;
color: #ffffff !important; background: var(--thelis-red);
padding: 16px 40px;
border-radius: 2px;
display: inline-block;
position: relative;
overflow: hidden;
transition:
background 0.22s ease,
transform  0.3s var(--thelis-spring),
box-shadow 0.25s ease;
} .pj-cta__btn::after {
content: '';
position: absolute;
top: 0; left: -60%;
width: 40%; height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
skewX(-15deg);
transition: none;
}
.pj-cta__btn:hover::after {
animation: pjShimmer 0.55s ease forwards;
}
.pj-cta__btn:hover {
background: var(--thelis-red-dark);
color: #ffffff !important; text-decoration: none !important;
transform: translateY(-3px);
box-shadow: 0 10px 36px rgba(232, 41, 74, 0.38);
} .pj-feature-card--visual {
padding-top: 0;
} .pj-feature-card__visual {
margin: 0 -40px 36px;
padding: 40px 28px 32px;
display: flex;
align-items: center;
justify-content: center;
min-height: 230px;
overflow: hidden;
position: relative;
background: radial-gradient(ellipse at 60% 40%, #ede9e2 0%, #e8e4dc 100%);
}
.pj-feature-card__visual img {
max-width: 210px;
max-height: 210px;
width: auto;
height: auto;
object-fit: contain;
filter: drop-shadow(0 16px 40px rgba(17, 17, 24, 0.13));
transform: rotate(-4deg) scale(1.0);
transform-origin: center bottom;
transition:
transform 0.60s cubic-bezier(0.22, 1, 0.36, 1),
filter     0.40s ease;
will-change: transform;
} .pj-feature-card--visual:nth-child(2) .pj-feature-card__visual img {
transform: rotate(0deg) scale(0.92);
max-width: 170px;
}
.pj-feature-card--visual:hover .pj-feature-card__visual img {
transform: rotate(-1deg) translateY(-10px) scale(1.06) !important;
filter: drop-shadow(0 24px 52px rgba(17, 17, 24, 0.17));
} .pj-outcome__visual {
margin: 72px 0 68px;
display: flex;
align-items: center;
gap: 0;
position: relative;
}
.pj-outcome__visual::before,
.pj-outcome__visual::after {
content: '';
flex: 1;
height: 1px;
background: var(--thelis-border);
}
.pj-outcome__visual::before { margin-right: 72px; }
.pj-outcome__visual::after  { margin-left:  72px; }
.pj-outcome__fig {
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 18px;
}
.pj-outcome__fig img {
width: auto;
height: auto;
max-width: 210px;
max-height: 300px;
object-fit: contain;
filter: drop-shadow(0 20px 52px rgba(17, 17, 24, 0.12));
transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
will-change: transform;
}
.pj-outcome__visual:hover .pj-outcome__fig img {
transform: translateY(-10px) scale(1.04);
filter: drop-shadow(0 28px 64px rgba(17, 17, 24, 0.17));
}
.pj-outcome__fig figcaption {
font-family: 'JetBrains Mono', monospace;
font-size: 9.5px;
font-weight: 500;
letter-spacing: 2.5px;
text-transform: uppercase;
color: rgba(17, 17, 24, 0.28) !important;
text-align: center;
line-height: 1;
} @media (max-width: 1024px) {
.pj-hero { padding: 100px 0 72px; }
.pj-problem,
.pj-solution,
.pj-outcome,
.pj-depth { padding: 80px 0; }
.pj-problem__grid,
.pj-solution__intro,
.pj-outcome__body {
grid-template-columns: 1fr;
gap: 40px;
}
.pj-problem__left .pj-section-title,
.pj-solution__intro .pj-section-title { margin-bottom: 0; }
.pj-features { grid-template-columns: 1fr; } .pj-feature-card__visual { margin: 0 -40px 28px; min-height: 190px; }
.pj-feature-card__visual img { max-width: 170px; max-height: 170px; }
.pj-outcome__visual { margin: 52px 0 48px; }
.pj-outcome__visual::before,
.pj-outcome__visual::after { display: none; }
.pj-metrics                            { grid-template-columns: repeat(2, 1fr); }
.pj-metric:nth-child(2)                { border-right: none; }
.pj-metric:nth-child(3),
.pj-metric:nth-child(4)                { border-top: 1px solid var(--thelis-border); }
.pj-metric:nth-child(4)                { border-right: none; } .pj-metrics--five                          { grid-template-columns: repeat(3, 1fr); }
.pj-metrics--five .pj-metric:nth-child(3)  { border-right: none; }
.pj-metrics--five .pj-metric:nth-child(4),
.pj-metrics--five .pj-metric:nth-child(5)  { border-top: 1px solid var(--thelis-border); }
.pj-metrics--five .pj-metric:nth-child(2)  { border-right: 1px solid var(--thelis-border); }
.pj-metrics--five .pj-metric:nth-child(5)  { border-right: none; } .pj-callout { padding: 28px 32px; }
.pj-section-num { font-size: 60px; }
} @media (max-width: 768px) {
.pj-hero__title  { letter-spacing: -2px; }
.pj-hero__footer { margin-top: 48px; }
.pj-hero__meta-row {
flex-direction: column;
align-items: flex-start;
gap: 12px;
}
.pj-meta-label   { width: auto; }
.pj-breadcrumb   { margin-bottom: 48px; }
.pj-challenge {
grid-template-columns: 48px 1fr;
gap: 20px;
padding: 36px 0;
}
.pj-challenge:hover { padding-left: 12px; }
.pj-callout {
font-size: 18px;
padding: 24px 28px;
}
.pj-section-header { margin-bottom: 32px; }
.pj-cta { padding: 60px 0; }
} @media (max-width: 768px) {
.pj-hero--scene .pj-hero__scene-bg {
width: 100%;
opacity: 0.22;
}
.pj-hero--scene .pj-hero__scene-bg::before {
background: linear-gradient(to right, #111118 0%, rgba(17,17,24,0.96) 100%);
width: 100%;
}
.pj-hero--scene .pj-hero__left {
max-width: 100%;
}
} @media (max-width: 480px) {
.pj-metrics,
.pj-metrics--five,
.pj-metrics--six    { grid-template-columns: 1fr 1fr; }
.pj-metric          { padding: 36px 24px; } .pj-feature-card__visual { margin: 0 -28px 24px; min-height: 160px; }
.pj-feature-card__visual img { max-width: 140px; max-height: 140px; }
.pj-outcome__fig img { max-width: 160px; max-height: 220px; }
.pj-outcome__visual { margin: 40px 0 36px; }
.pj-feature-card    { padding: 28px; }
.pj-stack-row       { flex-direction: column; align-items: flex-start; }
} @keyframes pjSceneReveal {
from {
opacity: 0;
transform: scale(1.05);
filter: blur(6px);
}
to {
opacity: 1;
transform: scale(1);
filter: blur(0);
}
} .pj-hero--scene .pj-hero__scene-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 58%;
overflow: hidden;
z-index: 0;
} .pj-hero--scene .pj-hero__scene-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: left top;
filter: brightness(0.82) saturate(0.88);
animation: pjSceneReveal 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
} .pj-hero--scene .pj-hero__scene-bg::before {
content: '';
position: absolute;
top: 0; bottom: 0; left: 0;
width: 52%;
background: linear-gradient(
to right,
#111118 0%,
rgba(17, 17, 24, 0.92) 40%,
rgba(17, 17, 24, 0.50) 72%,
transparent 100%
);
z-index: 1;
pointer-events: none;
} .pj-hero--scene .pj-hero__scene-bg::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 38%;
background: linear-gradient(to bottom, transparent 0%, #111118 100%);
z-index: 1;
pointer-events: none;
} .pj-hero--scene .pj-hero__scene-bg .pj-hero__scene-accent {
position: absolute;
top: 15%; bottom: 15%;
left: 0;
width: 1px;
background: linear-gradient(
to bottom,
transparent 0%,
rgba(232, 41, 74, 0.45) 35%,
rgba(232, 41, 74, 0.45) 65%,
transparent 100%
);
z-index: 2;
pointer-events: none;
} .pj-hero--scene .container {
position: relative;
z-index: 2;
} .pj-hero--scene .pj-hero__left {
max-width: 560px;
} @media (max-width: 1024px) {
.pj-hero--scene .pj-hero__scene-bg {
width: 100%;
}
.pj-hero--scene .pj-hero__scene-bg img {
opacity: 0.55;
filter: brightness(0.60) saturate(0.75);
}
.pj-hero--scene .pj-hero__scene-bg::before {
width: 100%;
background: linear-gradient(
to right,
#111118 0%,
rgba(17, 17, 24, 0.97) 60%,
rgba(17, 17, 24, 0.85) 100%
);
}
.pj-hero--scene .pj-hero__left {
max-width: 680px;
}
} @keyframes pjRevealFrame {
from {
opacity: 0;
transform: translateY(48px) perspective(1000px) rotateX(5deg);
filter: blur(10px);
}
to {
opacity: 1;
transform: translateY(0) perspective(1000px) rotateX(0deg);
filter: blur(0);
}
}
@keyframes pjFloatIdle {
0%, 100% { transform: translateY(0px); }
50%       { transform: translateY(-7px); }
} .pj-hero--visual .pj-hero__layout {
display: grid;
grid-template-columns: 55fr 45fr;
gap: 72px;
align-items: center;
} .pj-hero--visual .pj-hero__left { } .pj-hero--visual .pj-hero__visual {
position: relative;
animation: pjRevealFrame 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.65s both;
} .pj-hero--visual .pj-hero__visual::before {
content: '';
position: absolute;
top: 0; bottom: 0;
left: -48px;
width: 120px;
background: linear-gradient(to right, #111118 0%, transparent 100%);
z-index: 3;
pointer-events: none;
} .pj-hero--visual .pj-hero__visual-inner {
animation: pjFloatIdle 7s ease-in-out 1.8s infinite;
} .pj-hero--visual .pj-hero__img-frame {
position: relative;
background: #0c0c14;
border-radius: 8px 8px 4px 4px;
border-top: 2px solid var(--thelis-red);
overflow: hidden;
box-shadow:
0 32px 96px rgba(0, 0, 0, 0.70),
0 0 0 1px rgba(255, 255, 255, 0.04),
0 0 48px rgba(232, 41, 74, 0.10);
transform: perspective(1400px) rotateX(1.5deg);
transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
box-shadow 0.8s ease;
}
.pj-hero--visual .pj-hero__img-frame:hover {
transform: perspective(1400px) rotateX(0deg);
box-shadow:
0 48px 120px rgba(0, 0, 0, 0.75),
0 0 0 1px rgba(255, 255, 255, 0.06),
0 0 64px rgba(232, 41, 74, 0.14);
} .pj-hero--visual .pj-hero__img-chrome {
display: flex;
align-items: center;
gap: 10px;
padding: 11px 16px;
background: rgba(255, 255, 255, 0.025);
border-bottom: 1px solid rgba(255, 255, 255, 0.055);
flex-shrink: 0;
} .pj-hero--visual .pj-hero__chrome-dots {
display: flex;
gap: 6px;
flex-shrink: 0;
}
.pj-hero--visual .pj-hero__chrome-dots i {
display: block;
width: 9px;
height: 9px;
border-radius: 50%;
font-style: normal;
}
.pj-hero--visual .pj-hero__chrome-dots i:nth-child(1) { background: rgba(232, 41, 74, 0.75); }
.pj-hero--visual .pj-hero__chrome-dots i:nth-child(2) { background: rgba(255, 195, 50, 0.45); }
.pj-hero--visual .pj-hero__chrome-dots i:nth-child(3) { background: rgba(85, 210, 100, 0.40); } .pj-hero--visual .pj-hero__chrome-label {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 10px;
letter-spacing: 2.5px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.28) !important;
flex: 1;
text-align: center;
} .pj-hero--visual .pj-hero__img-wrap {
position: relative;
max-height: 560px;
overflow: hidden;
} .pj-hero--visual .pj-hero__img-wrap::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 120px;
background: linear-gradient(to bottom, transparent 0%, #0c0c14 100%);
z-index: 1;
pointer-events: none;
} .pj-hero--visual .pj-hero__img-wrap img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
object-position: top center;
transition: transform 10s ease-out;
}
.pj-hero--visual .pj-hero__img-frame:hover .pj-hero__img-wrap img {
transform: translateY(-4%);
} .pj-hero--visual {
padding: 120px 0 96px;
} @media (max-width: 1024px) {
.pj-hero--visual .pj-hero__layout {
grid-template-columns: 1fr;
gap: 52px;
} .pj-hero--visual .pj-hero__visual {
order: -1;
} .pj-hero--visual .pj-hero__visual::before {
display: none;
}
.pj-hero--visual .pj-hero__img-wrap {
max-height: 360px;
}
.pj-hero--visual {
padding: 100px 0 80px;
}
} @media (max-width: 768px) {
.pj-hero--visual .pj-hero__img-wrap {
max-height: 260px;
}
.pj-hero--visual .pj-hero__img-frame {
transform: none;
}
.pj-hero--visual .pj-hero__visual-inner {
animation: none;
}
.pj-hero--visual {
padding: 88px 0 72px;
}
}  @keyframes pjDiagonalReveal {
from { clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%); }
to   { clip-path: polygon(22% 0%, 100% 0%, 100% 100%, 0% 100%); }
} .pj-hero--diagonal .pj-hero__scene-bg {
position: absolute;
top: 0; right: 0; bottom: 0;
width: 66%;
clip-path: polygon(22% 0%, 100% 0%, 100% 100%, 0% 100%);
animation: pjDiagonalReveal 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.45s both;
z-index: 0;
} .pj-hero--diagonal .pj-hero__scene-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 38% center;
filter: brightness(0.62) contrast(1.12) saturate(0.68);
} .pj-hero--diagonal .pj-hero__scene-bg::before {
content: '';
position: absolute;
top: 0; bottom: 0; left: 0;
width: 55%;
background: linear-gradient(
to right,
#111118 0%,
rgba(17, 17, 24, 0.88) 28%,
rgba(17, 17, 24, 0.40) 65%,
transparent 100%
);
z-index: 1;
pointer-events: none;
} .pj-hero--diagonal .pj-hero__scene-bg::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 36%;
background: linear-gradient(to bottom, transparent 0%, #111118 100%);
z-index: 1;
pointer-events: none;
} .pj-hero--diagonal .container {
position: relative;
z-index: 2;
} .pj-hero--diagonal .pj-hero__left {
max-width: 520px;
} @media (max-width: 1024px) {
.pj-hero--diagonal .pj-hero__scene-bg {
width: 100%;
clip-path: none;
animation: none;
}
.pj-hero--diagonal .pj-hero__scene-bg img {
filter: brightness(0.40) contrast(1.1) saturate(0.55);
}
.pj-hero--diagonal .pj-hero__scene-bg::before {
width: 100%;
background: linear-gradient(
to right,
#111118 0%,
rgba(17, 17, 24, 0.97) 55%,
rgba(17, 17, 24, 0.80) 100%
);
}
.pj-hero--diagonal .pj-hero__left {
max-width: 680px;
}
} @media (max-width: 768px) {
.pj-hero--diagonal .pj-hero__scene-bg img {
filter: brightness(0.28) contrast(1.1) saturate(0.50);
}
}  .pj-hero--data .pj-hero__layout {
display: grid;
grid-template-columns: 55fr 45fr;
gap: 72px;
align-items: center;
} .pj-hero__data-right {
position: relative;
padding-top: 16px;
animation: pjBlurUp 0.9s var(--thelis-ease-out) 0.55s both;
}  .pj-hero__ghost-num {
position: absolute;
bottom: 72px; right: 8px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-family: var(--thelis-ff-title);
font-size: clamp(130px, 17vw, 210px);
font-weight: 300;
letter-spacing: -10px;
line-height: 1;
color: #ffffff;
opacity: 0.09;
user-select: none;
pointer-events: none;
z-index: 2; } .pj-hero__photo-inset {
position: relative;
z-index: 1;
width: 100%;
height: 360px;
overflow: hidden;
border-top: 2px solid var(--thelis-red);
animation: pjBlurUp 0.8s var(--thelis-ease-out) 0.72s both;
} .pj-hero__photo-inset::after {
content: '';
position: absolute;
inset: 0;
background:
linear-gradient(to bottom, transparent 50%, rgba(17, 17, 24, 0.45) 100%),
linear-gradient(to right,  transparent 60%, rgba(17, 17, 24, 0.30) 100%);
z-index: 1;
pointer-events: none;
} .pj-hero__photo-inset img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 40%;
filter: brightness(0.60) contrast(1.2) saturate(0.35) grayscale(0.45);
transition: transform 9s ease-out, filter 0.9s ease;
}
.pj-hero__photo-inset:hover img {
transform: scale(1.05);
filter: brightness(0.68) contrast(1.2) saturate(0.50) grayscale(0.25);
} .pj-hero__data-caption {
display: flex;
align-items: center;
gap: 14px;
margin-top: 18px;
position: relative;
z-index: 1;
animation: pjBlurUp 0.7s var(--thelis-ease-out) 0.88s both;
}
.pj-hero__data-line {
display: block;
width: 32px;
height: 1px;
background: var(--thelis-red);
opacity: 0.65;
flex-shrink: 0;
}
.pj-hero__data-text {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.48) !important;
} .pj-hero__org-count {
margin-top: 10px;
padding-left: 46px; font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 10px;
letter-spacing: 2.5px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.28) !important;
position: relative;
z-index: 1;
animation: pjBlurUp 0.7s var(--thelis-ease-out) 1.0s both;
} @media (max-width: 1024px) {
.pj-hero--data .pj-hero__layout {
grid-template-columns: 1fr;
gap: 48px;
} .pj-hero--data .pj-hero__data-right {
order: -1;
}
.pj-hero__ghost-num {
font-size: 110px;
bottom: 60px;
right: 4px;
}
.pj-hero__photo-inset {
height: 260px;
}
} @media (max-width: 768px) {
.pj-hero--data .pj-hero__data-right {
display: none; }
}  @keyframes pjKenBurns {
from { transform: scale(1.06); }
to   { transform: scale(1.0);  }
} .pj-hero--spotlight .pj-hero__scene-bg {
position: absolute;
inset: 0;
overflow: hidden;
z-index: 0;
} .pj-hero--spotlight .pj-hero__scene-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 62% center;
filter: brightness(0.78) saturate(0.82);
animation: pjKenBurns 2.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
} .pj-hero--spotlight .pj-hero__scene-bg::before {
content: '';
position: absolute;
inset: 0;
background: radial-gradient(
ellipse 80% 100% at 62% 52%,
transparent          0%,
rgba(17, 17, 24, 0.45) 42%,
rgba(17, 17, 24, 0.82) 68%,
#111118              88%
);
z-index: 1;
pointer-events: none;
} .pj-hero--spotlight .pj-hero__scene-bg::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
to right,
#111118              0%,
rgba(17, 17, 24, 0.88) 28%,
rgba(17, 17, 24, 0.35) 56%,
transparent          78%
);
z-index: 2;
pointer-events: none;
} .pj-hero--spotlight .container {
position: relative;
z-index: 3;
} .pj-hero--spotlight .pj-hero__left {
max-width: 560px;
} @media (max-width: 1024px) {
.pj-hero--spotlight .pj-hero__scene-bg img {
object-position: 55% center;
filter: brightness(0.60) saturate(0.75);
}
.pj-hero--spotlight .pj-hero__scene-bg::after {
background: linear-gradient(
to right,
#111118              0%,
rgba(17, 17, 24, 0.95) 45%,
rgba(17, 17, 24, 0.75) 100%
);
}
.pj-hero--spotlight .pj-hero__left {
max-width: 680px;
}
} @media (max-width: 768px) {
.pj-hero--spotlight .pj-hero__scene-bg img {
object-position: center center;
filter: brightness(0.40) saturate(0.65);
animation: none;
}
.pj-hero--spotlight .pj-hero__scene-bg::before {
background: radial-gradient(
ellipse 100% 100% at 50% 50%,
transparent          0%,
rgba(17, 17, 24, 0.75) 50%,
#111118              80%
);
}
}  @keyframes pjNetParticle {
0%   { stroke-dashoffset:  0;    opacity: 0; }
6%   { opacity: 1; }
94%  { opacity: 1; }
100% { stroke-dashoffset: -100;  opacity: 0; }
} @keyframes pjNetRingPulse {
0%, 100% { transform: scale(1);   opacity: 0.20; }
50%       { transform: scale(1.5); opacity: 0;    }
} .pj-hero--network .pj-hero__layout {
display: grid;
grid-template-columns: 55fr 45fr;
gap: 64px;
align-items: center;
} .pj-hero__network-vis {
position: relative;
animation: pjBlurUp 1.2s var(--thelis-ease-out) 0.65s both;
} .pj-net-svg {
width: 100%;
height: auto;
display: block;
} .pj-net-p {
animation: pjNetParticle 2.6s linear infinite;
} .pj-net-ring {
transform-box: fill-box;
transform-origin: center;
animation: pjNetRingPulse 2.6s ease-in-out infinite;
}
.pj-net-ring--inner {
animation-duration: 2.6s;
}
.pj-net-ring--outer {
animation-duration: 3.4s;
} @media (max-width: 1024px) {
.pj-hero--network .pj-hero__layout {
grid-template-columns: 1fr;
gap: 44px;
}
.pj-hero__network-vis {
order: -1;
max-width: 400px;
margin: 0 auto;
}
} @media (max-width: 768px) {
.pj-hero__network-vis {
display: none;
}
}  @keyframes pjComputeCell {
0%, 100% { fill: rgba(255, 255, 255, 0.038); }
8%        { fill: rgba(232, 41,  74,  0.52);  }
22%       { fill: rgba(232, 41,  74,  0.06);  }
70%       { fill: rgba(255, 255, 255, 0.038); }
} @keyframes pjComputeCellHot {
0%, 100% { fill: rgba(255, 255, 255, 0.055); }
8%        { fill: rgba(232, 41,  74,  0.78);  }
22%       { fill: rgba(232, 41,  74,  0.14);  }
70%       { fill: rgba(255, 255, 255, 0.055); }
} .pj-hero--compute .pj-hero__layout {
display: grid;
grid-template-columns: 55fr 45fr;
gap: 64px;
align-items: center;
} .pj-hero__compute-vis {
animation: pjBlurUp 1.0s var(--thelis-ease-out) 0.65s both;
} .pj-compute-svg {
width: 100%;
height: auto;
display: block;
overflow: visible;
} .pj-cc {
animation: pjComputeCell 5.8s ease-out infinite;
} .pj-cc--hot {
animation-name: pjComputeCellHot;
} .pj-compute-footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 14px;
padding-top: 12px;
border-top: 1px solid rgba(255, 255, 255, 0.055);
}
.pj-compute-label {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.40) !important;
}
.pj-compute-spec {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 9px;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.22) !important;
} @media (max-width: 1024px) {
.pj-hero--compute .pj-hero__layout {
grid-template-columns: 1fr;
gap: 44px;
}
.pj-hero__compute-vis {
order: -1;
max-width: 380px;
margin: 0 auto;
}
} @media (max-width: 768px) {
.pj-hero__compute-vis {
display: none;
}
}   @keyframes pjVerticalReveal {
from { clip-path: inset(0 0 100% 0); }
to   { clip-path: inset(0 0 0%   0); }
} @keyframes pjClinicalCapIn {
from { opacity: 0; transform: translateY(6px); }
to   { opacity: 1; transform: translateY(0);   }
} @keyframes pjCornerIn {
from { opacity: 0; transform: scale(0.3); }
to   { opacity: 1; transform: scale(1);   }
} .pj-hero--clinical .pj-hero__layout {
display: grid;
grid-template-columns: 55fr 45fr;
gap: 64px;
align-items: center;
}
.pj-hero--clinical .pj-hero__photo-right {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
} .pj-clinical-frame {
position: relative;
width: 100%;
max-width: 500px;
border: 1px solid rgba(255, 255, 255, 0.07);
border-top: 2px solid var(--thelis-red, #E8294A);
} .pj-corner {
position: absolute;
width: 20px;
height: 20px;
z-index: 3;
animation: pjCornerIn 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
} .pj-corner::before {
content: '';
position: absolute;
width: 100%;
height: 2px;
background: var(--thelis-red, #E8294A);
} .pj-corner::after {
content: '';
position: absolute;
width: 2px;
height: 100%;
background: var(--thelis-red, #E8294A);
} .pj-corner--tl {
top: -2px;
left: -1px;
animation-delay: 0.70s;
}
.pj-corner--tl::before { top: 0; left: 0; }
.pj-corner--tl::after  { top: 0; left: 0; }
.pj-corner--tr {
top: -2px;
right: -1px;
animation-delay: 0.76s;
}
.pj-corner--tr::before { top: 0; right: 0; left: auto; }
.pj-corner--tr::after  { top: 0; right: 0; left: auto; }
.pj-corner--bl {
bottom: -1px;
left: -1px;
animation-delay: 0.82s;
}
.pj-corner--bl::before { bottom: 0; left: 0; top: auto; }
.pj-corner--bl::after  { bottom: 0; left: 0; top: auto; }
.pj-corner--br {
bottom: -1px;
right: -1px;
animation-delay: 0.88s;
}
.pj-corner--br::before { bottom: 0; right: 0; left: auto; top: auto; }
.pj-corner--br::after  { bottom: 0; right: 0; left: auto; top: auto; } .pj-clinical-img {
overflow: hidden;
display: block;
clip-path: inset(0 0 100% 0);
animation: pjVerticalReveal 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}
.pj-clinical-img img {
width: 100%;
height: auto;
display: block;
filter: brightness(0.88) contrast(1.06) saturate(0.78);
} .pj-clinical-cap {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 14px;
background: rgba(255, 255, 255, 0.03);
border-top: 1px solid rgba(255, 255, 255, 0.06);
opacity: 0;
animation: pjClinicalCapIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) 1.45s both;
}
.pj-clinical-cap-label {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 10px;
letter-spacing: 2.5px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.42) !important;
}
.pj-clinical-cap-tag {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 9px;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--thelis-red, #E8294A) !important;
padding: 3px 8px;
border: 1px solid rgba(232, 41, 74, 0.28);
} @media (max-width: 1024px) {
.pj-hero--clinical .pj-hero__layout {
grid-template-columns: 1fr;
gap: 44px;
}
.pj-hero--clinical .pj-hero__photo-right {
order: -1;
justify-content: center;
}
.pj-clinical-frame {
max-width: 460px;
}
} @media (max-width: 768px) {
.pj-hero--clinical .pj-hero__photo-right {
display: none;
}
}   @keyframes pjDosePulse {
0%, 100% {
opacity: calc(0.04 + var(--dose, 0) * 0.10);
transform: scale(0.86);
}
50% {
opacity: calc(0.15 + var(--dose, 0) * 0.68);
transform: scale(1);
}
} @keyframes pjDosePulseHot {
0%, 100% {
opacity: calc(0.08 + var(--dose, 0) * 0.14);
transform: scale(0.88);
}
50% {
opacity: calc(0.32 + var(--dose, 0) * 0.68);
transform: scale(1.12);
}
} @keyframes pjDoseRingPulse {
0%   { transform: scale(1);   opacity: 0.72; }
100% { transform: scale(2.6); opacity: 0;    }
} @keyframes pjDoseCenterPulse {
0%, 100% { opacity: 0.75; }
50%      { opacity: 1;    }
} @keyframes pjDoseScan {
0%   { transform: translateY(0%);   opacity: 0;    }
3%   { opacity: 0.55; }
96%  { opacity: 0.22; }
100% { transform: translateY(100%); opacity: 0;    }
} .pj-hero--dosefield .pj-hero__layout {
display: grid;
grid-template-columns: 55fr 45fr;
gap: 64px;
align-items: center;
}
.pj-hero__dose-vis {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
} .pj-dose-svg {
width: 100%;
max-width: 360px;
height: auto;
overflow: visible;
} .pj-dose-ghost {
font-family: 'Syne', sans-serif;
font-size: 76px;
font-weight: 800;
fill: rgba(232, 41, 74, 0.028);
letter-spacing: 10px;
pointer-events: none;
} .pj-dose-axis {
stroke: rgba(255, 255, 255, 0.055);
stroke-width: 1;
stroke-dasharray: 3 5;
} .pj-dc {
fill: var(--thelis-red, #E8294A);
transform-box: fill-box;
transform-origin: center;
animation: pjDosePulse 2.5s ease-in-out infinite;
}
.pj-dc--hot {
animation-name: pjDosePulseHot;
animation-duration: 1.9s;
filter: url(#pj-dose-glow);
} .pj-dose-ring {
fill: none;
stroke: var(--thelis-red, #E8294A);
stroke-width: 1.5;
transform-box: fill-box;
transform-origin: center;
animation: pjDoseRingPulse 2.4s ease-out infinite;
}
.pj-dose-ring--2 {
animation-delay: -1.2s;
filter: none;
} .pj-dose-center {
fill: var(--thelis-red, #E8294A);
animation: pjDoseCenterPulse 1.6s ease-in-out infinite;
} .pj-dose-scan {
fill: var(--thelis-red, #E8294A);
transform-box: view-box;
transform-origin: 0 0;
animation: pjDoseScan 3.2s ease-in-out infinite;
} @keyframes pjBraggDraw {
from { stroke-dashoffset: 1; }
to   { stroke-dashoffset: 0; }
}
@keyframes pjBraggScan {
0%   { transform: translateX(0%);   opacity: 0; }
4%   { opacity: 0.7; }
92%  { opacity: 0.5; }
100% { transform: translateX(264px); opacity: 0; }
}
@keyframes pjBraggPeakPulse {
0%, 100% { r: 3.5; opacity: 0.85; }
50%      { r: 5;   opacity: 1;    }
}
.pj-bragg-svg {
overflow: visible;
} .pj-bragg-ghost {
font-family: 'Syne', sans-serif;
font-size: 110px;
font-weight: 800;
fill: rgba(232, 41, 74, 0.032);
pointer-events: none;
} .pj-bragg-grid {
stroke: rgba(255, 255, 255, 0.045);
stroke-width: 1;
stroke-dasharray: 3 6;
} .pj-bragg-axis {
stroke: rgba(255, 255, 255, 0.14);
stroke-width: 1;
stroke-linecap: round;
} .pj-bragg-axislabel {
font-family: 'JetBrains Mono', monospace;
font-size: 7px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
fill: rgba(255, 255, 255, 0.28) !important;
} .pj-bragg-area {
opacity: 1;
} .pj-bragg-curve {
fill: none;
stroke: #E8294A;
stroke-width: 2px;
stroke-linecap: round;
stroke-linejoin: round;
stroke-dasharray: 1;
stroke-dashoffset: 1;
pathLength: 1;
animation: pjBraggDraw 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
} .pj-bragg-peak-line {
stroke: rgba(232, 41, 74, 0.35);
stroke-width: 1;
stroke-dasharray: 3 4;
} .pj-bragg-peak-dot {
fill: #E8294A;
animation: pjBraggPeakPulse 1.8s ease-in-out infinite;
}  .pj-bragg-traveler {
fill: #E8294A; } .pj-bragg-peak-flash {
fill: none;
stroke: #E8294A;
stroke-width: 1.5; } .pj-bragg-ann {
font-family: 'JetBrains Mono', monospace;
font-size: 7.5px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
fill: rgba(232, 41, 74, 0.75) !important;
} .pj-bragg-scan {
stroke: rgba(232, 41, 74, 0.65);
stroke-width: 1.5;
stroke-linecap: round;
animation: pjBraggScan 3.4s ease-in-out infinite;
} .pj-dose-footer {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 360px;
margin-top: 12px;
padding-top: 11px;
border-top: 1px solid rgba(255, 255, 255, 0.055);
}
.pj-dose-label {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.40) !important;
}
.pj-dose-spec {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 9px;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.22) !important;
} @media (max-width: 1024px) {
.pj-hero--dosefield .pj-hero__layout {
grid-template-columns: 1fr;
gap: 44px;
}
.pj-hero__dose-vis {
order: -1;
align-items: center;
}
.pj-dose-svg,
.pj-dose-footer {
max-width: 320px;
}
} @media (max-width: 768px) {
.pj-hero__dose-vis {
display: none;
}
}  .pj-hero--dcaf .pj-hero__scene-bg {
width: 100%;
left: 0;
} .pj-hero--dcaf .pj-hero__scene-bg img {
object-position: 30% center;
filter: brightness(0.72) contrast(1.06) saturate(0.75);
} .pj-hero--dcaf .pj-hero__scene-bg::before {
width: 100%;
background: linear-gradient(
to right,
#111118 0%,
rgba(17, 17, 24, 0.94) 22%,
rgba(17, 17, 24, 0.60) 44%,
rgba(17, 17, 24, 0.20) 65%,
rgba(17, 17, 24, 0.05) 100%
);
} .pj-hero--dcaf .pj-hero__scene-bg::after {
height: 45%;
background: linear-gradient(to bottom, transparent 0%, #111118 100%);
} .pj-hero--dcaf .pj-hero__left {
max-width: 620px;
} .pj-hero--dcaf .pj-hero__scene-bg .pj-hero__scene-accent {
left: 52%;
} @media (max-width: 1024px) {
.pj-hero--dcaf .pj-hero__scene-bg img {
filter: brightness(0.50) contrast(1.06) saturate(0.70);
object-position: 35% center;
}
.pj-hero--dcaf .pj-hero__scene-bg::before {
background: linear-gradient(
to right,
#111118 0%,
rgba(17, 17, 24, 0.97) 45%,
rgba(17, 17, 24, 0.90) 100%
);
}
.pj-hero--dcaf .pj-hero__left {
max-width: 100%;
}
}  .pj-solution__intro--dcaf {
display: grid;
grid-template-columns: 1fr 260px;
gap: 64px;
align-items: start;
}
.pj-solution__intro--dcaf .pj-solution__intro-text {
display: flex;
flex-direction: column;
gap: 0;
} .pj-dcaf-portrait {
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
margin-top: 8px;
}
.pj-dcaf-portrait__frame {
position: relative;
width: 100%;
overflow: hidden;
background: #0c0c10;
border: 1px solid rgba(255, 255, 255, 0.07);
} .pj-dcaf-portrait__frame img {
display: block;
width: 100%;
height: auto;
filter:
grayscale(0.72)
contrast(1.18)
brightness(0.82)
sepia(0.08);
transition: filter 0.6s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
transform: scale(1.02);
transform-origin: center center;
}
.pj-dcaf-portrait:hover .pj-dcaf-portrait__frame img {
transform: scale(1.05);
filter: grayscale(0.40) contrast(1.14) brightness(0.88) sepia(0.04);
} @keyframes pjDocScan {
0%   { top: -2px; opacity: 0; }
5%   { opacity: 1; }
92%  { opacity: 1; }
100% { top: 100%; opacity: 0; }
}
.pj-dcaf-portrait__scan {
position: absolute;
left: 0; right: 0;
height: 2px;
background: linear-gradient(
to right,
transparent 0%,
rgba(255, 255, 255, 0.40) 30%,
rgba(255, 255, 255, 0.65) 50%,
rgba(255, 255, 255, 0.40) 70%,
transparent 100%
);
z-index: 3;
pointer-events: none;
animation: pjDocScan 3.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
animation-delay: 0.8s;
} .pj-dcaf-portrait__corner {
position: absolute;
width: 12px;
height: 12px;
z-index: 4;
pointer-events: none;
}
.pj-dcaf-portrait__corner--tl { top: 8px;  left: 8px;  border-top: 1.5px solid rgba(255,255,255,0.70); border-left: 1.5px solid rgba(255,255,255,0.70); }
.pj-dcaf-portrait__corner--tr { top: 8px;  right: 8px; border-top: 1.5px solid rgba(255,255,255,0.70); border-right: 1.5px solid rgba(255,255,255,0.70); }
.pj-dcaf-portrait__corner--bl { bottom: 8px; left: 8px;  border-bottom: 1.5px solid rgba(255,255,255,0.70); border-left: 1.5px solid rgba(255,255,255,0.70); }
.pj-dcaf-portrait__corner--br { bottom: 8px; right: 8px; border-bottom: 1.5px solid rgba(255,255,255,0.70); border-right: 1.5px solid rgba(255,255,255,0.70); } .pj-dcaf-ann {
position: absolute;
left: 12px;
z-index: 4;
font-family: 'JetBrains Mono', monospace;
font-size: 7.5px;
font-weight: 500;
letter-spacing: 1.8px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.72) !important;
line-height: 1;
pointer-events: none;
white-space: nowrap; display: flex;
align-items: center;
gap: 6px;
}
.pj-dcaf-ann::before {
content: '';
display: block;
width: 14px;
height: 1px;
background: rgba(255, 255, 255, 0.45);
flex-shrink: 0;
}
.pj-dcaf-ann--top { top: 18%;  }
.pj-dcaf-ann--mid { top: 48%; }
.pj-dcaf-ann--bot { top: 76%; } .pj-dcaf-portrait figcaption {
font-family: 'JetBrains Mono', monospace;
font-size: 8.5px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(17, 17, 24, 0.32) !important;
text-align: center;
line-height: 1;
} @media (max-width: 1024px) {
.pj-solution__intro--dcaf {
grid-template-columns: 1fr;
gap: 48px;
}
.pj-dcaf-portrait {
width: 220px;
margin: 0 auto;
}
}
@media (max-width: 480px) {
.pj-dcaf-portrait { width: 180px; }
} .pj-outcome__body--dcaf {
display: block; position: relative;
padding: 64px 0 48px;
} .pj-dcaf-vis--bg {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
opacity: 0.18;
}
.pj-dcaf-vis--bg .pj-bragg-svg,
.pj-dcaf-vis--bg .pj-dose-svg--outcome {
width: 100%;
max-width: 100%;
height: 100%;
position: absolute;
inset: 0; preserveAspectRatio: none;
} .pj-dcaf-vis__text {
position: relative;
z-index: 2;
max-width: 720px;
display: flex;
flex-direction: column;
gap: 28px;
}
.pj-dcaf-vis__text p {
font-family: var(--thelis-ff-display);
font-size: 16px;
font-weight: 300;
color: var(--thelis-gray);
line-height: 1.85;
margin: 0;
} @media (max-width: 1024px) {
.pj-outcome__body--dcaf {
grid-template-columns: 1fr;
gap: 48px;
}
.pj-dcaf-vis {
padding: 32px 24px 24px;
max-width: 320px;
margin: 0 auto;
}
} .pj-dose-footer--inline {
margin-top: 28px;
padding-top: 14px;
border-top: 1px solid rgba(17, 17, 24, 0.10);
max-width: 100%;
}
@media (max-width: 768px) {
.pj-outcome__body--dcaf {
padding: 48px 0 32px;
}
.pj-dcaf-vis--bg {
opacity: 0.12;
}
}  .pj-hero--sentinelles .pj-hero__title {
font-size: clamp(36px, 5.2vw, 78px);
letter-spacing: -2px;
} .pj-hero--sentinelles .pj-hero__scene-bg img {
object-position: 78% center;
filter: brightness(0.68) contrast(1.10) saturate(0.72);
} .pj-hero--sentinelles .pj-hero__scene-bg::before {
background: linear-gradient(
to right,
#111118 0%,
rgba(14, 14, 22, 0.97) 20%,
rgba(14, 14, 22, 0.82) 40%,
rgba(14, 14, 22, 0.38) 62%,
rgba(14, 14, 22, 0.06) 100%
);
} .pj-hero--sentinelles .pj-hero__scene-bg .pj-hero__scene-accent {
left: 42%;
} @media (max-width: 1024px) {
.pj-hero--sentinelles .pj-hero__scene-bg img {
filter: brightness(0.48) contrast(1.10) saturate(0.65);
object-position: 80% center;
}
.pj-hero--sentinelles .pj-hero__scene-bg::before {
background: linear-gradient(
to right,
#111118 0%,
rgba(14, 14, 22, 0.98) 50%,
rgba(14, 14, 22, 0.92) 100%
);
}
}  .pj-solution__intro--sentinelles {
display: grid;
grid-template-columns: 1fr 280px;
gap: 56px;
align-items: start;
}
.pj-solution__intro--sentinelles .pj-solution__intro-text {
display: flex;
flex-direction: column;
gap: 0;
} .pj-sent-unit {
flex-shrink: 0;
display: flex;
flex-direction: column;
gap: 10px;
margin: 0;
} .pj-sent-unit__frame {
position: relative;
border-left: 2px solid var(--thelis-red);
overflow: hidden;
background: #0c0c14;
line-height: 0;
} .pj-sent-unit__frame img {
display: block;
width: 100%;
height: auto;
filter: brightness(0.85) contrast(1.06) saturate(0.60) hue-rotate(-6deg);
transition: filter 0.55s ease;
}
.pj-sent-unit:hover .pj-sent-unit__frame img {
filter: brightness(0.95) contrast(1.10) saturate(0.78) hue-rotate(-6deg);
} .pj-sent-unit__frame::after {
content: '';
position: absolute;
bottom: 0; left: 0; right: 0;
height: 38%;
background: linear-gradient(to bottom, transparent 0%, rgba(12, 12, 20, 0.50) 100%);
pointer-events: none;
}  .pj-sent-unit__pulse {
position: absolute;
top: 14px;
right: 14px;
width: 28px;
height: 28px;
z-index: 2;
}
.pj-sent-unit__dot {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%, -50%);
width: 6px; height: 6px;
border-radius: 50%;
background: var(--thelis-red);
box-shadow: 0 0 6px rgba(232, 41, 74, 0.80);
}
.pj-sent-unit__ring {
position: absolute;
top: 50%; left: 50%;
border-radius: 50%;
border: 1.5px solid rgba(232, 41, 74, 0.55);
animation: pjSentPulse 2.6s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.pj-sent-unit__ring--1 {
width: 18px; height: 18px;
animation-delay: 0s;
}
.pj-sent-unit__ring--2 {
width: 28px; height: 28px;
animation-delay: 0.65s;
border-color: rgba(232, 41, 74, 0.28);
}
@keyframes pjSentPulse {
0%   { transform: translate(-50%, -50%) scale(0.4); opacity: 1; }
100% { transform: translate(-50%, -50%) scale(2.2); opacity: 0; }
} .pj-sent-unit__caption {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0 0 10px; gap: 8px;
}
.pj-sent-unit__coord,
.pj-sent-unit__status {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 8px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1.2px;
line-height: 1;
}
.pj-sent-unit__coord {
color: rgba(17, 17, 24, 0.38);
}
.pj-sent-unit__status {
color: var(--thelis-red);
} @media (max-width: 1024px) {
.pj-solution__intro--sentinelles {
grid-template-columns: 1fr;
gap: 40px;
}
.pj-sent-unit {
max-width: 320px;
}
}
@media (max-width: 480px) {
.pj-sent-unit {
max-width: 100%;
}
}  .pj-hero--prona .pj-hero__scene-bg img {
object-position: 52% 40%;
filter: brightness(0.68) contrast(1.08) saturate(0.72);
} .pj-hero--prona .pj-hero__scene-bg::before {
background: linear-gradient(
to right,
#111118 0%,
rgba(13, 16, 14, 0.96) 22%,
rgba(13, 16, 14, 0.72) 44%,
rgba(13, 16, 14, 0.28) 68%,
rgba(13, 16, 14, 0.04) 100%
);
} .pj-hero--prona .pj-hero__scene-bg .pj-hero__scene-accent {
left: 44%;
} @media (max-width: 1024px) {
.pj-hero--prona .pj-hero__scene-bg img {
filter: brightness(0.44) contrast(1.10) saturate(0.62);
object-position: 55% 40%;
}
.pj-hero--prona .pj-hero__scene-bg::before {
background: linear-gradient(
to right,
#111118 0%,
rgba(13, 16, 14, 0.98) 50%,
rgba(13, 16, 14, 0.93) 100%
);
}
} .pj-prona-screen {
margin: 0 0 64px;
border-radius: 6px;
overflow: hidden;
box-shadow:
0 2px 0 rgba(232, 41, 74, 0.60), 0 8px 40px rgba(17, 17, 24, 0.14),
0 24px 72px rgba(17, 17, 24, 0.08);
transition: box-shadow 0.45s ease, transform 0.55s var(--thelis-ease-out);
will-change: transform;
}
.pj-prona-screen:hover {
box-shadow:
0 2px 0 rgba(232, 41, 74, 0.80),
0 16px 64px rgba(17, 17, 24, 0.20),
0 40px 100px rgba(17, 17, 24, 0.12);
transform: translateY(-3px);
} .pj-prona-screen__chrome {
display: flex;
align-items: center;
gap: 12px;
background: #1a1a24;
padding: 0 16px;
height: 36px;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
flex-shrink: 0;
} .pj-prona-screen__dots {
display: flex;
gap: 5px;
flex-shrink: 0;
}
.pj-prona-screen__dots i {
display: block;
width: 9px; height: 9px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.12);
font-style: normal;
}
.pj-prona-screen__dots i:first-child  { background: rgba(232, 41,  74, 0.65); }
.pj-prona-screen__dots i:nth-child(2) { background: rgba(255, 171,  0, 0.45); }
.pj-prona-screen__dots i:last-child   { background: rgba(35,  197, 88, 0.40); } .pj-prona-screen__url {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 9.5px;
font-weight: 500;
color: rgba(255, 255, 255, 0.32);
letter-spacing: 0.3px;
flex: 1;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} .pj-prona-screen__rec {
display: flex;
align-items: center;
gap: 5px;
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 8px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: rgba(232, 41, 74, 0.70);
flex-shrink: 0;
}
.pj-prona-screen__rec-dot {
display: block;
width: 6px; height: 6px;
border-radius: 50%;
background: var(--thelis-red);
box-shadow: 0 0 5px rgba(232, 41, 74, 0.70);
animation: pjRecPulse 1.8s ease-in-out infinite;
}
@keyframes pjRecPulse {
0%, 100% { opacity: 1; }
50%       { opacity: 0.25; }
} .pj-prona-screen__viewport {
overflow: hidden;
line-height: 0;
position: relative;
background: #f0f0f2;
height: 330px; } .pj-prona-screen__viewport video {
display: block;
width: 100%;
height: auto;
object-fit: cover;
object-position: top center;
} @media (max-width: 768px) {
.pj-prona-screen { margin-bottom: 48px; }
}  .pj-hero--grcp .pj-hero__scene-bg img {
object-position: 55% center;
filter: brightness(0.66) contrast(1.08) saturate(0.65);
} .pj-hero--grcp .pj-hero__scene-bg::before {
background: linear-gradient(
to right,
#111118 0%,
rgba(15, 15, 20, 0.96) 22%,
rgba(15, 15, 20, 0.70) 44%,
rgba(15, 15, 20, 0.24) 68%,
rgba(15, 15, 20, 0.04) 100%
);
} .pj-hero--grcp .pj-hero__scene-bg .pj-hero__scene-accent {
left: 44%;
} @media (max-width: 1024px) {
.pj-hero--grcp .pj-hero__scene-bg img {
filter: brightness(0.42) contrast(1.10) saturate(0.58);
object-position: 60% center;
}
.pj-hero--grcp .pj-hero__scene-bg::before {
background: linear-gradient(
to right,
#111118 0%,
rgba(15, 15, 20, 0.98) 50%,
rgba(15, 15, 20, 0.93) 100%
);
}
} .pj-grcp-fieldstrip {
position: relative;
overflow: hidden;
height: 240px;
margin: 48px 0 56px;
border-radius: 3px;
} .pj-grcp-fieldstrip__img {
position: absolute;
inset: 0;
}
.pj-grcp-fieldstrip__img img {
width: 100%;
height: 100%;
object-fit: cover; object-position: center 72%; filter: brightness(0.58) contrast(1.08) saturate(0.18) blur(0.4px);
transform: scale(1.04);
transition: transform 7s ease, filter 0.6s ease;
will-change: transform;
}
.pj-grcp-fieldstrip:hover .pj-grcp-fieldstrip__img img {
transform: scale(1.0);
filter: brightness(0.65) contrast(1.08) saturate(0.22) blur(0.4px);
} .pj-grcp-fieldstrip::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
to right,
rgba(17, 17, 24, 0.92) 0%,
rgba(17, 17, 24, 0.70) 28%,
rgba(17, 17, 24, 0.22) 56%,
rgba(17, 17, 24, 0.0)  100%
);
z-index: 1;
pointer-events: none;
} .pj-grcp-fieldstrip::after {
content: '';
position: absolute;
top: 0; bottom: 0; left: 0;
width: 2px;
background: var(--thelis-red);
z-index: 2;
} .pj-grcp-fieldstrip__stat {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
z-index: 2;
display: flex;
flex-direction: column;
gap: 6px;
padding: 0 40px 0 32px;
} .pj-grcp-fieldstrip__num {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display);
font-size: clamp(44px, 5.5vw, 72px);
font-weight: 700;
color: #ffffff;
letter-spacing: -2px;
line-height: 1;
} .pj-grcp-fieldstrip__label {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 9px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(232, 41, 74, 0.85);
line-height: 1;
} @media (max-width: 768px) {
.pj-grcp-fieldstrip { height: 180px; margin: 36px 0 44px; }
.pj-grcp-fieldstrip__stat { padding: 0 28px 0 24px; }
}
@media (max-width: 480px) {
.pj-grcp-fieldstrip { height: 150px; }
}  .pj-hero--levelstream .pj-hero__title {
font-size: clamp(46px, 7.0vw, 96px);
letter-spacing: -2px;
} @keyframes pjKenBurnsLS {
from { transform: scale(1.04); }
to   { transform: scale(1.0);  }
} @keyframes pjLSGlowPulse {
0%, 100% { opacity: 0.70; }
50%      { opacity: 0.28; }
} .pj-hero--levelstream .pj-hero__scene-bg img {
filter: brightness(0.74) saturate(0.76);
animation: pjKenBurnsLS 4.5s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
} .pj-hero--levelstream .pj-hero__scene-bg::before {
background: radial-gradient(
ellipse 62% 82% at 62% 52%,
transparent            0%,
rgba(17, 17, 24, 0.34) 35%,
rgba(17, 17, 24, 0.78) 60%,
#111118                84%
);
} .pj-ls-glow {
position: absolute;
inset: 0;
background: radial-gradient(
ellipse 36% 48% at 62% 52%,
rgba(232, 41, 74, 0.11) 0%,
rgba(232, 41, 74, 0.05) 50%,
transparent             78%
);
z-index: 3;
pointer-events: none;
animation: pjLSGlowPulse 3.8s ease-in-out 1.0s infinite;
} @media (max-width: 1024px) {
.pj-ls-glow { display: none; }
}  .pj-ls-fieldstrip {
position: relative;
overflow: hidden;
height: 240px;
margin: 48px 0 56px;
border-radius: 3px;
}
.pj-ls-fieldstrip__img {
position: absolute;
inset: 0;
}
.pj-ls-fieldstrip__img img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.04);
transition: transform 7s ease, filter 0.6s ease;
will-change: transform;
}
.pj-ls-fieldstrip:hover .pj-ls-fieldstrip__img img {
transform: scale(1.0);
} .pj-ls-fieldstrip::after {
content: '';
position: absolute;
top: 0; bottom: 0; left: 0;
width: 2px;
background: var(--thelis-red);
z-index: 2;
} .pj-ls-fieldstrip__stat {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
z-index: 3;
display: flex;
flex-direction: column;
gap: 6px;
padding: 0 40px 0 32px;
}
.pj-ls-fieldstrip__num {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display);
font-size: clamp(44px, 5.5vw, 72px);
font-weight: 700;
color: #ffffff;
letter-spacing: -2px;
line-height: 1;
}
.pj-ls-fieldstrip__num sup {
font-size: 0.42em;
vertical-align: super;
letter-spacing: 0;
font-weight: 600;
} .pj-ls-fieldstrip__num--word {
font-size: clamp(32px, 4.0vw, 54px);
letter-spacing: -1px;
}
.pj-ls-fieldstrip__label {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 9px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(232, 41, 74, 0.85);
line-height: 1;
} .pj-ls-fieldstrip--install .pj-ls-fieldstrip__img img { object-position: 48% 45%; filter: brightness(0.50) contrast(1.15) saturate(0.16);
}
.pj-ls-fieldstrip--install:hover .pj-ls-fieldstrip__img img {
filter: brightness(0.58) contrast(1.15) saturate(0.20);
} .pj-ls-fieldstrip--install::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
to right,
rgba(11, 12, 17, 0.96) 0%,
rgba(11, 12, 17, 0.74) 28%,
rgba(11, 12, 17, 0.20) 56%,
rgba(11, 12, 17, 0.0)  100%
);
z-index: 1;
pointer-events: none;
} .pj-ls-fieldstrip--context .pj-ls-fieldstrip__img img { object-position: center 32%; filter: brightness(0.46) contrast(1.08) saturate(0.55);
}
.pj-ls-fieldstrip--context:hover .pj-ls-fieldstrip__img img {
filter: brightness(0.54) contrast(1.08) saturate(0.62);
} .pj-ls-fieldstrip--context::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
to left,
rgba(11, 12, 17, 0.96) 0%,
rgba(11, 12, 17, 0.74) 28%,
rgba(11, 12, 17, 0.18) 56%,
rgba(11, 12, 17, 0.0)  100%
);
z-index: 1;
pointer-events: none;
} .pj-ls-fieldstrip--context::after {
left: auto;
right: 0;
} .pj-ls-fieldstrip--context .pj-ls-fieldstrip__stat {
left: auto;
right: 0;
padding: 0 32px 0 40px;
text-align: right;
} @media (max-width: 768px) {
.pj-ls-fieldstrip         { height: 180px; margin: 36px 0 44px; }
.pj-ls-fieldstrip__stat   { padding: 0 28px 0 24px; }
.pj-ls-fieldstrip--context .pj-ls-fieldstrip__stat { padding: 0 24px 0 28px; }
}
@media (max-width: 480px) {
.pj-ls-fieldstrip { height: 150px; }
}  .pj-hero--vanda .pj-hero__title {
font-size: clamp(58px, 8.8vw, 120px);
letter-spacing: -3px;
} .pj-hero--vanda .pj-hero__layout {
display: grid;
grid-template-columns: 55fr 45fr;
gap: 56px;
align-items: center;
} .pj-hero--vanda .pj-hero__left {
max-width: none;
} .pj-hero--vanda .pj-hero__network-vis {
opacity: 1;
animation: pjBlurUp 1.2s var(--thelis-ease-out) 0.65s both;
position: relative;
z-index: 1; filter: brightness(3.2) contrast(1.1)
drop-shadow(0 0 14px rgba(232, 41, 74, 0.60))
drop-shadow(0 0 4px  rgba(232, 41, 74, 0.40));
} @media (max-width: 1024px) {
.pj-hero--vanda .pj-hero__layout {
grid-template-columns: 1fr;
gap: 40px;
}
.pj-hero--vanda .pj-hero__network-vis {
display: none;
}
.pj-hero--vanda .pj-hero__left {
max-width: 680px;
}
} .pj-hero--vanda .pj-hero__scene-bg {
width: 100%;
} .pj-hero--vanda .pj-hero__scene-bg img {
object-position: 50% 55%;
filter: brightness(0.54) contrast(1.10) saturate(0.32);
} .pj-hero--vanda .pj-hero__scene-bg::before {
width: 100%;
background: linear-gradient(
to right,
rgba(13,13,18,0.88) 0%,
rgba(13,13,18,0.72) 35%,
rgba(13,13,18,0.66) 65%,
rgba(13,13,18,0.80) 100%
);
} .pj-hero--vanda .pj-hero__scene-bg .pj-hero__scene-accent {
left: 42%;
} @media (max-width: 1024px) {
.pj-hero--vanda .pj-hero__scene-bg img {
filter: brightness(0.48) contrast(1.10) saturate(0.28);
object-position: 55% center;
}
.pj-hero--vanda .pj-hero__scene-bg::before {
background: linear-gradient(
to right,
rgba(13, 13, 18, 0.94) 0%,
rgba(13, 13, 18, 0.88) 50%,
rgba(13, 13, 18, 0.84) 100%
);
}
} .pj-vanda-fieldstrip {
position: relative;
overflow: hidden;
height: 240px;
margin: 48px 0 56px;
border-radius: 3px;
}
.pj-vanda-fieldstrip__img {
position: absolute;
inset: 0;
}
.pj-vanda-fieldstrip__img img {
width: 100%;
height: 100%;
object-fit: cover; object-position: center 50%;
filter: brightness(0.48) contrast(1.14) saturate(0.22);
transform: scale(1.04);
transition: transform 7s ease, filter 0.6s ease;
will-change: transform;
}
.pj-vanda-fieldstrip:hover .pj-vanda-fieldstrip__img img {
transform: scale(1.0);
filter: brightness(0.56) contrast(1.14) saturate(0.28);
} .pj-vanda-fieldstrip::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
to right,
rgba(11, 12, 17, 0.96) 0%,
rgba(11, 12, 17, 0.74) 30%,
rgba(11, 12, 17, 0.20) 58%,
rgba(11, 12, 17, 0.0)  100%
);
z-index: 1;
pointer-events: none;
} .pj-vanda-fieldstrip::after {
content: '';
position: absolute;
top: 0; bottom: 0; left: 0;
width: 2px;
background: var(--thelis-red);
z-index: 2;
} .pj-vanda-fieldstrip__stat {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
z-index: 3;
display: flex;
flex-direction: column;
gap: 6px;
padding: 0 40px 0 32px;
} .pj-vanda-fieldstrip__num {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display);
font-size: clamp(44px, 5.5vw, 72px);
font-weight: 700;
color: #ffffff;
letter-spacing: -2px;
line-height: 1;
}
.pj-vanda-fieldstrip__num sup {
font-size: 0.44em;
vertical-align: super;
letter-spacing: 0;
font-weight: 600;
} .pj-vanda-fieldstrip__label {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 9px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(232, 41, 74, 0.85);
line-height: 1;
} @media (max-width: 768px) {
.pj-vanda-fieldstrip { height: 180px; margin: 36px 0 44px; }
.pj-vanda-fieldstrip__stat { padding: 0 28px 0 24px; }
}
@media (max-width: 480px) {
.pj-vanda-fieldstrip { height: 150px; }
}  .pj-depth--vanda {
position: relative;
overflow: hidden;
} .pj-vanda-topo-bg {
position: absolute;
right: -80px;
top: 50%;
transform: translateY(-50%);
width: 720px;
max-width: 62%;
opacity: 0.09;
pointer-events: none;
z-index: 0;
}
.pj-vanda-topo-bg svg {
width: 100%;
height: auto;
display: block;
} .pj-depth--vanda .container {
position: relative;
z-index: 1;
} @media (max-width: 1024px) {
.pj-vanda-topo-bg {
right: -120px;
width: 560px;
opacity: 0.07;
}
} @media (max-width: 768px) {
.pj-vanda-topo-bg {
display: none;
}
}  .pj-hero--zharis .pj-hero__layout {
display: grid;
grid-template-columns: 55fr 45fr;
gap: 56px;
align-items: center;
}
.pj-hero--zharis .pj-hero__left {
max-width: none;
} .pj-hero--zharis .pj-hero__scene-bg {
width: 100%;
} .pj-hero--zharis .pj-hero__scene-bg img {
object-position: 50% 45%;
filter: brightness(0.30) contrast(1.18) saturate(0.40);
} .pj-hero--zharis .pj-hero__scene-bg::before {
width: 100%;
background: linear-gradient(
to right,
rgba(11,12,17,0.97) 0%,
rgba(11,12,17,0.88) 38%,
rgba(11,12,17,0.80) 60%,
rgba(11,12,17,0.90) 100%
);
} .pj-hero__blueprint-vis {
animation: pjBlurUp 1.0s var(--thelis-ease-out) 0.65s both;
position: relative;
z-index: 1;
}
.pj-blueprint-svg {
width: 100%;
height: auto;
display: block;
overflow: visible;
} @keyframes zhLedBlink {
0%, 100% { opacity: 0.50; }
50%       { opacity: 1.00; }
}
.zh-led { animation: zhLedBlink 2.4s ease-in-out infinite; } @keyframes zhStatusPulse {
0%, 100% { opacity: 0.80; }
50%       { opacity: 0.25; }
}
.zh-status { animation: zhStatusPulse 2.0s ease-in-out infinite; } @media (max-width: 1024px) {
.pj-hero--zharis .pj-hero__layout {
grid-template-columns: 1fr;
gap: 40px;
}
.pj-hero__blueprint-vis {
display: none;
}
.pj-hero--zharis .pj-hero__left {
max-width: 680px;
}
.pj-hero--zharis .pj-hero__scene-bg img {
object-position: 55% center;
filter: brightness(0.32) contrast(1.16) saturate(0.42);
}
.pj-hero--zharis .pj-hero__scene-bg::before {
background: linear-gradient(
to right,
#0b0c11 0%,
rgba(11,12,17,0.99) 55%,
rgba(11,12,17,0.96) 100%
);
}
} .pj-zh-fieldstrip {
position: relative;
overflow: hidden;
height: 240px;
margin: 48px 0 56px;
border-radius: 3px;
} .pj-zh-fieldstrip__img {
position: absolute;
inset: 0;
}
.pj-zh-fieldstrip__img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 38%; filter: brightness(0.38) contrast(1.22) saturate(0.12);
transform: scale(1.02);
transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.pj-zh-fieldstrip:hover .pj-zh-fieldstrip__img img {
transform: scale(1.0);
} .pj-zh-fieldstrip::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(
to left,
rgba(247,245,241,0.97) 0%,
rgba(247,245,241,0.78) 28%,
rgba(247,245,241,0.18) 56%,
rgba(247,245,241,0.0)  100%
);
z-index: 1;
} .pj-zh-fieldstrip::after {
content: '';
position: absolute;
top: 0; bottom: 0; right: 0;
width: 2px;
background: #E8294A;
z-index: 2;
} .pj-zh-fieldstrip__stat {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
padding: 0 36px 0 48px;
text-align: right;
z-index: 2;
}
.pj-zh-fieldstrip__num {
display: block;
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display);
font-size: clamp(52px, 6.5vw, 88px);
font-weight: 700;
line-height: 1;
letter-spacing: -3px;
color: #111118;
}
.pj-zh-fieldstrip__sub {
display: block;
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono);
font-size: 9px;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(17,17,24,0.50);
margin-top: 6px;
} @media (max-width: 768px) {
.pj-zh-fieldstrip { height: 180px; }
.pj-zh-fieldstrip__num { font-size: clamp(40px, 8vw, 64px); }
.pj-zh-fieldstrip__stat { padding: 0 20px 0 28px; }
}   .pj-hero--zharis-ai .pj-hero__title {
font-size: clamp(44px, 5.2vw, 78px);
letter-spacing: -1.5px;
}
.pj-hero--zharis-ai .pj-hero__scene-bg img {
filter: brightness(0.30) saturate(0.60) contrast(1.06);
object-position: center center;
}
.pj-hero--zharis-ai .pj-hero__scene-bg::before {
background: linear-gradient(
to right,
#111118 0%,
rgba(17, 17, 24, 0.96) 22%,
rgba(17, 17, 24, 0.72) 46%,
rgba(17, 17, 24, 0.14) 100%
);
} .za-hero__accent {
left: 56%;
} .pj-hero--zharis-ai .pj-hero__left {
max-width: 55%;
} .za-hero__layout {
display: grid;
grid-template-columns: 1fr 420px;
gap: 48px;
align-items: center;
} .za-hero__vis {
display: flex;
align-items: center;
justify-content: center;
}
.za-net-svg {
width: 100%;
max-width: 380px;
height: auto;
overflow: visible;
} .za-why__vis-wrap {
display: block;
margin-top: 36px;
}
.za-why__vis-wrap .za-net-svg {
width: 100%;
max-width: 100%;
opacity: 0.92;
} .thelis-ai-bundle .pj-problem__left {
display: flex;
flex-direction: column;
} .thelis-ai-bundle .pj-problem__grid {
margin-bottom: 80px;
align-items: stretch;
} .za-why-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-top: 48px;
} .za-why-card {
position: relative;
overflow: hidden;
background: #0f0f14;
border: 1px solid rgba(255, 255, 255, 0.07);
border-top: 2px solid transparent;
border-radius: 4px;
min-height: 320px;
transition:
border-top-color 0.3s ease,
transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
box-shadow 0.25s ease;
}
.za-why-card:hover {
border-top-color: var(--thelis-red, #E8294A);
transform: translateY(-6px);
box-shadow: 0 28px 72px rgba(0, 0, 0, 0.35);
} .za-why-card__bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
opacity: 0.26;
filter: saturate(0.40) brightness(0.55);
transition: opacity 0.5s ease, transform 0.7s ease;
pointer-events: none;
z-index: 0;
}
.za-why-card:hover .za-why-card__bg {
opacity: 0.42;
transform: scale(1.05);
} .za-why-card__overlay {
position: absolute;
inset: 0;
background: linear-gradient(
165deg,
rgba(8, 8, 14, 0.70) 0%,
rgba(8, 8, 14, 0.30) 55%,
rgba(8, 8, 14, 0.58) 100%
);
z-index: 1;
pointer-events: none;
} .za-why-card__content {
position: relative;
z-index: 2;
padding: 36px 32px;
height: 100%;
display: flex;
flex-direction: column;
}
.za-why-card__icon {
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(232, 41, 74, 0.15);
border-radius: 4px;
color: var(--thelis-red, #E8294A);
margin-bottom: 22px;
flex-shrink: 0;
transition: background 0.3s ease, transform 0.3s ease;
}
.za-why-card:hover .za-why-card__icon {
background: rgba(232, 41, 74, 0.24);
transform: scale(1.06);
}
.za-why-card h3 {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display, 'Syne', sans-serif);
font-size: 20px;
font-weight: 700;
letter-spacing: -0.4px;
color: #ffffff !important;
margin: 0 0 12px;
flex-shrink: 0;
}
.za-why-card p {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display, 'Syne', sans-serif);
font-size: 15px;
font-weight: 300;
line-height: 1.68;
color: rgba(255, 255, 255, 0.68) !important;
margin: 0;
flex: 1;
} .za-bundle-section {
padding: 120px 0;
background: #0c0c14;
position: relative;
overflow: hidden;
} .za-bundle-section::before {
content: '';
position: absolute;
inset: 0;
background-image: radial-gradient(circle, rgba(232, 41, 74, 0.055) 1.2px, transparent 1.2px);
background-size: 32px 32px;
pointer-events: none;
} .za-bundle-section::after {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, var(--thelis-red, #E8294A), transparent);
} .za-bundle-section .pj-label {
color: var(--thelis-red, #E8294A) !important;
}
.za-bundle-section .pj-label::before {
background: var(--thelis-red, #E8294A) !important;
}
.za-bundle-section .pj-section-num {
color: rgba(255, 255, 255, 0.04) !important;
}
.za-bundle__intro {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start;
margin-bottom: 72px;
}
.za-bundle__intro .pj-section-title {
margin: 0;
color: #ffffff !important;
}
.za-bundle__lead {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display, 'Syne', sans-serif);
font-size: 16px;
font-weight: 300;
line-height: 1.72;
color: rgba(255, 255, 255, 0.52) !important;
margin: 0;
padding-top: 12px;
} .za-timeline {
position: relative;
} .za-timeline__rail {
position: relative;
height: 44px;
margin-bottom: 28px;
display: flex;
align-items: center;
} .za-timeline__line {
position: absolute;
top: 50%;
left:  calc(16.666% + 22px);
right: calc(16.666% + 22px);
height: 1.5px;
background: linear-gradient(
90deg,
#E8294A 0%,
rgba(232, 41, 74, 0.45) 60%,
rgba(232, 41, 74, 0.12) 100%
);
transform-origin: left center;
transform: scaleX(0);
transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
}
.za-timeline__rail.za-line-active .za-timeline__line {
transform: scaleX(1);
} .za-timeline__nodes {
display: grid;
grid-template-columns: repeat(3, 1fr);
width: 100%;
position: relative;
z-index: 2;
} @keyframes zaBundlePulse {
0%   { box-shadow: 0 0 0 0    rgba(232, 41, 74, 0.55); }
60%  { box-shadow: 0 0 0 10px rgba(232, 41, 74, 0);    }
100% { box-shadow: 0 0 0 0    rgba(232, 41, 74, 0);    }
}
.za-timeline__node {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
margin: 0 auto;
background: #0c0c14;
border: 1.5px solid rgba(255, 255, 255, 0.12);
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.25) !important;
transition: border-color 0.35s ease, color 0.35s ease, background 0.35s ease,
box-shadow 0.35s ease;
} .za-timeline__node--active,
.za-timeline__rail.za-line-active .za-timeline__node:first-child {
background: var(--thelis-red, #E8294A);
border-color: var(--thelis-red, #E8294A);
color: #fff !important;
animation: zaBundlePulse 2.4s ease-out infinite;
} .za-timeline__rail.za-line-active .za-timeline__node:nth-child(2) {
border-color: rgba(232, 41, 74, 0.65);
color: var(--thelis-red, #E8294A) !important;
transition-delay: 0.55s;
}
.za-timeline__rail.za-line-active .za-timeline__node:nth-child(3) {
border-color: rgba(232, 41, 74, 0.65);
color: var(--thelis-red, #E8294A) !important;
transition-delay: 1.0s;
} .za-timeline__phases {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1px;
background: rgba(255, 255, 255, 0.055);
counter-reset: za-phase;
} .za-phase-card {
background: #0e0e18;
padding: 40px 32px;
position: relative;
overflow: hidden;
counter-increment: za-phase;
transition: background 0.35s ease;
} .za-phase-card::before {
content: counter(za-phase, decimal-leading-zero);
position: absolute;
top: -20px;
right: 12px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 168px;
font-weight: 600;
line-height: 1;
color: rgba(232, 41, 74, 0.055);
pointer-events: none;
transition: color 0.45s ease;
z-index: 0;
user-select: none;
}
.za-phase-card:hover::before {
color: rgba(232, 41, 74, 0.10);
} .za-phase-card:not(:first-child)::after {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 2px;
background: linear-gradient(90deg, #E8294A 0%, rgba(232, 41, 74, 0.28) 100%);
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}
.za-phase-card:not(:first-child):hover::after {
transform: scaleX(1);
} .za-phase-card:first-child {
border-top: 2px solid var(--thelis-red, #E8294A);
}
.za-phase-card:hover {
background: #111122;
} .za-phase-card > * {
position: relative;
z-index: 1;
}
.za-phase-card__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.za-phase-tag {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 9px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--thelis-red, #E8294A) !important;
display: inline-flex;
align-items: center;
gap: 8px;
}
.za-phase-tag::before {
content: '';
display: inline-block;
width: 20px;
height: 1px;
background: var(--thelis-red, #E8294A);
opacity: 0.55;
}
.za-phase-icon {
color: rgba(255, 255, 255, 0.20);
transition: color 0.3s ease;
flex-shrink: 0;
}
.za-phase-card:hover .za-phase-icon {
color: var(--thelis-red, #E8294A);
}
.za-phase-title {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display, 'Syne', sans-serif);
font-size: 20px;
font-weight: 700;
letter-spacing: -0.4px;
color: #ffffff !important;
margin: 0 0 12px;
}
.za-phase-desc {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display, 'Syne', sans-serif);
font-size: 14px;
font-weight: 300;
line-height: 1.65;
color: rgba(255, 255, 255, 0.48) !important;
margin: 0 0 20px;
}
.za-phase-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 8px;
border-top: 1px solid rgba(255, 255, 255, 0.07);
padding-top: 20px;
}
.za-phase-list li {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 10px;
font-weight: 500;
letter-spacing: 0.5px;
color: rgba(255, 255, 255, 0.36) !important;
padding-left: 16px;
position: relative;
line-height: 1.5;
}
.za-phase-list li::before {
content: '—';
position: absolute;
left: 0;
color: var(--thelis-red, #E8294A);
opacity: 0.55;
} .za-stack-row {
display: flex;
align-items: center;
gap: 20px;
margin-top: 48px;
padding-top: 32px;
border-top: 1px solid rgba(255, 255, 255, 0.07);
flex-wrap: wrap;
}
.za-stack-label {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 9px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.28) !important;
white-space: nowrap;
}
.za-stack-pills {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.za-stack-pills span {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 9px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.38) !important;
border: 1px solid rgba(255, 255, 255, 0.10);
border-radius: 2px;
padding: 5px 10px;
transition: border-color 0.25s, color 0.25s;
}
.za-stack-pills span:hover {
border-color: rgba(232, 41, 74, 0.45);
color: var(--thelis-red, #E8294A) !important;
}  .za-metrics .pj-metrics-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
margin: 56px 0 72px;
border: 1px solid rgba(17, 17, 24, 0.07);
border-radius: 4px;
overflow: hidden;
}
.za-metrics .pj-metric {
padding: 36px 32px 32px;
position: relative;
display: flex;
flex-direction: column;
gap: 0;
border-right: 1px solid rgba(17, 17, 24, 0.07);
background: #ffffff;
transition: background 0.32s ease;
overflow: hidden;
}
.za-metrics .pj-metric:last-child {
border-right: none;
} .za-metrics .pj-metric::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 2px;
background: linear-gradient(90deg, #E8294A, rgba(232, 41, 74, 0.30));
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.za-metrics .pj-metric:hover::before {
transform: scaleX(1);
}
.za-metrics .pj-metric:hover {
background: rgba(232, 41, 74, 0.025);
} .pj-metric__cat {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 9px;
font-weight: 700;
letter-spacing: 3.5px;
text-transform: uppercase;
color: var(--thelis-red, #E8294A);
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 8px;
}
.pj-metric__cat::before {
content: '';
display: inline-block;
width: 16px;
height: 1px;
background: var(--thelis-red, #E8294A);
opacity: 0.50;
flex-shrink: 0;
} .za-metrics .pj-metric__val {
font-family: 'Cormorant Garamond', Georgia, serif;
font-family: var(--thelis-ff-title, 'Cormorant Garamond', Georgia, serif);
font-size: 62px;
font-weight: 600;
line-height: 0.95;
letter-spacing: -1.5px;
color: var(--thelis-black, #111118);
margin-bottom: 18px;
display: block;
} .za-metrics .pj-metric__label {
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 10px;
font-weight: 500;
letter-spacing: 0.5px;
text-transform: uppercase;
color: rgba(17, 17, 24, 0.38);
line-height: 1.6;
margin-top: auto;
} .za-outcome-body {
display: grid;
grid-template-columns: 1fr 340px;
gap: 64px;
margin-top: 64px;
align-items: start;
} .za-compliance-box {
background: rgba(232, 41, 74, 0.04);
border: 1px solid rgba(232, 41, 74, 0.14);
border-left: 3px solid var(--thelis-red, #E8294A);
border-radius: 2px;
padding: 28px 28px;
}
.za-compliance-label {
display: block;
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 9px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: var(--thelis-red, #E8294A);
margin-bottom: 18px;
}
.za-compliance-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 10px;
}
.za-compliance-list li {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display, 'Syne', sans-serif);
font-size: 13px;
font-weight: 400;
color: rgba(17, 17, 24, 0.68);
padding-left: 18px;
position: relative;
line-height: 1.5;
}
.za-compliance-list li::before {
content: '✓';
position: absolute;
left: 0;
color: var(--thelis-red, #E8294A);
font-size: 11px;
font-weight: 700;
}  .za-zharis-opt {
position: relative;
} body #primary.thelis-project.thelis-ai-bundle .za-zharis-opt.pj-depth,
body #primary.thelis-ai-bundle .za-zharis-opt {
background-color: #111118 !important;
}
.za-zharis-opt__grid {
display: grid;
grid-template-columns: 1fr 440px;
gap: 80px;
align-items: center;
padding-top: 48px;
}
.za-zharis-opt__intro {
font-family: 'Syne', sans-serif;
font-family: var(--thelis-ff-display, 'Syne', sans-serif);
font-size: 15px;
font-weight: 300;
line-height: 1.75;
color: rgba(255, 255, 255, 0.62) !important;
margin: 0 0 40px;
} .za-specs-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1px;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 4px;
overflow: hidden;
margin-bottom: 36px;
}
.za-spec {
background: rgba(255, 255, 255, 0.025);
padding: 20px 22px;
transition: background 0.25s ease;
}
.za-spec:hover {
background: rgba(232, 41, 74, 0.07);
}
.za-spec__val {
display: block;
font-family: 'Cormorant Garamond', Georgia, serif;
font-family: var(--thelis-ff-title, 'Cormorant Garamond', Georgia, serif);
font-size: 32px;
font-weight: 600;
letter-spacing: -1px;
line-height: 1.1;
color: var(--thelis-red, #E8294A);
margin-bottom: 4px;
}
.za-spec__label {
display: block;
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 8px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.38) !important;
} .za-btn-outline {
display: inline-flex;
align-items: center;
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 10px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.72) !important;
border: 1px solid rgba(255, 255, 255, 0.22);
border-radius: 2px;
padding: 12px 20px;
text-decoration: none;
transition: color 0.25s, border-color 0.25s, background 0.25s;
}
.za-btn-outline:hover {
color: #ffffff !important;
border-color: rgba(232, 41, 74, 0.70);
background: rgba(232, 41, 74, 0.07);
} .za-hw-frame {
position: relative;
border-radius: 4px;
overflow: hidden;
background: rgba(255, 255, 255, 0.03);
border: 1px solid rgba(255, 255, 255, 0.10);
}
.za-hw-frame img {
display: block;
width: 100%;
height: auto;
filter: brightness(0.88) contrast(1.04) saturate(0.75);
transition: filter 0.45s ease;
}
.za-hw-frame:hover img {
filter: brightness(1.0) contrast(1.05) saturate(0.85);
} .za-hw-badge {
position: absolute;
bottom: 16px;
left: 16px;
display: flex;
align-items: center;
gap: 6px;
background: rgba(17, 17, 24, 0.82);
backdrop-filter: blur(6px);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 2px;
padding: 7px 12px;
font-family: 'JetBrains Mono', monospace;
font-family: var(--thelis-ff-mono, 'JetBrains Mono', monospace);
font-size: 9px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.82) !important;
}
.za-hw-badge__sep {
color: var(--thelis-red, #E8294A) !important;
opacity: 0.7;
} @media (max-width: 1200px) {
.za-hero__layout { grid-template-columns: 1fr 340px; gap: 32px; }
.za-zharis-opt__grid { grid-template-columns: 1fr 360px; gap: 56px; }
}
@media (max-width: 1024px) {
.za-hero__layout { grid-template-columns: 1fr; }
.za-hero__vis { display: none; }
.za-hero__accent { display: none; }
.pj-hero--zharis-ai .pj-hero__left { max-width: 100%; } .za-why__vis-wrap { margin-top: 28px; }
.thelis-ai-bundle .pj-problem__grid { align-items: start; }
.za-why-grid { grid-template-columns: 1fr 1fr; }
.za-why-card { min-height: 280px; }
.za-bundle__intro { grid-template-columns: 1fr; gap: 16px; }
.za-timeline__phases { grid-template-columns: 1fr; gap: 1px; }
.za-phase-card { padding: 32px 24px; }
.za-timeline__rail { display: none; } .za-metrics .pj-metrics-grid { grid-template-columns: repeat(2, 1fr); }
.za-metrics .pj-metric:nth-child(2) { border-right: none; }
.za-metrics .pj-metric:nth-child(3),
.za-metrics .pj-metric:nth-child(4) { border-top: 1px solid rgba(17, 17, 24, 0.07); }
.za-metrics .pj-metric:nth-child(4) { border-right: none; }
.za-outcome-body { grid-template-columns: 1fr; gap: 40px; }
.za-zharis-opt__grid { grid-template-columns: 1fr; gap: 48px; }
.za-specs-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
.za-why__vis-wrap { display: none; } .za-why-grid { grid-template-columns: 1fr; }
.za-why-card { min-height: 260px; }
.za-why-card__content { padding: 28px 24px; }
.za-specs-grid { grid-template-columns: repeat(2, 1fr); }
.za-bundle-section { padding: 80px 0; } .za-metrics .pj-metrics-grid { grid-template-columns: 1fr; margin: 40px 0 56px; }
.za-metrics .pj-metric { border-right: none !important; border-top: 1px solid rgba(17, 17, 24, 0.07); }
.za-metrics .pj-metric:first-child { border-top: none; }
.za-metrics .pj-metric__val { font-size: 52px; }
}