


.ls-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
}


.ls-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b48c3c;
  margin-bottom: 0.6rem;
}

.ls-title {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  color: #f0e6c8;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.ls-subtitle {
  font-size: clamp(0.88rem, 2vw, 1rem);
  color: #c8b48c;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.ls-byline {
  font-size: 0.88rem;
  color: #8a7a5a;
  margin-bottom: 2rem;
}


.ls-intro {
  font-size: clamp(0.88rem, 2vw, 0.97rem);
  line-height: 1.7;
  color: #d8cdb8;
  margin-bottom: 2rem;
}


.ls-divider {
  border: none;
  border-top: 1px solid rgba(180,140,60,0.2);
  margin: 0 0 2rem;
}


.ls-section-label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6a5a3a;
  margin-bottom: 1.2rem;
}


.ls-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.ls-retailer {
  display: block;
  background: rgba(180,140,60,0.08);
  border: 1px solid rgba(180,140,60,0.2);
  border-radius: 6px;
  padding: 0.85rem 1.1rem;
  color: #e8dfc8;
  text-decoration: none;
  font-family: 'PragRoman', Georgia, serif;
  font-size: 0.95rem;
  transition: background 0.2s, border-color 0.2s;
}
.ls-retailer:hover {
  background: rgba(180,140,60,0.18);
  border-color: rgba(180,140,60,0.5);
  color: #f0e6c8;
}
.ls-retailer-name {
  font-size: 1rem;
  color: #e8c96a;
  display: block;
  margin-bottom: 0.2rem;
}
.ls-retailer-note {
  font-size: 0.78rem;
  color: #8a7a5a;
}


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