.ssh-wrapper {
    --bg-color: #050505;
    --accent-red: var( --e-global-color-284ad3a );
    --text-color: #ffffff;
    background-color: var(--bg-color);
    color: var(--text-color);
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.ssh-wrapper * {
    box-sizing: border-box;
}

/* ---- Hero Section: 3D scene + Branding ---- */
.ssh-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
}

.ssh-canvas-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ssh-hero-text {
    position: absolute;
    bottom: 50%;
    left: 8%;
    transform: translateY(50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    pointer-events: auto;
/*     animation: sshFadeInUp 1.5s ease-out; */
}
.ssh-hero-text .ssh-tagline {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0.75rem;
    letter-spacing: 0.05em;
}

.ssh-hero-text .ssh-cta {
    margin-top: 1.5rem;
}

.ssh-hero-text .ssh-cta-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}

.ssh-hero-text .ssh-underline {
    height: 1px;
    background: #fff;
    margin-top: 4px;
    transition: width 0.3s ease;
}
/* ---- Below-the-fold Section ---- */
.ssh-details-section {
    position: relative;
    width: 100%;
    min-height: 60vh;
    background-color: #050505;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
    overflow: hidden;
	display:none;
}

.ssh-stars-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.ssh-details {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
}

/* ---- Typography ---- */
.ssh-wrapper h1 {
    line-height: 0.85;
    margin: 0;
    color: #ffffff;
    letter-spacing: -0.02em;
    border: none;
    padding: 0;
}

.ssh-title {
    font-size: clamp(4rem, 15vw, 10rem);
    font-weight: 600;
}

.ssh-subtitle {
/*     font-size: clamp(5rem, 18vw, 12rem); */
    font-size: clamp(4rem, 15vw, 10rem);
	font-weight: 600;
/*     font-style: italic; */
/*     opacity: 0.6; */
    color: var( --e-global-color-284ad3a ) !important;
/*     -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5); */
/*     background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.1) 100%); */
/*     -webkit-background-clip: text; */
}

.ssh-tagline {
    font-weight: 400;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    letter-spacing: 0.1rem;
    max-width: 600px;
    line-height: normal;
}

.ssh-cta {
    margin-top: 4rem;
    position: relative;
    display: inline-block;
}

.ssh-cta-link {
    text-decoration: none !important;
    color: #ffffff !important;
}

.ssh-view-work {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

.ssh-underline {
    width: 100%;
    height: 2px;
    background-color: var(--accent-red);
    margin-top: 8px;
    opacity: 0.6;
}

/* ---- Animations ---- */
@keyframes sshFadeInUp {
    from { opacity: 0; transform: translateX(-50%) translateY(30px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.ssh-scroll-hint {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0.4;
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
    animation: sshBounce 2.5s infinite;
}
.ssh-hero-section {
    position: relative;
}

/* .ssh-hero-right {
    position: absolute;
    right: 5%;
    bottom: 10%;
    max-width: 300px;
    z-index: 10;
} */

.ssh-description,.ssh-hero-text .ssh-tagline {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
	max-width:450px;
}
.ssh-subtagline{
	font-size:0.85rem;   
	color: rgba(255, 255, 255, 0.75); 
	line-height: 1.7;
    letter-spacing: 0.03em;
	max-width:450px;
}
/* .ssh-hero-right .ssh-cta{
	display:none;
} */
@keyframes sshBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(8px); }
}

@media (max-width: 767px) {
	.ssh-hero-text,.ssh-hero-right{position:relative;transform:unset !important;left:unset;bottom:unset;right:unset;top:unset;}
    .ssh-hero-section { height: 80vh; min-height: 400px; padding:20px; }
	.ssh-hero-right .ssh-cta{display:inline-block;margin:0 !important;}
	.ssh-details-section{display:none !important;}
	.ssh-hero-right,.ssh-scroll-hint{display:none;}
	.ssh-details-section{display:block;padding:3rem 20px;}
	.ssh-hero-text{    height: 100%;justify-content: space-between;}
	.ssh-hero-section{display:flex;}
	.ssh-subtitle{font-size:3rem !important;font-style:none;}
	.ssh-hero-section .ssh-tagline{ padding-bottom:20px;	}
	.ssh-details-section{min-height:unset;}
	.ssh-description,.ssh-hero-text .ssh-tagline {max-width:unset;}
	.ssh-hero-text{
		padding-top:150px;
	}

}
