body {
  font-family: "DM Sans", sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem 1.5rem 3rem;
  line-height: 1.7;
  background: #f9f7f4;
  color: #1a1a1a;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .6rem 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
}

nav a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
}

nav a:hover, nav a.active {
  color: #000;
  text-decoration: underline;
}

h1 {
  font-family: "DM Serif Display", serif;
  font-size: 2.4rem;
  margin-bottom: .5rem;
}

h2 {
  font-family: "DM Serif Display", serif;
  font-size: 1.4rem;
  margin: 2rem 0 .5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: .8rem 0 1.5rem;
  font-size: 14px;
}

th, td {
  padding: .45rem .8rem;
  border: 1px solid #ddd;
  text-align: left;
}

th { background: #eee; }


.product-section {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumb.active, .thumb:hover { border-color: #888; }

footer {
  margin-top: 3rem;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
  font-size: 13px;
  color: #888;
}

.tl-item {
  display: flex;
  gap: 1rem;
  margin-bottom: .8rem;
}

.tl-year {
  min-width: 80px;
  font-weight: bold;
  font-size: 13px;
}

.main-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  margin-bottom: .4rem;
}
