:root {
  color-scheme: light;
}

body {
  margin: 0;
  padding: 0;
  background: #faf6ef;
  color: #2b2320;
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", -apple-system,
    BlinkMacSystemFont, sans-serif;
  line-height: 1.9;
}

header {
  background: #6b1f2a;
  color: #fff;
  padding: 20px;
  text-align: center;
}

header a {
  color: #fff;
  text-decoration: none;
}

header .tagline {
  font-size: 0.8rem;
  opacity: 0.85;
  margin-top: 4px;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 20px 80px;
}

h1 {
  font-size: 1.4rem;
  border-bottom: 3px solid #6b1f2a;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.05rem;
  margin-top: 1.8em;
  color: #6b1f2a;
}

p, li {
  font-size: 0.95rem;
}

.home-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #6b1f2a;
  text-decoration: none;
  font-size: 0.9rem;
}

.home-link:hover {
  text-decoration: underline;
}

.meta {
  color: #6b6058;
  font-size: 0.85rem;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid #e2d9cc;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 16px;
}

.tag {
  background: #f0e6d6;
  color: #6b1f2a;
  border-radius: 999px;
  padding: 3px 12px;
  font-size: 0.78rem;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 0.88rem;
}

.spec-table th, .spec-table td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid #e2d9cc;
}

.spec-table th {
  width: 30%;
  color: #6b6058;
  font-weight: 500;
}

.card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-list a {
  display: block;
  padding: 16px 20px;
  background: #fff;
  border-radius: 10px;
  color: #2b2320;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.card-list a:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.card-list .wine-name {
  font-weight: 700;
  font-size: 1rem;
}

.card-list .wine-sub {
  color: #6b6058;
  font-size: 0.82rem;
  margin-top: 4px;
}

.disclosure {
  background: #f0e6d6;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 0.82rem;
  color: #5c4f42;
  margin-bottom: 24px;
}
