@page {
    size: letter;
    margin: 0.55in 0.65in;
}

html {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    line-height: 1.5;
    color: #1a1a1a;

    max-width: 850px;
    margin: 0 auto;
    padding: 0 18px;
}

h1 {
    font-size: 22pt;
    font-weight: 700;
    margin: 0 0 2pt 0;
    color: #111;
    letter-spacing: 0.5pt;
}

.contact-bar {
    font-size: 9pt;
    color: #444;
    margin: 0 0 14pt 0;
    padding-bottom: 8pt;
    border-bottom: 1.5pt solid #2a5aa7;
}

.contact-bar a {
    color: #2a5aa7;
    text-decoration: none;
}

h2 {
    font-size: 11pt;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8pt;
    color: #2a5aa7;
    border-bottom: 0.75pt solid #ccc;
    padding-bottom: 3pt;
    margin: 14pt 0 8pt 0;
}

h3 {
    font-size: 10pt;
    font-weight: 700;
    margin: 8pt 0 1pt 0;
    color: #1a1a1a;
}

.dates {
    font-size: 8.5pt;
    color: #666;
    font-style: italic;
    display: block;
    margin-bottom: 4pt;
}

ul {
    margin: 3pt 0 6pt 0;
    padding-left: 16pt;
}

li {
    margin-bottom: 2.5pt;
}

p {
    margin: 2pt 0;
}

strong {
    font-weight: 600;
}

/* Skills section: tighter layout */
h2 + p {
    margin: 2pt 0;
    line-height: 1.5;
}

/* Prevent page breaks inside entries */
h3, h3 + .dates, h3 + .dates + ul {
    break-inside: avoid;
}

/* Comment/TODO styling — visible when editing, rendered in output */
