/* Home-only entry to the published lifestyle theme. */
body[data-storefront-editorial="home"] .home-theme-entry {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #cad4c4;
  border-radius: 14px;
  background: #edf1e7;
  color: #304b35;
  text-decoration: none;
}
body[data-storefront-editorial="home"] .home-theme-entry:hover { background: #e4ebdb; border-color: #738969; }
body[data-storefront-editorial="home"] .home-theme-entry:focus-visible { outline: 3px solid #3f5d35; outline-offset: 4px; }
body[data-storefront-editorial="home"] .home-theme-entry img { width: 58px; height: 58px; object-fit: contain; flex: 0 0 58px; }
.home-theme-entry__copy { display: grid; gap: 4px; min-width: 0; line-height: 1.5; }
.home-theme-entry__eyebrow { font-size: 11px; letter-spacing: .08em; }
.home-theme-entry__copy strong { font-size: clamp(17px,1.45vw,20px); font-weight: 600; }
.home-theme-entry__action { color: #506249; font-size: 12px; }
.home-theme-entry__arrow { margin-left: auto; flex: 0 0 auto; font-size: 24px; }
@media (max-width: 420px) {
  body[data-storefront-editorial="home"] .home-theme-entry { gap: 10px; padding: 13px; margin-top: 20px; }
  body[data-storefront-editorial="home"] .home-theme-entry img { width: 44px; height: 44px; flex-basis: 44px; }
}
