body {
  font-family: system-ui, sans-serif;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px 60px;
  color: #2e2e33;
  line-height: 1.6;
}

header {
  padding: 24px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

nav a {
  margin-right: 20px;
  color: #2e2e33;
  text-decoration: none;
  font-size: 15px;
}

nav a:hover {
  border-bottom: 1px solid #2e2e33;
}

.profile {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  text-align: left;
}

.profile-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.profile-text h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.bio {
  font-size: 14px;
  color: #666;
  max-width: 480px;
  margin: 0;
}

.bio a {
  color: #2e2e33;
  text-decoration: underline;
}

.bio a:hover {
  color: #888;
}

main h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.intro {
  color: #555;
  margin-bottom: 40px;
}

.entry {
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.entry:last-child {
  border-bottom: none;
}

.entry h2 {
  font-size: 20px;
  margin-bottom: 4px;
}

.meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
}

.links {
  font-size: 14px;
  margin-top: 8px;
}

.links a {
  color: #2e2e33;
  text-decoration: underline;
}

.links a:hover {
  color: #888;
}

#world-map {
  width: 100%;
  height: 400px;
  margin: 24px 0;
}

.travel-photos {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.travel-photos img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

.na-maps {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.na-map-block {
  flex: 1;
  min-width: 280px;
}

.map-label {
  font-size: 14px;
  color: #999;
  margin-bottom: 8px;
  text-align: center;
}

#usa-map, #canada-map {
  width: 100%;
  height: 300px;
}

.favorite {
  font-size: 14px;
  color: #555;
  margin-top: 12px;
  padding: 10px 14px;
  background: #f7f7f7;
  border-radius: 6px;
  display: inline-block;
}

.favorite a {
  color: #2e2e33;
  text-decoration: underline;
}

.favorite a:hover {
  color: #888;
}

.news {
  margin-top: 48px;
}

.news h2 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news ul {
  list-style: none;
  padding: 0;
}

.news li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.news li:last-child {
  border-bottom: none;
}

.news-date {
  color: #999;
  font-size: 13px;
  margin-right: 10px;
}

.contact-row {
  margin-top: 12px;
  font-size: 14px;
}

.contact-row a {
  color: #2e2e33;
  text-decoration: underline;
}

.contact-row a:hover {
  color: #888;
}

.contact-row .dot {
  margin: 0 8px;
  color: #ccc;
}

.news {
  margin-top: 48px;
}

.news h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

.news ul {
  list-style: none;
  padding: 0;
}

.news li {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.5;
}

.news-date {
  color: #999;
  margin-right: 8px;
}
