.page-hero {
  text-align: center;
  padding: 3rem 2rem;
}

.page-hero .icon { font-size: 3rem; margin-bottom: 0.5rem; }
.page-hero h2 { font-size: 2rem; margin-bottom: 0.3rem; }
.page-hero .sub { font-style: italic; }

main {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}

.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 520px) {
  .spec-grid { grid-template-columns: 1fr; }
}

.spec-card {
  background: #fff;
  border: 1px solid #e0cdb5;
  border-radius: 6px;
  padding: 1.2rem 1.5rem;
}

.spec-card .label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8a6040;
  margin-bottom: 0.3rem;
}

.spec-card .value {
  font-size: 1.05rem;
  color: #2c1a0e;
  font-weight: bold;
}

.spec-card .value.large { font-size: 1.4rem; }

section {
  background: #fff;
  border: 1px solid #e0cdb5;
  border-radius: 6px;
  padding: 1.8rem;
  margin-bottom: 1.5rem;
}

section h3 {
  font-size: 1.1rem;
  color: #4a2512;
  border-bottom: 2px solid #e0cdb5;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

section p, section li {
  font-size: 0.97rem;
  line-height: 1.75;
  color: #3d2010;
}

section ul { list-style: none; padding: 0; }
section ul li::before { content: '— '; color: #8a6040; }

.rating-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.6rem;
}

.rating-bar .r-label {
  width: 80px;
  font-size: 0.85rem;
  color: #5a3a20;
}

.bar-track {
  flex: 1;
  height: 8px;
  background: #f0e0cc;
  border-radius: 4px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 4px;
}

.back-link {
  display: inline-block;
  color: #4a2512;
  text-decoration: none;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
