*{
box-sizing:border-box;
margin:0;
padding:0;
}

html{
scroll-behavior:auto;
}

body{
font-family:Arial, Helvetica, sans-serif;
background:#020909;
color:#f3f7f5;
line-height:1.6;
}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
color:inherit;
}

.skip-link{
position:absolute;
left:-9999px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.skip-link:focus{
left:20px;
top:20px;
width:auto;
height:auto;
background:#1f4d3f;
color:#ffffff;
padding:10px 16px;
z-index:2000;
border-radius:6px;
}

.top-header{
width:100%;
position:fixed;
top:0;
left:0;
z-index:1000;
padding:16px 0;
background:rgba(2,9,9,0.92);
border-bottom:1px solid #0f2622;
}

.top-header.hide{
top:-160px;
}

.header-shell{
width:88%;
max-width:1360px;
margin:0 auto;
padding:14px 18px;
background:linear-gradient(to right, rgba(7,32,28,0.96), rgba(4,16,14,0.96));
border:1px solid #12342d;
border-radius:28px;
display:flex;
align-items:center;
justify-content:space-between;
}

.header-brand{
display:flex;
align-items:center;
}

.header-logo{
width:64px;
height:64px;
border-radius:18px;
object-fit:cover;
margin-right:14px;
border:1px solid #2b8d6c;
background:#0a1412;
}

.header-text h1{
font-size:18px;
line-height:1.2;
margin-bottom:0;
color:#ffffff;
}

.header-nav{
margin-left:auto;
}

.nav-links{
display:flex;
align-items:center;
justify-content:flex-end;
flex-wrap:wrap;
}

.nav-links a{
display:inline-block;
padding:16px 18px;
margin-left:10px;
border-radius:18px;
font-size:15px;
color:#dce7e2;
background:transparent;
transition:background 0.2s ease;
}

.nav-links a:hover{
background:#101918;
}

.nav-links a.active{
background:#1a2023;
color:#ffffff;
}

.nav-links .resume-btn{
padding:16px 26px;
background:linear-gradient(to right, #166749, #27a26c);
color:#ffffff;
font-weight:bold;
border-radius:18px;
}

.nav-links .resume-btn:hover{
background:linear-gradient(to right, #1b7b57, #31b77b);
}

.page-container{
width:86%;
max-width:1320px;
margin:0 auto;
padding:140px 0 60px;
}

.hero-panel{
width:100%;
padding:38px;
border-radius:36px;
border:1px solid #12342d;
background:linear-gradient(to right, rgba(4,20,17,0.96), rgba(1,10,9,0.96));
overflow:hidden;
}

.hero-grid{
width:100%;
overflow:hidden;
}

.hero-grid:after{
content:"";
display:block;
clear:both;
}

.hero-left{
float:left;
width:58%;
padding-right:34px;
}

.hero-right{
float:right;
width:35%;
}

.eyebrow{
font-size:15px;
letter-spacing:5px;
text-transform:uppercase;
color:#a7bbb2;
margin-bottom:22px;
}

.status-pill{
display:inline-block;
padding:14px 18px;
border-radius:999px;
border:1px solid #1c4c40;
background:rgba(17,45,39,0.65);
color:#d9ece5;
margin-bottom:26px;
font-size:14px;
}

.status-dot{
display:inline-block;
width:12px;
height:12px;
border-radius:50%;
background:#57f0b1;
margin-right:10px;
vertical-align:middle;
}

.hero-title{
font-size:92px;
line-height:0.96;
letter-spacing:-3px;
font-weight:bold;
margin-bottom:26px;
color:#f3f7f5;
}

.hero-title span{
color:#8ff0bf;
}

.hero-copy{
font-size:18px;
color:#bfd0ca;
max-width:760px;
margin-bottom:22px;
}

.hero-actions{
margin-top:34px;
}

.hero-actions a,
.form-button{
display:inline-block;
padding:18px 30px;
border-radius:18px;
font-weight:bold;
margin-right:14px;
margin-bottom:14px;
transition:transform 0.2s ease, background 0.2s ease;
}

.hero-actions a:hover,
.form-button:hover{
transform:translateY(-2px);
}

.btn-primary{
background:linear-gradient(to right, #1b7f5b, #29b775);
color:#ffffff;
}

.btn-secondary{
background:#11191b;
border:1px solid #1e2b2f;
color:#f4f7f6;
}

.btn-tertiary{
background:#0c1214;
border:1px solid #182126;
color:#f4f7f6;
}

.side-card{
width:100%;
padding:22px;
margin-bottom:18px;
border-radius:24px;
background:linear-gradient(to right, rgba(18,26,29,0.95), rgba(12,17,19,0.95));
border:1px solid #17282b;
}

.side-card h3{
font-size:14px;
letter-spacing:3px;
text-transform:uppercase;
color:#98f0c1;
margin-bottom:12px;
}

.side-card p{
font-size:16px;
color:#c0cfca;
}

.profile-visual{
width:100%;
height:390px;
border-radius:30px;
border:1px solid #10342c;
background:
radial-gradient(circle at center, rgba(44,177,118,0.35) 0, rgba(44,177,118,0.25) 120px, transparent 121px),
radial-gradient(circle at center, transparent 0, transparent 150px, rgba(25,85,65,0.5) 151px, transparent 152px),
radial-gradient(circle at center, transparent 0, transparent 185px, rgba(15,60,48,0.45) 186px, transparent 187px),
#030b0b;
position:relative;
margin-bottom:18px;
}

.profile-core{
display:none;
}

.profile-image{
width:220px;
height:220px;
border-radius:50%;
object-fit:cover;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
border:2px solid #2f9e75;
box-shadow:0 0 40px rgba(47,158,117,0.3);
background:#0a1412;
}

.section-block{
margin-top:36px;
}

.section-title{
font-size:32px;
margin-bottom:12px;
color:#ffffff;
}

.section-copy{
font-size:17px;
color:#bfd0ca;
margin-bottom:22px;
max-width:880px;
}

.content-grid{
width:100%;
overflow:hidden;
margin-top:22px;
}

.content-grid:after{
content:"";
display:block;
clear:both;
}

.content-card{
float:left;
width:31.3%;
margin-right:3.05%;
margin-bottom:24px;
padding:26px;
border-radius:24px;
background:#0c1214;
border:1px solid #172125;
}

.content-card:nth-child(3n){
margin-right:0;
}

.content-card h3{
font-size:20px;
margin-bottom:12px;
color:#ffffff;
}

.content-card p{
font-size:16px;
color:#b7c6c1;
margin-bottom:16px;
}

.text-link{
color:#8ff0bf;
font-weight:bold;
}

.text-link:hover{
text-decoration:underline;
}

.project-grid{
width:100%;
overflow:hidden;
margin-top:24px;
}

.project-grid:after{
content:"";
display:block;
clear:both;
}

.project-card{
float:left;
width:48%;
margin-right:4%;
margin-bottom:24px;
padding:18px;
border-radius:24px;
background:#0c1214;
border:1px solid #172125;
}

.project-card:nth-child(2n){
margin-right:0;
}

.project-thumb{
width:100%;
height:210px;
border-radius:20px;
margin-bottom:18px;
background:linear-gradient(to right, rgba(25,93,66,0.55), rgba(3,17,13,0.9));
border:1px solid #18382f;
}

.project-tag{
display:inline-block;
padding:8px 12px;
border-radius:999px;
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
background:#17392f;
color:#bfe7d6;
margin-bottom:14px;
}

.project-card h3{
font-size:32px;
margin-bottom:10px;
}

.project-card p{
font-size:16px;
color:#b7c6c1;
margin-bottom:14px;
}

.project-card ul{
padding-left:18px;
margin-bottom:18px;
color:#b7c6c1;
}

.project-card li{
margin-bottom:8px;
}

.project-button{
display:block;
width:100%;
padding:16px 20px;
border-radius:16px;
text-align:center;
font-weight:bold;
background:linear-gradient(to right, #1b7f5b, #29b775);
color:#ffffff;
transition:transform 0.2s ease;
}

.project-button:hover{
transform:translateY(-2px);
}

.contact-layout{
width:100%;
overflow:hidden;
margin-top:24px;
}

.contact-layout:after{
content:"";
display:block;
clear:both;
}

.contact-layout > div{
float:left;
width:48%;
}

.contact-layout > div:last-child{
float:right;
}

.h-card{
background:#0c1214;
border:1px solid #172125;
border-radius:20px;
padding:24px;
margin-bottom:18px;
}

.h-card h3{
font-size:22px;
margin-bottom:14px;
color:#ffffff;
}

.h-card p{
font-size:16px;
color:#bfd0ca;
margin-bottom:10px;
}

.map-box{
width:100%;
overflow:hidden;
border-radius:20px;
border:1px solid #172125;
background:#0c1214;
margin-top:18px;
}

.overview-card{
background:#0c1214;
border:1px solid #172125;
border-radius:24px;
padding:26px;
}

.overview-card h2{
font-size:28px;
margin-bottom:10px;
}

.overview-card p{
font-size:16px;
color:#bfd0ca;
margin-bottom:18px;
}

.form-card{
width:100%;
}

.form-group{
margin-bottom:20px;
}

.form-group label{
display:block;
margin-bottom:8px;
font-weight:bold;
color:#ffffff;
}

.form-group input,
.form-group textarea{
width:100%;
padding:14px 16px;
border:1px solid #1d2a2d;
border-radius:14px;
background:#101618;
color:#f3f7f5;
font:inherit;
}

.form-group textarea{
resize:vertical;
min-height:180px;
}

.form-group input:focus,
.form-group textarea:focus{
outline:none;
border-color:#2aa774;
}

.form-button{
border:none;
cursor:pointer;
}

.site-footer{
width:100%;
margin-top:40px;
padding:24px;
text-align:center;
background:#0d1716;
border-top:1px solid #17332e;
color:#c0cfca;
}

@media (max-width:1100px){

.header-shell{
display:block;
}

.header-brand{
margin-bottom:18px;
}

.header-nav{
margin-left:0;
}

.nav-links{
justify-content:flex-start;
}

.nav-links a{
margin-left:0;
margin-right:10px;
margin-bottom:10px;
}

.hero-left,
.hero-right{
float:none;
width:100%;
padding-right:0;
}

.hero-right{
margin-top:20px;
}

.hero-title{
font-size:68px;
}

.content-card,
.project-card{
float:none;
width:100%;
margin-right:0;
}

.contact-layout > div{
float:none;
width:100%;
}

.contact-layout > div:last-child{
float:none;
margin-top:20px;
}

}

@media (max-width:700px){

.page-container{
width:92%;
padding-top:170px;
}

.top-header{
padding:12px 0;
}

.header-shell{
width:92%;
padding:14px;
border-radius:24px;
}

.header-logo{
width:54px;
height:54px;
border-radius:16px;
margin-right:12px;
}

.header-text h1{
font-size:16px;
}

.hero-panel{
padding:24px;
border-radius:28px;
}

.eyebrow{
font-size:12px;
letter-spacing:4px;
}

.status-pill{
font-size:13px;
padding:12px 16px;
}

.hero-title{
font-size:50px;
letter-spacing:-2px;
}

.hero-copy{
font-size:16px;
}

.profile-visual{
height:320px;
}

.profile-image{
width:170px;
height:170px;
}

.profile-core{
display:none;
}

.hero-actions a,
.form-button{
width:100%;
text-align:center;
margin-right:0;
}

.section-title{
font-size:28px;
}

.project-card h3{
font-size:26px;
}

}