/* Internal: product list + detail (LINKAH) */
.main-offset {
  padding-top: 0.5rem;
}

.lk-pbreadcrumb {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--la-muted);
}

.lk-pbreadcrumb a {
  color: var(--la-accent-dim);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.lk-pbreadcrumb a:hover {
  border-bottom-color: var(--la-accent);
}

.lk-pgrid {
  border-top: 1px solid rgba(20, 17, 15, 0.1);
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}

.lk-pcard {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(20, 17, 15, 0.12);
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.lk-pcard:hover {
  color: inherit;
  border-color: var(--la-accent);
  transform: translateY(-2px);
}

.lk-pcard__img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  background: #e8e4df;
}

.lk-pcard__body {
  padding: 1.25rem 1.1rem 1.35rem;
}

.lk-pcard__line {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--la-accent);
  margin-bottom: 0.3rem;
}

.lk-pcard__h {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  line-height: 1.2;
  color: var(--la-ink);
}

.lk-pcard__sum {
  font-size: 0.9rem;
  color: var(--la-muted);
  margin-bottom: 0;
  line-height: 1.5;
}

.lk-pd-wrap {
  padding-top: 2rem;
  padding-bottom: 4rem;
  border-top: 1px solid rgba(20, 17, 15, 0.1);
}

.lk-pd-img {
  width: 100%;
  object-fit: cover;
  max-height: 28rem;
  background: #e8e4df;
  border: 1px solid rgba(20, 17, 15, 0.12);
}

.lk-pd-body p {
  margin-bottom: 1rem;
  color: var(--la-muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

.lk-pd-body p:last-child {
  margin-bottom: 0;
}
