/* Tyn Studio CV — Print / PDF
   Optimized for A4 and US Letter output.
*/

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

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */


/* ——— Print page setup ——— */

@page {
	size: A4;
	margin: 1.4cm 1.6cm 1.4cm 1.6cm;
}


/* ——— Base ——— */

body {
	font-family: 'Arimo', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 9.5pt;
	line-height: 1.4;
	color: #1f2937;
	-webkit-font-smoothing: antialiased;
}


/* ——— Two-column layout ——— */

p {
	position: relative;
	left: 26%;
	width: 72%;
	margin-bottom: 0.3em;
}

ul {
	position: relative;
	left: 26%;
	width: 72%;
	margin-bottom: 0.9em;
	margin-top: -0.15em;
}

li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.35;
	margin-bottom: 0.1em;
	color: #374151;
}

li:before {
	content: "–";
	position: relative;
	left: -0.3em;
	color: #9ca3af;
}

li ul {
	position: relative;
	left: 0;
	width: 100%;
	margin-top: 0.15em;
	margin-bottom: 0.3em;
}


/* ——— Date codes ——— */

code {
	font-family: 'IBM Plex Mono', 'SF Mono', Menlo, monospace;
	font-size: 7.5pt;
	line-height: 1;
	color: #6b7280;
	letter-spacing: 0.02em;
}

p code {
	position: absolute;
	left: -12%;
	top: 0.15em;
}


/* ——— Headings ——— */

h1, h2, h3, h4 {
	font-family: 'Arimo', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	font-weight: 600;
	width: 72%;
}

h1 {
	font-size: 14pt;
	line-height: 1.15;
	position: relative;
	left: 26%;
	color: #1f2937;
	letter-spacing: -0.01em;
}

/* Subtitle */
h1 + p {
	font-size: 9.5pt;
	font-style: normal;
	font-weight: 400;
	color: #6b7280;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 0.15em;
}

h2 {
	font-size: 7pt;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #667eea;
	margin-top: 14pt;
	margin-bottom: 14pt;
	text-align: left;
	width: 23%;
	font-weight: 600;
}

h3 {
	font-size: 8pt;
	line-height: 1.8em;
	text-align: right;
	width: 23%;
	color: #b0b0b0;
	font-weight: 400;
}


/* ——— Links ——— */

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


/* ——— Web address block ——— */

#webaddress {
	margin-top: 0.5em;
	position: relative;
	left: 26%;
	font-family: 'IBM Plex Mono', 'SF Mono', Menlo, monospace;
	font-size: 7.5pt;
	color: #9ca3af;
}

#webaddress a {
	text-decoration: none;
	color: #6b7280;
}


/* ——— Inline emphasis ——— */

em {
	font-style: normal;
	color: #1f2937;
	font-weight: 500;
}

strong {
	font-weight: 700;
}


/* ——— Utility ——— */

#ghbutton {
	display: none;
	visibility: hidden;
}

#address {
	display: none;
}
