html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
border:0;
font:inherit;
font-size:100%;
margin:0;
padding:0;
vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

html, body {background: #0a0805; font-family: 'Lato', helvetica, arial, sans-serif; font-size: 16px; color: #e8e8e8;}

#campfire-bg {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: -1;
	pointer-events: none;
}

.clear {clear: both;}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #b0b0b0;
}
#cv {
	width: 90%;
	max-width: 800px;
	background: rgba(10, 6, 3, 0.88);
	margin: 30px auto;
	box-shadow: 0 0 120px rgba(255, 80, 0, 0.14), 0 4px 40px rgba(0,0,0,0.5);
}

.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #ff6535;
	background: rgba(14, 9, 4, 0.92);
}

#name h1 {
	font-size: 2.5em;
	font-weight: 700;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	margin-bottom: -6px;
}

#name h2 {
	font-size: 2em;
	margin-left: 2px;
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
}

#mainArea {
	padding: 0 40px;
}

#name {
	float: left;
}

#contactDetails {
	float: right;
	display: flex;
	align-items: flex-end;
	height: 100%;
	padding-bottom: 4px;
}

.iconRow {
	display: flex;
	align-items: center;
	gap: 6px;
}

.iconChip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: rgba(255,255,255,0.04);
	color: #888;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.08);
	cursor: default;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

a.iconChip {
	cursor: pointer;
}

a.iconChip:hover {
	background: rgba(255, 101, 53, 0.12);
	color: #ff6535;
	border-color: rgba(255, 101, 53, 0.28);
}

.iconDivider {
	width: 1px;
	height: 20px;
	background: rgba(255,255,255,0.1);
	margin: 0 2px;
	flex-shrink: 0;
}


section {
	border-top: 1px solid #252525;
	padding: 20px 0 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 25%;
}

.sectionContent {
	float: right;
	width: 72.5%;
}

.sectionTitle h1 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 1.5em;
	color: #ff6535;
}

.sectionContent h2 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: -2px;
	color: #e8e8e8;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
	color: #777;
}

.keySkills {
	list-style-type: none;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
}

.keySkills ul li {
	margin-bottom: 3px;
}

/* ── Project Cards ─────────────────────────────────────── */

.projectGrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-bottom: 20px;
}

.projectCardWrapper {
	perspective: 800px;
}

.projectCard {
	display: block;
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	border-left: 3px solid #ff6535;
	border-radius: 4px;
	padding: 14px 16px;
	text-decoration: none;
	color: inherit;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.5s ease, border-color .2s ease, background .2s ease;
}

.projectCardWrapper:hover .projectCard {
	transform: rotateY(180deg);
}

.projectCard:hover {
	background: #222;
	border-left-color: #ff8055;
}

.projectCardFront,
.projectCardBack {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.projectCardBack {
	position: absolute;
	inset: 0;
	transform: rotateY(180deg);
	background: #ff6535;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px;
	text-align: center;
}

.jokeSetup {
	color: rgba(255,255,255,0.85);
	font-size: 0.85em;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.jokePunchline {
	color: #fff;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 1.4em;
}

.projectCard h3 {
	font-family: 'Rokkitt', Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	color: #e8e8e8;
	margin-bottom: 5px;
}

.projectCard p {
	font-size: 0.85em;
	color: #888;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.projectLang {
	font-size: 0.72em;
	color: #ff6535;
	font-style: italic;
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.projectLink {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 0.78em;
	color: #555;
}

.projectLink svg {
	width: 12px;
	height: 12px;
}

/* ── Responsive ────────────────────────────────────────── */

@media all and (min-width: 602px) and (max-width: 800px) {
	.keySkills {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}

	.projectGrid {
		grid-template-columns: 1fr;
	}
}

@media all and (max-width: 601px) {
	#cv {
		width: 95%;
		margin: 10px auto;
		min-width: 280px;
	}

	#name, #contactDetails {
		float: none;
		width: 100%;
		text-align: center;
	}

	.sectionTitle, .sectionContent {
		float: none;
		width: 100%;
	}

	.sectionTitle {
		margin-left: -2px;
		font-size: 1.25em;
	}

	.keySkills {
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count:2;
	}

	.projectGrid {
		grid-template-columns: 1fr;
	}
}

@media all and (max-width: 480px) {
	.mainDetails {
		padding: 15px 15px;
	}

	section {
		padding: 15px 0 0;
	}

	#mainArea {
		padding: 0 25px;
	}


	.keySkills {
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	}

	#name h1 {
		line-height: .8em;
		margin-bottom: 4px;
	}
}

@media print {
    #cv {
        width: 100%;
    }

    .projectCard {
        break-inside: avoid;
    }
}

@-webkit-keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes reset {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.instaFade {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in;

	-moz-animation-name: reset, fade-in;
    -moz-animation-duration: 1.5s;
    -moz-animation-timing-function: ease-in;

	animation-name: reset, fade-in;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
}

.quickFade {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-timing-function: ease-in;

	-moz-animation-name: reset, fade-in;
    -moz-animation-duration: 2.5s;
    -moz-animation-timing-function: ease-in;

	animation-name: reset, fade-in;
    animation-duration: 2.5s;
    animation-timing-function: ease-in;
}

.delayOne {
	-webkit-animation-delay: 0, .5s;
	-moz-animation-delay: 0, .5s;
	animation-delay: 0, .5s;
}

.delayTwo {
	-webkit-animation-delay: 0, 1s;
	-moz-animation-delay: 0, 1s;
	animation-delay: 0, 1s;
}

.delayThree {
	-webkit-animation-delay: 0, 1.5s;
	-moz-animation-delay: 0, 1.5s;
	animation-delay: 0, 1.5s;
}

.delayFour {
	-webkit-animation-delay: 0, 2s;
	-moz-animation-delay: 0, 2s;
	animation-delay: 0, 2s;
}

.delayFive {
	-webkit-animation-delay: 0, 2.5s;
	-moz-animation-delay: 0, 2.5s;
	animation-delay: 0, 2.5s;
}
