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

body {
    font-family: "IBM Plex Serif", Georgia, "Times New Roman", serif;
    background: #ffeef2;
    color: #4a2530;
    line-height: 1.7;
    padding: 3rem 1.5rem;
    max-width: 42rem;
    margin: 0 auto;
}

header {
    border-bottom: 2px solid #f3b8c6;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}

h1 {
    font-weight: 600;
    font-size: 2.2rem;
}

.tagline {
    font-size: 1.1rem;
    color: #c26a85;
}

section {
    margin-bottom: 2.5rem;
}

h2 {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #b55470;
    margin-bottom: 0.75rem;
}

ul {
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.35rem;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem 1.4rem;
    margin-top: 0.25rem;
}

.skill {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.skill .icon {
    width: 1.35rem;
    height: 1.35rem;
    display: block;
}

.skill span {
    font-size: 0.85rem;
    color: #4a2530;
}

.contact-list {
    list-style: none;
    padding-left: 0;
}

.contact-list li {
    margin-bottom: 0.35rem;
}

.contact-list .contact-label {
    display: inline-block;
    width: 7rem;
    color: #c26a85;
}

.experience .exp-item {
    margin-bottom: 1.25rem;
}

.experience .exp-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.experience h3 {
    font-weight: 600;
    font-size: 1.05rem;
    color: #4a2530;
}

.experience .exp-date {
    font-size: 0.85rem;
    color: #c26a85;
}

.experience p {
    font-size: 0.95rem;
}

a {
    color: #a04a66;
    text-decoration: none;
    border-bottom: 1px dotted #a04a66;
}

a:hover {
    color: #6d2c42;
}

footer {
    border-top: 2px solid #f3b8c6;
    padding-top: 1.5rem;
    margin-top: 3rem;
    font-size: 0.9rem;
    color: #c26a85;
}
