/* ---- Reset (gentle) ---- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ---- Base ---- */
body {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  color: #111;
  background: #fafafa;
  line-height: 1.6;
}

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

/* ---- Layout ---- */
header,
main,
footer {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}

header {
  padding-top: 4rem;
}

footer {
  padding-bottom: 4rem;
}

/* ---- Type ---- */
h1 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.subtitle {
  font-size: 0.95rem;
  color: #555;
}

h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

p {
  font-size: 0.95rem;
}

/* ---- Sections ---- */
.intro {
  margin-bottom: 3.5rem;
}

.work {
  margin-bottom: 4rem;
}

.piece {
  margin-bottom: 3rem;
}

.caption {
  margin-top: 0.5rem;
  color: #444;
}

.contact {
  margin-top: 4rem;
}

/* ---- Links ---- */
a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

a:hover {
  border-bottom-color: #111;
}
